| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+cc/paint", |
| 4 "+chrome/app", | 5 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", | 7 "+chrome/grit", |
| 7 "+chrome/install_static", | 8 "+chrome/install_static", |
| 8 "+chrome/installer", | 9 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 11 "+chrome_elf/chrome_elf_constants.h", |
| 11 "+chrome_elf/dll_hash", | 12 "+chrome_elf/dll_hash", |
| 12 "+chromeos", | 13 "+chromeos", |
| 13 "+components", | 14 "+components", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 116 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
| 116 "+third_party/WebKit/public/public_features.h", | 117 "+third_party/WebKit/public/public_features.h", |
| 117 "+third_party/WebKit/public/web/WebCache.h", | 118 "+third_party/WebKit/public/web/WebCache.h", |
| 118 "+third_party/WebKit/public/web/WebContextMenuData.h", | 119 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 119 "+third_party/WebKit/public/web/WebFindOptions.h", | 120 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 121 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 121 "+third_party/WebKit/public/web/WebPluginAction.h", | 122 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 122 "+third_party/WebKit/public/web/WebTextDirection.h", | 123 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 123 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 124 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 124 ] | 125 ] |
| OLD | NEW |