| 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 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "+components/printing/browser", | 21 "+components/printing/browser", |
| 22 "+components/printing/common", | 22 "+components/printing/common", |
| 23 "+components/url_formatter", | 23 "+components/url_formatter", |
| 24 "+components/user_prefs", | 24 "+components/user_prefs", |
| 25 "+components/visitedlink/browser", | 25 "+components/visitedlink/browser", |
| 26 "+components/webdata/common", | 26 "+components/webdata/common", |
| 27 | 27 |
| 28 "+content/public/browser", | 28 "+content/public/browser", |
| 29 "+content/public/test", | 29 "+content/public/test", |
| 30 | 30 |
| 31 "+device/geolocation", |
| 32 |
| 31 # Explicitly disallow using SyncMessageFilter to prevent browser from | 33 # Explicitly disallow using SyncMessageFilter to prevent browser from |
| 32 # sending synchronous IPC messages on non-UI threads. | 34 # sending synchronous IPC messages on non-UI threads. |
| 33 "-ipc/ipc_sync_message_filter.h", | 35 "-ipc/ipc_sync_message_filter.h", |
| 34 | 36 |
| 35 "+media/base/android", | 37 "+media/base/android", |
| 36 | 38 |
| 37 "+policy/policy_constants.h", | 39 "+policy/policy_constants.h", |
| 38 | 40 |
| 39 "+printing", | 41 "+printing", |
| 40 | 42 |
| 41 "+ui/gfx", | 43 "+ui/gfx", |
| 42 "+ui/gl", | 44 "+ui/gl", |
| 43 | 45 |
| 44 # Temporary until we bundle our own favicon. See | 46 # Temporary until we bundle our own favicon. See |
| 45 # AwContentBrowserClient::GetDefaultFavicon | 47 # AwContentBrowserClient::GetDefaultFavicon |
| 46 "!ui/resources/grit/ui_resources.h", | 48 "!ui/resources/grit/ui_resources.h", |
| 47 | 49 |
| 48 # POD structure required by the find-in-page IPC messages. | 50 # POD structure required by the find-in-page IPC messages. |
| 49 "+third_party/WebKit/public/web/WebFindOptions.h", | 51 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 50 # Interface required for in-process input event handling. | 52 # Interface required for in-process input event handling. |
| 51 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 53 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 52 ] | 54 ] |
| OLD | NEW |