OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-android_webview", | 2 "-android_webview", |
3 "+android_webview/browser", | 3 "+android_webview/browser", |
4 "+android_webview/common", | 4 "+android_webview/common", |
| 5 "+android_webview/native", |
5 "+android_webview/public/browser", | 6 "+android_webview/public/browser", |
6 | 7 |
7 "+cc", | 8 "+cc", |
8 "-cc/surfaces", | 9 "-cc/surfaces", |
9 | 10 |
10 "+components/auto_login_parser", | 11 "+components/auto_login_parser", |
11 "+components/autofill/content/browser", | 12 "+components/autofill/content/browser", |
12 "+components/autofill/core/browser", | 13 "+components/autofill/core/browser", |
13 "+components/autofill/core/common", | 14 "+components/autofill/core/common", |
14 "+components/cdm/browser", | 15 "+components/cdm/browser", |
(...skipping 15 matching lines...) Expand all Loading... |
30 | 31 |
31 # Temporary until we bundle our own favicon. See | 32 # Temporary until we bundle our own favicon. See |
32 # AwContentBrowserClient::GetDefaultFavicon | 33 # AwContentBrowserClient::GetDefaultFavicon |
33 "!grit/ui_resources.h", | 34 "!grit/ui_resources.h", |
34 | 35 |
35 # POD structure required by the find-in-page IPC messages. | 36 # POD structure required by the find-in-page IPC messages. |
36 "+third_party/WebKit/public/web/WebFindOptions.h", | 37 "+third_party/WebKit/public/web/WebFindOptions.h", |
37 # Interface required for in-process input event handling. | 38 # Interface required for in-process input event handling. |
38 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
39 ] | 40 ] |
OLD | NEW |