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