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