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