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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "+components/web_modal", | 112 "+components/web_modal", |
113 "+components/web_resource", | 113 "+components/web_resource", |
114 "+components/webdata/common", | 114 "+components/webdata/common", |
115 "+components/webdata_services", | 115 "+components/webdata_services", |
116 "+components/webusb", | 116 "+components/webusb", |
117 "+content/public/browser", | 117 "+content/public/browser", |
118 "+content/test/net", | 118 "+content/test/net", |
119 "+courgette", | 119 "+courgette", |
120 "+device/bluetooth", | 120 "+device/bluetooth", |
121 "+device/core", | 121 "+device/core", |
122 "+device/devices_app/public", | 122 "+device/devices_app/usb", |
123 "+device/hid", | 123 "+device/hid", |
124 "+device/usb", | 124 "+device/usb", |
125 "+device/media_transfer_protocol", | 125 "+device/media_transfer_protocol", |
126 "+extensions/browser", | 126 "+extensions/browser", |
127 "+extensions/common", | 127 "+extensions/common", |
128 "+extensions/components/javascript_dialog_extensions_client", | 128 "+extensions/components/javascript_dialog_extensions_client", |
129 "+extensions/grit", | 129 "+extensions/grit", |
130 "+extensions/test", | 130 "+extensions/test", |
131 "+gin", | 131 "+gin", |
132 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 132 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 199 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
200 "+third_party/WebKit/public/web/WebCache.h", | 200 "+third_party/WebKit/public/web/WebCache.h", |
201 "+third_party/WebKit/public/web/WebContextMenuData.h", | 201 "+third_party/WebKit/public/web/WebContextMenuData.h", |
202 "+third_party/WebKit/public/web/WebFindOptions.h", | 202 "+third_party/WebKit/public/web/WebFindOptions.h", |
203 "+third_party/WebKit/public/web/WebInputEvent.h", | 203 "+third_party/WebKit/public/web/WebInputEvent.h", |
204 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 204 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
205 "+third_party/WebKit/public/web/WebPluginAction.h", | 205 "+third_party/WebKit/public/web/WebPluginAction.h", |
206 "+third_party/WebKit/public/web/WebTextDirection.h", | 206 "+third_party/WebKit/public/web/WebTextDirection.h", |
207 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 207 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
208 ] | 208 ] |
OLD | NEW |