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

Unified 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, 9 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/DEPS
diff --git a/mojo/common/DEPS b/mojo/common/DEPS
index f3ee1c8915d5acaf936b1a420e5720d3fe32f9b3..81bd86ce63032a02833fff350e365ba3ecc79e2e 100644
--- a/mojo/common/DEPS
+++ b/mojo/common/DEPS
@@ -4,3 +4,12 @@ include_rules = [
"+mojo/common",
"+third_party/mojo/src/mojo/public",
]
+
+specific_include_rules = {
+ "trace_controller_impl\.h": [
+ "+mojo/services/tracing/tracing.mojom.h"
+ ],
+ "tracing_impl\.h": [
+ "+mojo/services/tracing/tracing.mojom.h"
+ ],
+}
« 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