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/base", | 16 "+device/base", |
17 "+device/battery", | 17 "+device/battery", |
18 "+device/bluetooth", | 18 "+device/bluetooth", |
| 19 "+device/generic_sensor", |
19 "+device/geolocation", | 20 "+device/geolocation", |
20 "+device/hid", | 21 "+device/hid", |
21 "+device/media_transfer_protocol", | 22 "+device/media_transfer_protocol", |
22 "+device/power_save_blocker", | 23 "+device/power_save_blocker", |
23 "+device/usb", | 24 "+device/usb", |
24 "+extensions/browser", | 25 "+extensions/browser", |
25 "+extensions/common", | 26 "+extensions/common", |
26 "+extensions/components/javascript_dialog_extensions_client", | 27 "+extensions/components/javascript_dialog_extensions_client", |
27 "+extensions/features", | 28 "+extensions/features", |
28 "+extensions/grit", | 29 "+extensions/grit", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 118 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
118 ] | 119 ] |
119 | 120 |
120 specific_include_rules = { | 121 specific_include_rules = { |
121 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 122 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
122 # in this type of test. | 123 # in this type of test. |
123 'chrome_security_exploit_browsertest\.cc' : [ | 124 'chrome_security_exploit_browsertest\.cc' : [ |
124 '+content/common', | 125 '+content/common', |
125 ], | 126 ], |
126 } | 127 } |
OLD | NEW |