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/public", | 5 "+android_webview/native/public", |
6 "+android_webview/public/browser", | 6 "+android_webview/public/browser", |
7 | 7 |
8 "+cc", | 8 "+cc", |
9 "-cc/blink", | 9 "-cc/blink", |
10 "-cc/surfaces", | 10 "-cc/surfaces", |
(...skipping 11 matching lines...) Expand all Loading... |
22 "+components/webdata/common", | 22 "+components/webdata/common", |
23 | 23 |
24 "+content/public/browser", | 24 "+content/public/browser", |
25 "+content/public/test", | 25 "+content/public/test", |
26 | 26 |
27 "+printing", | 27 "+printing", |
28 | 28 |
29 "+ui/gfx", | 29 "+ui/gfx", |
30 "+ui/gl", | 30 "+ui/gl", |
31 | 31 |
32 "+webkit/gpu", | |
33 | |
34 # Temporary until we bundle our own favicon. See | 32 # Temporary until we bundle our own favicon. See |
35 # AwContentBrowserClient::GetDefaultFavicon | 33 # AwContentBrowserClient::GetDefaultFavicon |
36 "!ui/resources/grit/ui_resources.h", | 34 "!ui/resources/grit/ui_resources.h", |
37 | 35 |
38 # POD structure required by the find-in-page IPC messages. | 36 # POD structure required by the find-in-page IPC messages. |
39 "+third_party/WebKit/public/web/WebFindOptions.h", | 37 "+third_party/WebKit/public/web/WebFindOptions.h", |
40 # Interface required for in-process input event handling. | 38 # Interface required for in-process input event handling. |
41 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
42 ] | 40 ] |
OLD | NEW |