| 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/native", | 5 "+android_webview/native", |
| 6 "+android_webview/public/browser", | 6 "+android_webview/public/browser", |
| 7 | 7 |
| 8 "+cc", | 8 "+cc", |
| 9 "-cc/blink", |
| 9 "-cc/surfaces", | 10 "-cc/surfaces", |
| 10 | 11 |
| 11 "+components/auto_login_parser", | 12 "+components/auto_login_parser", |
| 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/data_reduction_proxy/browser", | 17 "+components/data_reduction_proxy/browser", |
| 17 "+components/navigation_interception", | 18 "+components/navigation_interception", |
| 18 "+components/user_prefs", | 19 "+components/user_prefs", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 31 | 32 |
| 32 # Temporary until we bundle our own favicon. See | 33 # Temporary until we bundle our own favicon. See |
| 33 # AwContentBrowserClient::GetDefaultFavicon | 34 # AwContentBrowserClient::GetDefaultFavicon |
| 34 "!ui/resources/grit/ui_resources.h", | 35 "!ui/resources/grit/ui_resources.h", |
| 35 | 36 |
| 36 # POD structure required by the find-in-page IPC messages. | 37 # POD structure required by the find-in-page IPC messages. |
| 37 "+third_party/WebKit/public/web/WebFindOptions.h", | 38 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 38 # Interface required for in-process input event handling. | 39 # Interface required for in-process input event handling. |
| 39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 40 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 40 ] | 41 ] |
| OLD | NEW |