• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1specific_include_rules = {
2    # This file lives in the Chromium repo and can safely depend on base.
3    "testdata_utils_impl\.cc": [
4        "+base/base_paths.h",
5        "+base/files/file_path.h",
6        "+base/path_service.h",
7        "+base/threading/thread_restrictions.h",
8    ],
9}
10