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