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", |
] |