| include_rules = [ | |
| "+components/webdata/common", | |
| "+content/public/browser", | |
| "+crypto/random.h", | |
| "+device/geolocation", | |
| "+google_apis/gaia", | |
| "+google_apis/google_api_keys.h", | |
| "+gpu/config/gpu_info.h", | |
| "+sql", | |
| "+third_party/libphonenumber", # For phone number i18n. | |
| ] | |
| specific_include_rules = { | |
| '.*_[a-z]*test\.cc': [ | |
| "+content/public/test", | |
| ], | |
| } |