| 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/content/browser", | 8   "+components/autofill/content/browser", | 
| 9   "+components/autofill/core/browser", | 9   "+components/autofill/core/browser", | 
| 10   "+components/autofill/core/common", | 10   "+components/autofill/core/common", | 
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 74   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 74   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 
| 75 | 75 | 
| 76   # Other libraries. | 76   # Other libraries. | 
| 77   "+chrome/third_party/mozilla_security_manager", | 77   "+chrome/third_party/mozilla_security_manager", | 
| 78   "+libxml",  # For search engine definition parsing. | 78   "+libxml",  # For search engine definition parsing. | 
| 79   "+third_party/apple_sample_code",  # Apple code ImageAndTextCell. | 79   "+third_party/apple_sample_code",  # Apple code ImageAndTextCell. | 
| 80   "+third_party/bzip2", | 80   "+third_party/bzip2", | 
| 81   "+third_party/cld", | 81   "+third_party/cld", | 
| 82   "+third_party/expat", | 82   "+third_party/expat", | 
| 83   "+third_party/iaccessible2", | 83   "+third_party/iaccessible2", | 
| 84   "+third_party/icu", | 84   "+third_party/icu/source/common/unicode", | 
|  | 85   "+third_party/icu/source/i18n/unicode", | 
| 85   "+third_party/isimpledom", | 86   "+third_party/isimpledom", | 
| 86   "+third_party/leveldatabase", | 87   "+third_party/leveldatabase", | 
| 87   "+third_party/libevent",  # For the remote V8 debugging server | 88   "+third_party/libevent",  # For the remote V8 debugging server | 
| 88   "+third_party/libjingle", | 89   "+third_party/libjingle", | 
| 89   "+third_party/protobuf/src/google/protobuf", | 90   "+third_party/protobuf/src/google/protobuf", | 
| 90   "+third_party/re2", | 91   "+third_party/re2", | 
| 91   "+third_party/sqlite", | 92   "+third_party/sqlite", | 
| 92   "+third_party/undoview", | 93   "+third_party/undoview", | 
| 93   "+third_party/zlib", | 94   "+third_party/zlib", | 
| 94 | 95 | 
| (...skipping 18 matching lines...) Expand all  Loading... | 
| 113   "+third_party/WebKit/public/web/WebPluginAction.h", | 114   "+third_party/WebKit/public/web/WebPluginAction.h", | 
| 114   "+third_party/WebKit/public/web/WebScreenInfo.h", | 115   "+third_party/WebKit/public/web/WebScreenInfo.h", | 
| 115   "+third_party/WebKit/public/web/WebTextDirection.h", | 116   "+third_party/WebKit/public/web/WebTextDirection.h", | 
| 116 | 117 | 
| 117   # These should be burned down. http://crbug.com/237267 | 118   # These should be burned down. http://crbug.com/237267 | 
| 118   "!third_party/WebKit/public/web/WebKit.h", | 119   "!third_party/WebKit/public/web/WebKit.h", | 
| 119   "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 120   "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 
| 120   "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 121   "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 
| 121   "!third_party/WebKit/public/web/WebView.h", | 122   "!third_party/WebKit/public/web/WebView.h", | 
| 122 ] | 123 ] | 
| OLD | NEW | 
|---|