| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+breakpad", | 3 "+breakpad", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome/tools/profiles", # For history unit tests. | 6 "+chrome/tools/profiles", # For history unit tests. |
| 7 "+chromeos", | 7 "+chromeos", |
| 8 "+components/autofill/browser", | 8 "+components/autofill/browser", |
| 9 "+components/autofill/common", | 9 "+components/autofill/common", |
| 10 "+components/auto_login_parser", | 10 "+components/auto_login_parser", |
| 11 "+components/autofill/common", | 11 "+components/autofill/common", |
| 12 "+components/navigation_interception", | 12 "+components/navigation_interception", |
| 13 "+components/user_prefs", | 13 "+components/user_prefs", |
| 14 "+components/visitedlink/browser", | 14 "+components/visitedlink/browser", |
| 15 "+components/web_contents_delegate_android", | 15 "+components/web_contents_delegate_android", |
| 16 "+content/public/browser", | 16 "+content/public/browser", |
| 17 "+device/bluetooth", | 17 "+device/bluetooth", |
| 18 "+device/media_transfer_protocol", | 18 "+device/media_transfer_protocol", |
| 19 "+extensions/browser", |
| 19 "+extensions/common", | 20 "+extensions/common", |
| 20 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 21 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 21 "+google_apis", | 22 "+google_apis", |
| 22 "+google_update", | 23 "+google_update", |
| 23 "+grit", # For generated headers | 24 "+grit", # For generated headers |
| 24 "+installer_util_strings", # For generated headers | 25 "+installer_util_strings", # For generated headers |
| 25 "+media/base", # For media switches | 26 "+media/base", # For media switches |
| 26 "+policy", # For generated headers and source | 27 "+policy", # For generated headers and source |
| 27 "+ppapi/c", # For various types. | 28 "+ppapi/c", # For various types. |
| 28 "+ppapi/host", | 29 "+ppapi/host", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "+third_party/icu", | 96 "+third_party/icu", |
| 96 "+third_party/isimpledom", | 97 "+third_party/isimpledom", |
| 97 "+third_party/leveldatabase", | 98 "+third_party/leveldatabase", |
| 98 "+third_party/libevent", # For the remote V8 debugging server | 99 "+third_party/libevent", # For the remote V8 debugging server |
| 99 "+third_party/libjingle", | 100 "+third_party/libjingle", |
| 100 "+third_party/protobuf/src/google/protobuf", | 101 "+third_party/protobuf/src/google/protobuf", |
| 101 "+third_party/re2", | 102 "+third_party/re2", |
| 102 "+third_party/sqlite", | 103 "+third_party/sqlite", |
| 103 "+third_party/undoview", | 104 "+third_party/undoview", |
| 104 ] | 105 ] |
| OLD | NEW |