| 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", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "+device/bluetooth", | 99 "+device/bluetooth", |
| 100 "+device/core", | 100 "+device/core", |
| 101 "+device/hid", | 101 "+device/hid", |
| 102 "+device/usb", | 102 "+device/usb", |
| 103 "+device/media_transfer_protocol", | 103 "+device/media_transfer_protocol", |
| 104 "+extensions/browser", | 104 "+extensions/browser", |
| 105 "+extensions/common", | 105 "+extensions/common", |
| 106 "+extensions/components/javascript_dialog_extensions_client", | 106 "+extensions/components/javascript_dialog_extensions_client", |
| 107 "+extensions/grit", | 107 "+extensions/grit", |
| 108 "+extensions/test", | 108 "+extensions/test", |
| 109 "+gin/public/isolate_holder.h", | 109 "+gin", |
| 110 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 110 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 111 "+google_apis", | 111 "+google_apis", |
| 112 "+google_update", | 112 "+google_update", |
| 113 "+grit", # TODO(thestig) Remove. For generated headers | 113 "+grit", # TODO(thestig) Remove. For generated headers |
| 114 "+installer_util_strings", # For generated headers | 114 "+installer_util_strings", # For generated headers |
| 115 "+jni", | 115 "+jni", |
| 116 "+media/base", # For media switches | 116 "+media/base", # For media switches |
| 117 "+policy", # For generated headers and source | 117 "+policy", # For generated headers and source |
| 118 "+ppapi/c", # For various types. | 118 "+ppapi/c", # For various types. |
| 119 "+ppapi/host", | 119 "+ppapi/host", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 175 "+third_party/WebKit/public/web/WebCache.h", | 175 "+third_party/WebKit/public/web/WebCache.h", |
| 176 "+third_party/WebKit/public/web/WebContextMenuData.h", | 176 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 177 "+third_party/WebKit/public/web/WebFindOptions.h", | 177 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 178 "+third_party/WebKit/public/web/WebInputEvent.h", | 178 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 180 "+third_party/WebKit/public/web/WebPluginAction.h", | 180 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 181 "+third_party/WebKit/public/web/WebTextDirection.h", | 181 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 182 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 182 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 183 ] | 183 ] |
| OLD | NEW |