| 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/content/browser", | 10 "+components/autofill/content/browser", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 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/public/web/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/public/web/WebCompositorInputHandler.h" |
| 36 ] | 36 ] |
| OLD | NEW |