| 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/native/public", | 6 "+android_webview/native/public", |
| 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/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/crash/content/browser", |
| 17 "+components/navigation_interception", | 17 "+components/navigation_interception", |
| 18 "+components/policy/core/browser", | 18 "+components/policy/core/browser", |
| 19 "+components/policy/core/common", | 19 "+components/policy/core/common", |
| 20 "+components/pref_registry", | 20 "+components/pref_registry", |
| 21 "+components/printing/browser", | 21 "+components/printing/browser", |
| 22 "+components/printing/common", | 22 "+components/printing/common", |
| 23 "+components/safe_browsing", | 23 "+components/safe_browsing", |
| 24 "+components/safe_browsing_db", | 24 "+components/safe_browsing_db", |
| 25 "+components/security_interstitials/content", | 25 "+components/security_interstitials", |
| 26 "+components/spellcheck/browser", | 26 "+components/spellcheck/browser", |
| 27 "+components/spellcheck/common", | 27 "+components/spellcheck/common", |
| 28 "+components/url_formatter", | 28 "+components/url_formatter", |
| 29 "+components/user_prefs", | 29 "+components/user_prefs", |
| 30 "+components/visitedlink/browser", | 30 "+components/visitedlink/browser", |
| 31 "+components/webdata/common", | 31 "+components/webdata/common", |
| 32 | 32 |
| 33 "+content/public/browser", | 33 "+content/public/browser", |
| 34 "+content/public/test", | 34 "+content/public/test", |
| 35 | 35 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 54 | 54 |
| 55 # Temporary until we bundle our own favicon. See | 55 # Temporary until we bundle our own favicon. See |
| 56 # AwContentBrowserClient::GetDefaultFavicon | 56 # AwContentBrowserClient::GetDefaultFavicon |
| 57 "!ui/resources/grit/ui_resources.h", | 57 "!ui/resources/grit/ui_resources.h", |
| 58 | 58 |
| 59 # POD structure required by the find-in-page IPC messages. | 59 # POD structure required by the find-in-page IPC messages. |
| 60 "+third_party/WebKit/public/web/WebFindOptions.h", | 60 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 61 # Interface required for in-process input event handling. | 61 # Interface required for in-process input event handling. |
| 62 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 62 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 63 ] | 63 ] |
| OLD | NEW |