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