| 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/grit", |
| 6 "+android_webview/jni", | 6 "+android_webview/jni", |
| 7 "+android_webview/public/browser", | 7 "+android_webview/public/browser", |
| 8 | 8 |
| 9 "+cc", | 9 "+cc", |
| 10 "-cc/blink", | 10 "-cc/blink", |
| 11 | 11 |
| 12 "+components/autofill/android", |
| 12 "+components/autofill/content/browser", | 13 "+components/autofill/content/browser", |
| 13 "+components/autofill/core/browser", | 14 "+components/autofill/core/browser", |
| 14 "+components/autofill/core/common", | 15 "+components/autofill/core/common", |
| 15 "+components/cdm/browser", | 16 "+components/cdm/browser", |
| 16 "+components/crash/content/browser", | 17 "+components/crash/content/browser", |
| 17 "+components/navigation_interception", | 18 "+components/navigation_interception", |
| 18 "+components/policy/core/browser", | 19 "+components/policy/core/browser", |
| 19 "+components/policy/core/common", | 20 "+components/policy/core/common", |
| 20 "+components/pref_registry", | 21 "+components/pref_registry", |
| 21 "+components/printing/browser", | 22 "+components/printing/browser", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 | 58 |
| 58 # Temporary until we bundle our own favicon. See | 59 # Temporary until we bundle our own favicon. See |
| 59 # AwContentBrowserClient::GetDefaultFavicon | 60 # AwContentBrowserClient::GetDefaultFavicon |
| 60 "!ui/resources/grit/ui_resources.h", | 61 "!ui/resources/grit/ui_resources.h", |
| 61 | 62 |
| 62 # POD structure required by the find-in-page IPC messages. | 63 # POD structure required by the find-in-page IPC messages. |
| 63 "+third_party/WebKit/public/web/WebFindOptions.h", | 64 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 64 # Interface required for in-process input event handling. | 65 # Interface required for in-process input event handling. |
| 65 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 66 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 66 ] | 67 ] |
| OLD | NEW |