| 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/public", | 5 "+android_webview/native/public", |
| 6 "+android_webview/public/browser", | 6 "+android_webview/public/browser", |
| 7 | 7 |
| 8 "+cc", | 8 "+cc", |
| 9 "-cc/blink", | 9 "-cc/blink", |
| 10 | 10 |
| 11 "+components/auto_login_parser", | 11 "+components/auto_login_parser", |
| 12 "+components/autofill/content/browser", | 12 "+components/autofill/content/browser", |
| 13 "+components/autofill/core/browser", | 13 "+components/autofill/core/browser", |
| 14 "+components/autofill/core/common", | 14 "+components/autofill/core/common", |
| 15 "+components/cdm/browser", | 15 "+components/cdm/browser", |
| 16 "+components/crash/content/browser", |
| 16 "+components/data_reduction_proxy/core/browser", | 17 "+components/data_reduction_proxy/core/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", |
| 22 "+components/printing/common", | 23 "+components/printing/common", |
| 23 "+components/url_formatter", | 24 "+components/url_formatter", |
| 24 "+components/user_prefs", | 25 "+components/user_prefs", |
| 25 "+components/visitedlink/browser", | 26 "+components/visitedlink/browser", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 43 | 44 |
| 44 # Temporary until we bundle our own favicon. See | 45 # Temporary until we bundle our own favicon. See |
| 45 # AwContentBrowserClient::GetDefaultFavicon | 46 # AwContentBrowserClient::GetDefaultFavicon |
| 46 "!ui/resources/grit/ui_resources.h", | 47 "!ui/resources/grit/ui_resources.h", |
| 47 | 48 |
| 48 # POD structure required by the find-in-page IPC messages. | 49 # POD structure required by the find-in-page IPC messages. |
| 49 "+third_party/WebKit/public/web/WebFindOptions.h", | 50 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 50 # Interface required for in-process input event handling. | 51 # Interface required for in-process input event handling. |
| 51 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 52 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 52 ] | 53 ] |
| OLD | NEW |