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

Side by Side Diff: mojo/common/DEPS

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
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/common/BUILD.gn ('k') | mojo/common/binding_set.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 # common must not depend on embedder.
3 "-mojo",
4 "+mojo/application/public/cpp",
5 "+mojo/common",
6 "+third_party/mojo/src/mojo/public",
7 ]
8
9 specific_include_rules = {
10 "trace_controller_impl\.h": [
11 "+mojo/services/tracing/tracing.mojom.h"
12 ],
13 "tracing_impl\.h": [
14 "+mojo/services/tracing/tracing.mojom.h"
15 ],
16 }
OLDNEW
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/common/binding_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698