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