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

Side by Side Diff: mojo/common/DEPS

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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 # common must not depend on embedder. 2 # common must not depend on embedder.
3 "-mojo", 3 "-mojo",
4 "+mojo/application/public/cpp",
4 "+mojo/common", 5 "+mojo/common",
5 "+third_party/mojo/src/mojo/public", 6 "+third_party/mojo/src/mojo/public",
6 ] 7 ]
7 8
8 specific_include_rules = { 9 specific_include_rules = {
9 "trace_controller_impl\.h": [ 10 "trace_controller_impl\.h": [
10 "+mojo/services/tracing/tracing.mojom.h" 11 "+mojo/services/tracing/tracing.mojom.h"
11 ], 12 ],
12 "tracing_impl\.h": [ 13 "tracing_impl\.h": [
13 "+mojo/services/tracing/tracing.mojom.h" 14 "+mojo/services/tracing/tracing.mojom.h"
14 ], 15 ],
15 } 16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698