| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "+components/web_modal", | 97 "+components/web_modal", |
| 98 "+components/web_cache/browser", | 98 "+components/web_cache/browser", |
| 99 "+components/webdata/common", | 99 "+components/webdata/common", |
| 100 "+components/webdata_services", | 100 "+components/webdata_services", |
| 101 "+components/web_resource", | 101 "+components/web_resource", |
| 102 "+content/public/browser", | 102 "+content/public/browser", |
| 103 "+content/test/net", | 103 "+content/test/net", |
| 104 "+courgette", | 104 "+courgette", |
| 105 "+device/bluetooth", | 105 "+device/bluetooth", |
| 106 "+device/core", | 106 "+device/core", |
| 107 "+device/devices_app", |
| 107 "+device/hid", | 108 "+device/hid", |
| 108 "+device/usb", | 109 "+device/usb", |
| 109 "+device/media_transfer_protocol", | 110 "+device/media_transfer_protocol", |
| 110 "+extensions/browser", | 111 "+extensions/browser", |
| 111 "+extensions/common", | 112 "+extensions/common", |
| 112 "+extensions/components/javascript_dialog_extensions_client", | 113 "+extensions/components/javascript_dialog_extensions_client", |
| 113 "+extensions/grit", | 114 "+extensions/grit", |
| 114 "+extensions/test", | 115 "+extensions/test", |
| 115 "+gin", | 116 "+gin", |
| 116 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 117 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 182 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 182 "+third_party/WebKit/public/web/WebCache.h", | 183 "+third_party/WebKit/public/web/WebCache.h", |
| 183 "+third_party/WebKit/public/web/WebContextMenuData.h", | 184 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 184 "+third_party/WebKit/public/web/WebFindOptions.h", | 185 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 185 "+third_party/WebKit/public/web/WebInputEvent.h", | 186 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 186 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 187 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 187 "+third_party/WebKit/public/web/WebPluginAction.h", | 188 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 188 "+third_party/WebKit/public/web/WebTextDirection.h", | 189 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 189 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 190 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 190 ] | 191 ] |
| OLD | NEW |