| include_rules = [ |
| # Allow inclusion of specific components that we depend on. |
| # See comment in content/DEPS for which components are allowed. |
| "+components/discardable_memory/client", |
| "+components/scheduler", |
| "+components/url_formatter", |
| |
| "+cc/blink", |
| "+content/public/child", |
| "+content/public/renderer", |
| "+content/child", |
| "+device/battery", # For battery status service. |
| "+device/base/synchronization", |
| "+device/sensors/public", |
| "+device/time_zone_monitor/public", |
| "+device/usb/public", |
| "+device/vibration", |
| "+gin", |
| "+jingle/glue", |
| "+mojo", |
| "+services", |
| "-storage/browser", |
| "+third_party/hyphen/hyphen.h", |
| "+third_party/libjingle", |
| "+v8/include", |
| "+v8/src/third_party/vtune", |
| ] |
| |
| specific_include_rules = { |
| '.*_[a-z]*browsertest.*': [ |
| "+content/public/browser", |
| "+content/shell", |
| ], |
| "render_thread_impl_browsertest\.cc": [ |
| "+content/app/mojo/mojo_init.h", |
| ], |
| } |