| 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", | 6 "+chrome/grit", |
| 7 "+chrome/install_static", | 7 "+chrome/install_static", |
| 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/dll_hash", | 11 "+chrome_elf/dll_hash", |
| 12 "+chromeos", | 12 "+chromeos", |
| 13 "+components", | 13 "+components", |
| 14 "+content/public/browser", | 14 "+content/public/browser", |
| 15 "+courgette", | 15 "+courgette", |
| 16 "+device/base", | 16 "+device/base", |
| 17 "+device/battery", | 17 "+device/battery", |
| 18 "+device/bluetooth", | 18 "+device/bluetooth", |
| 19 "+device/geolocation", | 19 "+device/geolocation", |
| 20 "+device/hid", | 20 "+device/hid", |
| 21 "+device/media_transfer_protocol", | 21 "+device/media_transfer_protocol", |
| 22 "+device/power_save_blocker", | 22 "+device/power_save_blocker", |
| 23 "+device/usb", | 23 "+device/usb", |
| 24 "+extensions/browser", | 24 "+extensions/browser", |
| 25 "+extensions/common", | 25 "+extensions/common", |
| 26 "+extensions/components/javascript_dialog_extensions_client", | 26 "+extensions/components/javascript_dialog_extensions_client", |
| 27 "+extensions/features", | 27 "+extensions/features", |
| 28 "+extensions/grit", | 28 "+extensions/grit", |
| 29 "+extensions/test", | 29 "+extensions/test", |
| 30 "+gin", | 30 "+gin/public/gin_features.h", |
| 31 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 31 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 32 "+google_apis", | 32 "+google_apis", |
| 33 "+google_update", | 33 "+google_update", |
| 34 "+installer_util_strings", # For generated headers | 34 "+installer_util_strings", # For generated headers |
| 35 "+jni", | 35 "+jni", |
| 36 "+media/audio", # For media audio hang monitor. | 36 "+media/audio", # For media audio hang monitor. |
| 37 "+media/base", # For media switches | 37 "+media/base", # For media switches |
| 38 "+media/cdm/cdm_paths.h", | 38 "+media/cdm/cdm_paths.h", |
| 39 "+media/midi", # For midi switches | 39 "+media/midi", # For midi switches |
| 40 "+media/mojo", # For mojo media services. | 40 "+media/mojo", # For mojo media services. |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
| 116 "+third_party/WebKit/public/public_features.h", | 116 "+third_party/WebKit/public/public_features.h", |
| 117 "+third_party/WebKit/public/web/WebCache.h", | 117 "+third_party/WebKit/public/web/WebCache.h", |
| 118 "+third_party/WebKit/public/web/WebContextMenuData.h", | 118 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 119 "+third_party/WebKit/public/web/WebFindOptions.h", | 119 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 121 "+third_party/WebKit/public/web/WebPluginAction.h", | 121 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 122 "+third_party/WebKit/public/web/WebTextDirection.h", | 122 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 123 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 123 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 124 ] | 124 ] |
| OLD | NEW |