| include_rules = [ |
| "+components/country_codes", |
| "+components/database_utils", |
| "+components/google/core", |
| "+components/grit/components_scaled_resources.h", |
| "+components/infobars/core", |
| "+components/keyed_service/core", |
| "+components/lens", |
| "+components/regional_capabilities", |
| "+components/metrics", |
| "+components/omnibox/common", |
| "+components/os_crypt/async", |
| "+components/policy", |
| "+components/pref_registry", |
| "+components/prefs", |
| "+components/strings/grit/components_strings.h", |
| "+components/strings/grit/search_engine_descriptions_strings.h", |
| "+components/signin", |
| "+components/sync", |
| "+components/sync_preferences/testing_pref_service_syncable.h", |
| "+components/url_formatter", |
| "+components/variations", |
| "+components/version_info/version_info.h", |
| "+components/webdata", |
| "+crypto", |
| "+google_apis", |
| "+net", |
| "+services/data_decoder/public", |
| "+services/network/public/cpp", |
| "+services/network/public/mojom", |
| "+services/network/test", |
| "+services/preferences/tracked", |
| "+sql", |
| "+ui/resources", |
| "+third_party/metrics_proto", |
| "+third_party/omnibox_proto", |
| "+third_party/lens_server_proto", |
| "+third_party/search_engines_data", |
| "+ui/base", |
| "+ui/gfx", |
| |
| # From https://crsrc.org/c/docs/debugging_with_crash_keys.md |
| # TODO(b/344899110): Cleanup when fixing the bug. |
| "+components/crash/core/common/crash_key.h", |
| ] |
| |
| specific_include_rules = { |
| ".*test\.(cc|h)": [ |
| "+components/os_crypt/async/browser/test_utils.h" |
| ], |
| "template_url_service_test_util\.cc": [ |
| "+components/os_crypt/async/browser/test_utils.h" |
| ], |
| "template_url_service\.cc": [ |
| "+components/regional_capabilities/access/country_access_reason.h" |
| ], |
| "template_url_prepopulate_data_resolver\.cc": [ |
| "+components/regional_capabilities/access/country_access_reason.h" |
| ], |
| } |