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

Side by Side Diff: mojo/common/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase 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 | « mojo/DEPS ('k') | mojo/public/c/system/BUILD.gn » ('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 # common must not depend on embedder. 2 # common must not depend on embedder.
3 "-mojo", 3 "-mojo",
4 "+services/shell/public/cpp", 4 "+services/service_manager/public/cpp",
5 "+mojo/common", 5 "+mojo/common",
6 "+mojo/public", 6 "+mojo/public",
7 ] 7 ]
8 8
9 specific_include_rules = { 9 specific_include_rules = {
10 "trace_controller_impl\.h": [ 10 "trace_controller_impl\.h": [
11 "+services/tracing/public/interfaces/tracing.mojom.h" 11 "+services/tracing/public/interfaces/tracing.mojom.h"
12 ], 12 ],
13 "tracing_impl\.h": [ 13 "tracing_impl\.h": [
14 "+services/tracing/public/interfaces/tracing.mojom.h" 14 "+services/tracing/public/interfaces/tracing.mojom.h"
15 ], 15 ],
16 } 16 }
OLDNEW
« no previous file with comments | « mojo/DEPS ('k') | mojo/public/c/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698