| include_rules = [ |
| "+bindings/core", |
| "-bindings/modules", |
| "+build/mac", |
| "+build/win", |
| "+core", |
| "-inspector/v8", |
| "+inspector/v8/public", |
| "-modules", |
| "+mojo/public/cpp/bindings", |
| "+platform", |
| "+public/platform", |
| "+public/web", |
| "+services/service_manager/public/cpp", |
| "+third_party/skia/include", |
| "+ui/gfx/geometry", |
| "-web", |
| # We do not want any new dependencies into core/exported until we resolve |
| # controller layer. |
| "!core/exported", |
| # We do not want any new dependencies on Web(Local|Remote)FrameBase.h until |
| # we resolve the control layer. |
| "!core/frame/WebLocalFrameBase.h", |
| "!core/frame/WebRemoteFrameBase.h" |
| ] |