| 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/cdm/common", | 16 "+components/cdm/common", |
| 17 "+components/crash/content/browser", | 17 "+components/crash/content/browser", |
| 18 "+components/data_reduction_proxy/core/browser", | 18 "+components/data_reduction_proxy/core/browser", |
| 19 "+components/navigation_interception", | 19 "+components/navigation_interception", |
| 20 "+components/network_session_configurator/switches.h", |
| 20 "+components/policy/core/browser", | 21 "+components/policy/core/browser", |
| 21 "+components/policy/core/common", | 22 "+components/policy/core/common", |
| 22 "+components/pref_registry", | 23 "+components/pref_registry", |
| 23 "+components/printing/browser", | 24 "+components/printing/browser", |
| 24 "+components/printing/common", | 25 "+components/printing/common", |
| 25 "+components/url_formatter", | 26 "+components/url_formatter", |
| 26 "+components/user_prefs", | 27 "+components/user_prefs", |
| 27 "+components/visitedlink/browser", | 28 "+components/visitedlink/browser", |
| 28 "+components/webdata/common", | 29 "+components/webdata/common", |
| 29 | 30 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 45 | 46 |
| 46 # Temporary until we bundle our own favicon. See | 47 # Temporary until we bundle our own favicon. See |
| 47 # AwContentBrowserClient::GetDefaultFavicon | 48 # AwContentBrowserClient::GetDefaultFavicon |
| 48 "!ui/resources/grit/ui_resources.h", | 49 "!ui/resources/grit/ui_resources.h", |
| 49 | 50 |
| 50 # POD structure required by the find-in-page IPC messages. | 51 # POD structure required by the find-in-page IPC messages. |
| 51 "+third_party/WebKit/public/web/WebFindOptions.h", | 52 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 52 # Interface required for in-process input event handling. | 53 # Interface required for in-process input event handling. |
| 53 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 54 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 54 ] | 55 ] |
| OLD | NEW |