Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Side by Side Diff: chrome/browser/DEPS

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/bluetooth", 17 "+device/bluetooth",
18 "+device/generic_sensor",
18 "+device/geolocation", 19 "+device/geolocation",
19 "+device/hid", 20 "+device/hid",
20 "+device/media_transfer_protocol", 21 "+device/media_transfer_protocol",
21 "+device/power_save_blocker", 22 "+device/power_save_blocker",
22 "+device/usb", 23 "+device/usb",
23 "+extensions/browser", 24 "+extensions/browser",
24 "+extensions/common", 25 "+extensions/common",
25 "+extensions/components/javascript_dialog_extensions_client", 26 "+extensions/components/javascript_dialog_extensions_client",
26 "+extensions/grit", 27 "+extensions/grit",
27 "+extensions/test", 28 "+extensions/test",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "+third_party/WebKit/public/web/WebWindowFeatures.h", 112 "+third_party/WebKit/public/web/WebWindowFeatures.h",
112 ] 113 ]
113 114
114 specific_include_rules = { 115 specific_include_rules = {
115 # Exploits don't abide by DEPS; so all IPC message definitions are fair game 116 # Exploits don't abide by DEPS; so all IPC message definitions are fair game
116 # in this type of test. 117 # in this type of test.
117 'chrome_security_exploit_browsertest\.cc' : [ 118 'chrome_security_exploit_browsertest\.cc' : [
118 '+content/common', 119 '+content/common',
119 ], 120 ],
120 } 121 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698