| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+athena/content/public", | 4 "+athena/content/public", |
| 5 "+chrome/app", | 5 "+chrome/app", |
| 6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
| 7 "+chrome/grit", # For generated headers | 7 "+chrome/grit", # For generated headers |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| 11 "+chrome_elf/create_file", | 11 "+chrome_elf/create_file", |
| 12 "+chrome_elf/dll_hash", | 12 "+chrome_elf/dll_hash", |
| 13 "+chromeos", | 13 "+chromeos", |
| 14 "+components/app_modal", | 14 "+components/app_modal", |
| 15 "+components/audio_modem/public", | 15 "+components/audio_modem/public", |
| 16 "+components/audio_modem/test", | 16 "+components/audio_modem/test", |
| 17 "+components/autofill/content/browser", | 17 "+components/autofill/content/browser", |
| 18 "+components/autofill/content/common", | 18 "+components/autofill/content/common", |
| 19 "+components/autofill/core/browser", | 19 "+components/autofill/core/browser", |
| 20 "+components/autofill/core/common", | 20 "+components/autofill/core/common", |
| 21 "+components/bookmarks/browser", | 21 "+components/bookmarks/browser", |
| 22 "+components/bookmarks/common", | 22 "+components/bookmarks/common", |
| 23 "+components/bookmarks/managed", |
| 23 "+components/bookmarks/test", | 24 "+components/bookmarks/test", |
| 24 "+components/browser_watcher", | 25 "+components/browser_watcher", |
| 25 "+components/cdm/browser", | 26 "+components/cdm/browser", |
| 26 "+components/cloud_devices/common", | 27 "+components/cloud_devices/common", |
| 27 "+components/component_updater", | 28 "+components/component_updater", |
| 28 "+components/content_settings", | 29 "+components/content_settings", |
| 29 "+components/copresence", | 30 "+components/copresence", |
| 30 "+components/crash", | 31 "+components/crash", |
| 31 "+components/crx_file", | 32 "+components/crx_file", |
| 32 "+components/data_reduction_proxy", | 33 "+components/data_reduction_proxy", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 173 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 173 "+third_party/WebKit/public/web/WebCache.h", | 174 "+third_party/WebKit/public/web/WebCache.h", |
| 174 "+third_party/WebKit/public/web/WebContextMenuData.h", | 175 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 175 "+third_party/WebKit/public/web/WebFindOptions.h", | 176 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 176 "+third_party/WebKit/public/web/WebInputEvent.h", | 177 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 177 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 178 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 178 "+third_party/WebKit/public/web/WebPluginAction.h", | 179 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 179 "+third_party/WebKit/public/web/WebTextDirection.h", | 180 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 180 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 181 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 181 ] | 182 ] |
| OLD | NEW |