| 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", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "-ipc/ipc_sync_message_filter.h", | 40 "-ipc/ipc_sync_message_filter.h", |
| 41 | 41 |
| 42 "+media/base/android", | 42 "+media/base/android", |
| 43 | 43 |
| 44 "+components/policy/policy_constants.h", | 44 "+components/policy/policy_constants.h", |
| 45 | 45 |
| 46 "+printing", | 46 "+printing", |
| 47 | 47 |
| 48 "+services/service_manager/public/cpp", | 48 "+services/service_manager/public/cpp", |
| 49 | 49 |
| 50 "+storage/browser/quota", |
| 51 |
| 50 "+ui/gfx", | 52 "+ui/gfx", |
| 51 "+ui/gl", | 53 "+ui/gl", |
| 52 | 54 |
| 53 # Temporary until we bundle our own favicon. See | 55 # Temporary until we bundle our own favicon. See |
| 54 # AwContentBrowserClient::GetDefaultFavicon | 56 # AwContentBrowserClient::GetDefaultFavicon |
| 55 "!ui/resources/grit/ui_resources.h", | 57 "!ui/resources/grit/ui_resources.h", |
| 56 | 58 |
| 57 # POD structure required by the find-in-page IPC messages. | 59 # POD structure required by the find-in-page IPC messages. |
| 58 "+third_party/WebKit/public/web/WebFindOptions.h", | 60 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 59 # Interface required for in-process input event handling. | 61 # Interface required for in-process input event handling. |
| 60 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 62 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
| 61 ] | 63 ] |
| OLD | NEW |