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/bluetooth", | 16 "+device/bluetooth", |
17 "+device/core", | 17 "+device/core", |
18 "+device/geolocation", | 18 "+device/geolocation", |
19 "+device/hid", | 19 "+device/hid", |
20 "+device/media_transfer_protocol", | 20 "+device/media_transfer_protocol", |
| 21 "+device/power_save_blocker", |
21 "+device/usb", | 22 "+device/usb", |
22 "+extensions/browser", | 23 "+extensions/browser", |
23 "+extensions/common", | 24 "+extensions/common", |
24 "+extensions/components/javascript_dialog_extensions_client", | 25 "+extensions/components/javascript_dialog_extensions_client", |
25 "+extensions/grit", | 26 "+extensions/grit", |
26 "+extensions/test", | 27 "+extensions/test", |
27 "+gin", | 28 "+gin", |
28 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 29 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
29 "+google_apis", | 30 "+google_apis", |
30 "+google_update", | 31 "+google_update", |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 "+third_party/WebKit/public/web/WebTextDirection.h", | 107 "+third_party/WebKit/public/web/WebTextDirection.h", |
107 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 108 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
108 ] | 109 ] |
109 | 110 |
110 specific_include_rules = { | 111 specific_include_rules = { |
111 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 112 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
112 # in this type of test. | 113 # in this type of test. |
113 'chrome_security_exploit_browsertest\.cc' : [ | 114 'chrome_security_exploit_browsertest\.cc' : [ |
114 '+content/common', | 115 '+content/common', |
115 ], | 116 ], |
116 } | 117 } |
OLD | NEW |