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

Side by Side Diff: chrome/browser/DEPS

Issue 2419063003: Move services/shell to services/service_manager (Closed)
Patch Set: 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
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",
(...skipping 17 matching lines...) Expand all
28 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 28 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
29 "+google_apis", 29 "+google_apis",
30 "+google_update", 30 "+google_update",
31 "+installer_util_strings", # For generated headers 31 "+installer_util_strings", # For generated headers
32 "+jni", 32 "+jni",
33 "+media/audio", # For media audio hang monitor. 33 "+media/audio", # For media audio hang monitor.
34 "+media/base", # For media switches 34 "+media/base", # For media switches
35 "+media/cdm/cdm_paths.h", 35 "+media/cdm/cdm_paths.h",
36 "+media/midi", # For midi switches 36 "+media/midi", # For midi switches
37 "+media/mojo", # For mojo media services. 37 "+media/mojo", # For mojo media services.
38 "+services/shell/public/cpp", 38 "+services/service_manager/public/cpp",
39 "+services/ui/public", 39 "+services/ui/public",
40 "+ppapi/c", # For various types. 40 "+ppapi/c", # For various types.
41 "+ppapi/host", 41 "+ppapi/host",
42 "+ppapi/proxy", 42 "+ppapi/proxy",
43 "+ppapi/shared_impl", 43 "+ppapi/shared_impl",
44 "+rlz", 44 "+rlz",
45 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 45 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
46 "+services/shell", 46 "+services/service_manager",
47 "+skia/ext", 47 "+skia/ext",
48 "+syzygy/kasko", 48 "+syzygy/kasko",
49 "+third_party/cros_system_api", 49 "+third_party/cros_system_api",
50 "+third_party/kasko", 50 "+third_party/kasko",
51 51
52 # chrome only needs switches from cc. All usage of the compositor is from 52 # chrome only needs switches from cc. All usage of the compositor is from
53 # content. Definitely don't include generic stuff from cc/base here, if this 53 # content. Definitely don't include generic stuff from cc/base here, if this
54 # is needed these files need to move to base/ 54 # is needed these files need to move to base/
55 "+cc/base/switches.h", 55 "+cc/base/switches.h",
56 56
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "+third_party/WebKit/public/web/WebWindowFeatures.h", 109 "+third_party/WebKit/public/web/WebWindowFeatures.h",
110 ] 110 ]
111 111
112 specific_include_rules = { 112 specific_include_rules = {
113 # Exploits don't abide by DEPS; so all IPC message definitions are fair game 113 # Exploits don't abide by DEPS; so all IPC message definitions are fair game
114 # in this type of test. 114 # in this type of test.
115 'chrome_security_exploit_browsertest\.cc' : [ 115 'chrome_security_exploit_browsertest\.cc' : [
116 '+content/common', 116 '+content/common',
117 ], 117 ],
118 } 118 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/contextualsearch/contextual_search_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698