| 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/grit", |
| 5 "+android_webview/native/public", | 6 "+android_webview/native/public", |
| 6 "+android_webview/public/browser", | 7 "+android_webview/public/browser", |
| 7 | 8 |
| 8 "+cc", | 9 "+cc", |
| 9 "-cc/blink", | 10 "-cc/blink", |
| 10 | 11 |
| 11 "+components/autofill/content/browser", | 12 "+components/autofill/content/browser", |
| 12 "+components/autofill/core/browser", | 13 "+components/autofill/core/browser", |
| 13 "+components/autofill/core/common", | 14 "+components/autofill/core/common", |
| 14 "+components/cdm/browser", | 15 "+components/cdm/browser", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 | 49 |
| 49 # Temporary until we bundle our own favicon. See | 50 # Temporary until we bundle our own favicon. See |
| 50 # AwContentBrowserClient::GetDefaultFavicon | 51 # AwContentBrowserClient::GetDefaultFavicon |
| 51 "!ui/resources/grit/ui_resources.h", | 52 "!ui/resources/grit/ui_resources.h", |
| 52 | 53 |
| 53 # POD structure required by the find-in-page IPC messages. | 54 # POD structure required by the find-in-page IPC messages. |
| 54 "+third_party/WebKit/public/web/WebFindOptions.h", | 55 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 55 # Interface required for in-process input event handling. | 56 # Interface required for in-process input event handling. |
| 56 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 57 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 57 ] | 58 ] |
| OLD | NEW |