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