Index: DEPS |
diff --git a/DEPS b/DEPS |
index b7064d480ab9608df594cd1f58cde5f36026d9a0..de9d013e2a947d04ceaf7e2770e64ce691c7d36d 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -19,6 +19,12 @@ deps = { |
"v8/buildtools": |
"https://chromium.googlesource.com/chromium/buildtools.git@" + |
Var("buildtools_revision"), |
+ |
+ "v8/testing/gtest": |
+ "http://googletest.googlecode.com/svn/trunk@643", |
+ |
+ "v8/testing/gmock": |
+ "http://googlemock.googlecode.com/svn/trunk@410", |
} |
deps_os = { |