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/native", |
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", |
11 | 11 |
12 "+components/auto_login_parser", | 12 "+components/auto_login_parser", |
13 "+components/autofill/content/browser", | 13 "+components/autofill/content/browser", |
14 "+components/autofill/core/browser", | 14 "+components/autofill/core/browser", |
15 "+components/autofill/core/common", | 15 "+components/autofill/core/common", |
16 "+components/cdm/browser", | 16 "+components/cdm/browser", |
17 "+components/data_reduction_proxy/core/browser", | 17 "+components/data_reduction_proxy/core/browser", |
18 "+components/navigation_interception", | 18 "+components/navigation_interception", |
| 19 "+components/printing/common", |
19 "+components/user_prefs", | 20 "+components/user_prefs", |
20 "+components/visitedlink/browser", | 21 "+components/visitedlink/browser", |
21 "+components/webdata/common", | 22 "+components/webdata/common", |
22 | 23 |
23 "+content/public/browser", | 24 "+content/public/browser", |
24 "+content/public/test", | 25 "+content/public/test", |
25 | 26 |
26 "+printing", | 27 "+printing", |
27 | 28 |
28 "+ui/gfx", | 29 "+ui/gfx", |
29 "+ui/gl", | 30 "+ui/gl", |
30 | 31 |
31 "+webkit/gpu", | 32 "+webkit/gpu", |
32 | 33 |
33 # Temporary until we bundle our own favicon. See | 34 # Temporary until we bundle our own favicon. See |
34 # AwContentBrowserClient::GetDefaultFavicon | 35 # AwContentBrowserClient::GetDefaultFavicon |
35 "!ui/resources/grit/ui_resources.h", | 36 "!ui/resources/grit/ui_resources.h", |
36 | 37 |
37 # POD structure required by the find-in-page IPC messages. | 38 # POD structure required by the find-in-page IPC messages. |
38 "+third_party/WebKit/public/web/WebFindOptions.h", | 39 "+third_party/WebKit/public/web/WebFindOptions.h", |
39 # Interface required for in-process input event handling. | 40 # Interface required for in-process input event handling. |
40 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 41 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
41 ] | 42 ] |
OLD | NEW |