| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2   "+apps", | 2   "+apps", | 
| 3   "+ash", | 3   "+ash", | 
| 4   "+chrome/app", | 4   "+chrome/app", | 
| 5   "+chrome/chrome_watcher", | 5   "+chrome/chrome_watcher", | 
| 6   "+chrome/grit",  # For generated headers | 6   "+chrome/grit",  # For generated headers | 
| 7   "+chrome/installer", | 7   "+chrome/installer", | 
| 8   "+chrome_elf/blacklist", | 8   "+chrome_elf/blacklist", | 
| 9   "+chrome_elf/chrome_elf_constants.h", | 9   "+chrome_elf/chrome_elf_constants.h", | 
| 10   "+chrome_elf/create_file", | 10   "+chrome_elf/create_file", | 
| (...skipping 16 matching lines...) Expand all  Loading... | 
| 27   "+components/cdm/browser", | 27   "+components/cdm/browser", | 
| 28   "+components/certificate_reporting", | 28   "+components/certificate_reporting", | 
| 29   "+components/cloud_devices/common", | 29   "+components/cloud_devices/common", | 
| 30   "+components/component_updater", | 30   "+components/component_updater", | 
| 31   "+components/compression", | 31   "+components/compression", | 
| 32   "+components/content_settings", | 32   "+components/content_settings", | 
| 33   "+components/copresence", | 33   "+components/copresence", | 
| 34   "+components/crash", | 34   "+components/crash", | 
| 35   "+components/crx_file", | 35   "+components/crx_file", | 
| 36   "+components/data_reduction_proxy", | 36   "+components/data_reduction_proxy", | 
| 37   "+components/data_usage/core", | 37   "+components/data_usage", | 
| 38   "+components/data_use_measurement/core", | 38   "+components/data_use_measurement/core", | 
| 39   "+components/device_event_log", | 39   "+components/device_event_log", | 
| 40   "+components/dom_distiller", | 40   "+components/dom_distiller", | 
| 41   "+components/domain_reliability", | 41   "+components/domain_reliability", | 
| 42   "+components/enhanced_bookmarks", | 42   "+components/enhanced_bookmarks", | 
| 43   "+components/favicon", | 43   "+components/favicon", | 
| 44   "+components/favicon_base", | 44   "+components/favicon_base", | 
| 45   "+components/feedback", | 45   "+components/feedback", | 
| 46   "+components/flags_ui", | 46   "+components/flags_ui", | 
| 47   "+components/gcm_driver", | 47   "+components/gcm_driver", | 
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 212   "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
     tationLockType.h", | 212   "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
     tationLockType.h", | 
| 213   "+third_party/WebKit/public/web/WebCache.h", | 213   "+third_party/WebKit/public/web/WebCache.h", | 
| 214   "+third_party/WebKit/public/web/WebContextMenuData.h", | 214   "+third_party/WebKit/public/web/WebContextMenuData.h", | 
| 215   "+third_party/WebKit/public/web/WebFindOptions.h", | 215   "+third_party/WebKit/public/web/WebFindOptions.h", | 
| 216   "+third_party/WebKit/public/web/WebInputEvent.h", | 216   "+third_party/WebKit/public/web/WebInputEvent.h", | 
| 217   "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 217   "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 
| 218   "+third_party/WebKit/public/web/WebPluginAction.h", | 218   "+third_party/WebKit/public/web/WebPluginAction.h", | 
| 219   "+third_party/WebKit/public/web/WebTextDirection.h", | 219   "+third_party/WebKit/public/web/WebTextDirection.h", | 
| 220   "+third_party/WebKit/public/web/WebWindowFeatures.h", | 220   "+third_party/WebKit/public/web/WebWindowFeatures.h", | 
| 221 ] | 221 ] | 
| OLD | NEW | 
|---|