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

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

Issue 216983002: Mojo: Add mojo/public/c/DEPS and remove some no-longer-needed ifdefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « mojo/public/c/system/core.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/tests/DEPS
diff --git a/mojo/public/c/tests/DEPS b/mojo/public/c/tests/DEPS
index 6c53bc29c312a9de9cd6fa01502fcc7ddb3e2261..982ba1d5041c98d49fccd45471a9970ca3f96724 100644
--- a/mojo/public/c/tests/DEPS
+++ b/mojo/public/c/tests/DEPS
@@ -1,3 +1,8 @@
include_rules = [
"+testing",
+ # Our test harness is C++, so allow use C++:
+ "+mojo/public/cpp",
+ # TODO(vtl): Temporary until these are moved to mojo/public/cpp:
+ "+mojo/public/tests",
+ "+mojo/public/utility",
]
« no previous file with comments | « mojo/public/c/system/core.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698