| include_rules = [ | |
| "+components/content_settings", | |
| "+components/google/core", | |
| "+components/keyed_service/core", | |
| "+components/os_crypt", | |
| "+components/pref_registry", | |
| "+components/prefs", | |
| "+components/webdata/common", | |
| "+crypto", | |
| "+google_apis/gaia", | |
| "+grit", # For generated headers | |
| "+net", | |
| "+sql", | |
| ] | |
| # Tests can use syncable_prefs | |
| specific_include_rules = { | |
| ".*unittest\.cc": [ | |
| "+components/syncable_prefs", | |
| ] | |
| } |