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

Unified Diff: mojo/public/bindings/tests/DEPS

Issue 191293018: Adds a generator for writing messages to disk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: common_lib Created 6 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
Index: mojo/public/bindings/tests/DEPS
diff --git a/mojo/public/bindings/tests/DEPS b/mojo/public/bindings/tests/DEPS
index eac29eef820f704c55071d5dd06806e5f9048e8c..46885ed1052b4b70e5945de7b0b41c5734d8c6da 100644
--- a/mojo/public/bindings/tests/DEPS
+++ b/mojo/public/bindings/tests/DEPS
@@ -2,3 +2,10 @@ include_rules = [
"-base",
"+testing",
]
+
+specific_include_rules = {
+ # message_generator is used to generate test files and can depend on base.
+ "message_generator.cc": [
+ "+base",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698