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

Side by Side Diff: mojo/common/DEPS

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 5 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/data_pipe_file_utils.cc » ('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/common", 4 "+mojo/common",
5 "+third_party/mojo/src/mojo/public", 5 "+third_party/mojo/src/mojo/public",
6 ] 6 ]
7
8 specific_include_rules = {
9 "trace_controller_impl\.h": [
10 "+mojo/services/tracing/tracing.mojom.h"
11 ],
12 "tracing_impl\.h": [
13 "+mojo/services/tracing/tracing.mojom.h"
14 ],
15 }
OLDNEW
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/common/data_pipe_file_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698