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

Side by Side Diff: mojo/common/DEPS

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/mojo_base.gyp » ('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 "+mojo/shell/public/cpp", 4 "+services/shell/public/cpp",
5 "+mojo/common", 5 "+mojo/common",
6 "+mojo/message_pump", 6 "+mojo/message_pump",
7 "+mojo/public", 7 "+mojo/public",
8 ] 8 ]
9 9
10 specific_include_rules = { 10 specific_include_rules = {
11 "trace_controller_impl\.h": [ 11 "trace_controller_impl\.h": [
12 "+mojo/services/tracing/public/interfaces/tracing.mojom.h" 12 "+mojo/services/tracing/public/interfaces/tracing.mojom.h"
13 ], 13 ],
14 "tracing_impl\.h": [ 14 "tracing_impl\.h": [
15 "+mojo/services/tracing/public/interfaces/tracing.mojom.h" 15 "+mojo/services/tracing/public/interfaces/tracing.mojom.h"
16 ], 16 ],
17 } 17 }
OLDNEW
« no previous file with comments | « mojo/DEPS ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698