| 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/autofill/browser", | 10 "+components/autofill/browser", |
| 11 "+components/autofill/content/browser", | 11 "+components/autofill/content/browser", |
| 12 "+components/autofill/core/common", | 12 "+components/autofill/core/common", |
| 13 "+components/devtools_remote_frontend", |
| 13 "+components/navigation_interception", | 14 "+components/navigation_interception", |
| 14 "+components/user_prefs", | 15 "+components/user_prefs", |
| 15 "+components/visitedlink/browser", | 16 "+components/visitedlink/browser", |
| 16 "+components/webdata/common", | 17 "+components/webdata/common", |
| 17 | 18 |
| 18 "+content/public/browser", | 19 "+content/public/browser", |
| 19 "+content/public/test", | 20 "+content/public/test", |
| 20 | 21 |
| 21 "+gpu/command_buffer/client", | 22 "+gpu/command_buffer/client", |
| 22 | 23 |
| 23 "+ui/gfx", | 24 "+ui/gfx", |
| 24 "+ui/gl", | 25 "+ui/gl", |
| 25 | 26 |
| 26 "+webkit/gpu", | 27 "+webkit/gpu", |
| 27 | 28 |
| 28 # Temporary until we bundle our own favicon. See | 29 # Temporary until we bundle our own favicon. See |
| 29 # AwContentBrowserClient::GetDefaultFavicon | 30 # AwContentBrowserClient::GetDefaultFavicon |
| 30 "!grit/ui_resources.h", | 31 "!grit/ui_resources.h", |
| 31 | 32 |
| 32 # POD structure required by the find-in-page IPC messages. | 33 # POD structure required by the find-in-page IPC messages. |
| 33 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", | 34 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", |
| 34 # Interface required for in-process input event handling. | 35 # Interface required for in-process input event handling. |
| 35 "+third_party/WebKit/Source/WebKit/chromium/public/WebCompositorInputHandler.h
" | 36 "+third_party/WebKit/Source/WebKit/chromium/public/WebCompositorInputHandler.h
" |
| 36 ] | 37 ] |
| OLD | NEW |