| include_rules = [ |
| "-android_webview", |
| "+android_webview/browser", |
| "+android_webview/common", |
| "+android_webview/public/browser", |
| |
| "+cc", |
| |
| "+components/auto_login_parser", |
| "+components/autofill/content/browser", |
| "+components/autofill/core/browser", |
| "+components/autofill/core/common", |
| "+components/navigation_interception", |
| "+components/user_prefs", |
| "+components/visitedlink/browser", |
| "+components/webdata/common", |
| |
| "+content/public/browser", |
| "+content/public/test", |
| |
| "+ui/gfx", |
| "+ui/gl", |
| |
| "+webkit/gpu", |
| |
| # Temporary until we bundle our own favicon. See |
| # AwContentBrowserClient::GetDefaultFavicon |
| "!grit/ui_resources.h", |
| |
| # POD structure required by the find-in-page IPC messages. |
| "+third_party/WebKit/public/web/WebFindOptions.h", |
| # Interface required for in-process input event handling. |
| "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| ] |