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