| 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/public/browser", | 5 "+android_webview/public/browser", |
| 6 | 6 |
| 7 "+cc", | 7 "+cc", |
| 8 | 8 |
| 9 "+components/auto_login_parser", | 9 "+components/auto_login_parser", |
| 10 "+components/navigation_interception", | 10 "+components/navigation_interception", |
| 11 "+components/visitedlink/browser", | 11 "+components/visitedlink/browser", |
| 12 | 12 |
| 13 "+content/public/browser", | 13 "+content/public/browser", |
| 14 | 14 |
| 15 "+ui/gfx", | 15 "+ui/gfx", |
| 16 "+ui/gl", | 16 "+ui/gl", |
| 17 | 17 |
| 18 # Temporary until we bundle our own favicon. See | 18 # Temporary until we bundle our own favicon. See |
| 19 # AwContentBrowserClient::GetDefaultFavicon | 19 # AwContentBrowserClient::GetDefaultFavicon |
| 20 "!grit/ui_resources.h", | 20 "!grit/ui_resources.h", |
| 21 | 21 |
| 22 # POD structure required by the find-in-page IPC messages. | 22 # POD structure required by the find-in-page IPC messages. |
| 23 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", | 23 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", |
| 24 |
| 25 # TODO(boliu): Fix this before commit. |
| 26 "!android_webview/native/aw_quota_manager_bridge.h", |
| 24 ] | 27 ] |
| OLD | NEW |