| 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", |
| 24 "+components/safe_browsing_db", |
| 23 "+components/spellcheck/browser", | 25 "+components/spellcheck/browser", |
| 24 "+components/spellcheck/common", | 26 "+components/spellcheck/common", |
| 25 "+components/url_formatter", | 27 "+components/url_formatter", |
| 26 "+components/user_prefs", | 28 "+components/user_prefs", |
| 27 "+components/visitedlink/browser", | 29 "+components/visitedlink/browser", |
| 28 "+components/webdata/common", | 30 "+components/webdata/common", |
| 29 | 31 |
| 30 "+content/public/browser", | 32 "+content/public/browser", |
| 31 "+content/public/test", | 33 "+content/public/test", |
| 32 | 34 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 49 | 51 |
| 50 # Temporary until we bundle our own favicon. See | 52 # Temporary until we bundle our own favicon. See |
| 51 # AwContentBrowserClient::GetDefaultFavicon | 53 # AwContentBrowserClient::GetDefaultFavicon |
| 52 "!ui/resources/grit/ui_resources.h", | 54 "!ui/resources/grit/ui_resources.h", |
| 53 | 55 |
| 54 # POD structure required by the find-in-page IPC messages. | 56 # POD structure required by the find-in-page IPC messages. |
| 55 "+third_party/WebKit/public/web/WebFindOptions.h", | 57 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 56 # Interface required for in-process input event handling. | 58 # Interface required for in-process input event handling. |
| 57 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 59 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 58 ] | 60 ] |
| OLD | NEW |