| 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/common", | 
|    8   "+components/auto_login_parser", |    9   "+components/auto_login_parser", | 
|    9   "+components/navigation_interception", |   10   "+components/navigation_interception", | 
|   10   "+components/user_prefs", |   11   "+components/user_prefs", | 
|   11   "+components/visitedlink/browser", |   12   "+components/visitedlink/browser", | 
|   12   "+components/web_contents_delegate_android", |   13   "+components/web_contents_delegate_android", | 
|   13   "+content/public/browser", |   14   "+content/public/browser", | 
|   14   "+device/bluetooth", |   15   "+device/bluetooth", | 
|   15   "+device/media_transfer_protocol", |   16   "+device/media_transfer_protocol", | 
|   16   "+extensions/common", |   17   "+extensions/common", | 
|   17   "+google/cacheinvalidation",  # Sync invalidation API protobuf files. |   18   "+google/cacheinvalidation",  # Sync invalidation API protobuf files. | 
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   91   "+third_party/icu", |   92   "+third_party/icu", | 
|   92   "+third_party/isimpledom", |   93   "+third_party/isimpledom", | 
|   93   "+third_party/leveldatabase", |   94   "+third_party/leveldatabase", | 
|   94   "+third_party/libevent",  # For the remote V8 debugging server |   95   "+third_party/libevent",  # For the remote V8 debugging server | 
|   95   "+third_party/libjingle", |   96   "+third_party/libjingle", | 
|   96   "+third_party/protobuf/src/google/protobuf", |   97   "+third_party/protobuf/src/google/protobuf", | 
|   97   "+third_party/re2", |   98   "+third_party/re2", | 
|   98   "+third_party/sqlite", |   99   "+third_party/sqlite", | 
|   99   "+third_party/undoview", |  100   "+third_party/undoview", | 
|  100 ] |  101 ] | 
| OLD | NEW |