OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+cc/paint", | 4 "+cc/paint", |
5 "+chrome/app", | 5 "+chrome/app", |
6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
7 "+chrome/grit", | 7 "+chrome/grit", |
8 "+chrome/install_static", | 8 "+chrome/install_static", |
9 "+chrome/installer", | 9 "+chrome/installer", |
10 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
11 "+chrome_elf/chrome_elf_constants.h", | 11 "+chrome_elf/chrome_elf_constants.h", |
12 "+chrome_elf/dll_hash", | 12 "+chrome_elf/dll_hash", |
13 "+chromeos", | 13 "+chromeos", |
14 "+components", | 14 "+components", |
15 "+content/public/browser", | 15 "+content/public/browser", |
16 "+courgette", | 16 "+courgette", |
17 "+device/base", | 17 "+device/base", |
18 "+device/battery", | 18 "+device/battery", |
19 "+device/bluetooth", | 19 "+device/bluetooth", |
20 "+device/geolocation", | 20 "+device/geolocation", |
21 "+device/hid", | 21 "+device/hid", |
22 "+device/media_transfer_protocol", | 22 "+device/media_transfer_protocol", |
23 "+device/power_save_blocker", | 23 "+device/power_save_blocker", |
24 "+device/usb", | 24 "+device/usb", |
| 25 "+device/vr/features.h", |
25 "+extensions/browser", | 26 "+extensions/browser", |
26 "+extensions/common", | 27 "+extensions/common", |
27 "+extensions/components/javascript_dialog_extensions_client", | 28 "+extensions/components/javascript_dialog_extensions_client", |
28 "+extensions/features", | 29 "+extensions/features", |
29 "+extensions/grit", | 30 "+extensions/grit", |
30 "+extensions/test", | 31 "+extensions/test", |
31 "+gin/public/gin_features.h", | 32 "+gin/public/gin_features.h", |
32 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 33 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
33 "+google_apis", | 34 "+google_apis", |
34 "+google_update", | 35 "+google_update", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 122 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
122 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 123 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
123 "+third_party/WebKit/public/public_features.h", | 124 "+third_party/WebKit/public/public_features.h", |
124 "+third_party/WebKit/public/web/WebContextMenuData.h", | 125 "+third_party/WebKit/public/web/WebContextMenuData.h", |
125 "+third_party/WebKit/public/web/WebFindOptions.h", | 126 "+third_party/WebKit/public/web/WebFindOptions.h", |
126 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 127 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
127 "+third_party/WebKit/public/web/WebPluginAction.h", | 128 "+third_party/WebKit/public/web/WebPluginAction.h", |
128 "+third_party/WebKit/public/web/WebTextDirection.h", | 129 "+third_party/WebKit/public/web/WebTextDirection.h", |
129 "+third_party/WebKit/public/web/window_features.mojom.h", | 130 "+third_party/WebKit/public/web/window_features.mojom.h", |
130 ] | 131 ] |
OLD | NEW |