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

Side by Side Diff: chrome/browser/DEPS

Issue 2417043002: Move device/core files to device/base directory. (Closed)
Patch Set: Fix ChromeOS build Created 4 years, 2 months 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/chrome_device_client.h » ('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/bluetooth", 17 "+device/bluetooth",
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/usb", 21 "+device/usb",
22 "+extensions/browser", 22 "+extensions/browser",
23 "+extensions/common", 23 "+extensions/common",
24 "+extensions/components/javascript_dialog_extensions_client", 24 "+extensions/components/javascript_dialog_extensions_client",
25 "+extensions/grit", 25 "+extensions/grit",
26 "+extensions/test", 26 "+extensions/test",
27 "+gin", 27 "+gin",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "+third_party/WebKit/public/web/WebTextDirection.h", 107 "+third_party/WebKit/public/web/WebTextDirection.h",
108 "+third_party/WebKit/public/web/WebWindowFeatures.h", 108 "+third_party/WebKit/public/web/WebWindowFeatures.h",
109 ] 109 ]
110 110
111 specific_include_rules = { 111 specific_include_rules = {
112 # 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
113 # in this type of test. 113 # in this type of test.
114 'chrome_security_exploit_browsertest\.cc' : [ 114 'chrome_security_exploit_browsertest\.cc' : [
115 '+content/common', 115 '+content/common',
116 ], 116 ],
117 } 117 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_device_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698