| include_rules = [ |
| # Allow inclusion of specific components that we depend on. |
| # See comment in content/DEPS for which components are allowed. |
| "+components/tracing", |
| "+components/variations/child_process_field_trial_syncer.h", |
| "+components/webcrypto", |
| |
| "+content/app/strings/grit", # For generated headers |
| "+content/public/child", |
| "+services/device/public/cpp/device_features.h", |
| "+services/device/public/cpp/power_monitor", |
| "+services/device/public/interfaces", |
| "+services/resource_coordinator", |
| "+services/service_manager", |
| "+third_party/WebKit/common", |
| "+v8/include/v8.h" |
| ] |
| |
| specific_include_rules = { |
| "child_thread_impl_browsertest\.*": [ |
| "+components/discardable_memory/service", |
| ], |
| } |