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

Side by Side Diff: chrome/browser/DEPS

Issue 2479593006: Move enable extensions define to a build flag. (Closed)
Patch Set: Merge 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/battery", 17 "+device/battery",
18 "+device/bluetooth", 18 "+device/bluetooth",
19 "+device/geolocation", 19 "+device/geolocation",
20 "+device/hid", 20 "+device/hid",
21 "+device/media_transfer_protocol", 21 "+device/media_transfer_protocol",
22 "+device/power_save_blocker", 22 "+device/power_save_blocker",
23 "+device/usb", 23 "+device/usb",
24 "+extensions/browser", 24 "+extensions/browser",
25 "+extensions/common", 25 "+extensions/common",
26 "+extensions/components/javascript_dialog_extensions_client", 26 "+extensions/components/javascript_dialog_extensions_client",
27 "+extensions/features",
27 "+extensions/grit", 28 "+extensions/grit",
28 "+extensions/test", 29 "+extensions/test",
29 "+gin", 30 "+gin",
30 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 31 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
31 "+google_apis", 32 "+google_apis",
32 "+google_update", 33 "+google_update",
33 "+installer_util_strings", # For generated headers 34 "+installer_util_strings", # For generated headers
34 "+jni", 35 "+jni",
35 "+media/audio", # For media audio hang monitor. 36 "+media/audio", # For media audio hang monitor.
36 "+media/base", # For media switches 37 "+media/base", # For media switches
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "+third_party/WebKit/public/web/WebWindowFeatures.h", 116 "+third_party/WebKit/public/web/WebWindowFeatures.h",
116 ] 117 ]
117 118
118 specific_include_rules = { 119 specific_include_rules = {
119 # Exploits don't abide by DEPS; so all IPC message definitions are fair game 120 # Exploits don't abide by DEPS; so all IPC message definitions are fair game
120 # in this type of test. 121 # in this type of test.
121 'chrome_security_exploit_browsertest\.cc' : [ 122 'chrome_security_exploit_browsertest\.cc' : [
122 '+content/common', 123 '+content/common',
123 ], 124 ],
124 } 125 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698