Index: Makefile |
diff --git a/Makefile b/Makefile |
index 6977254e1c08e28ad89cafd956553759a87d7db2..f72f61bd6603cdcc972040aad7fe700076972a3b 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -483,6 +483,10 @@ builddeps: |
https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \ |
third_party/icu --revision 277999 ; \ |
fi |
+ svn checkout --force http://googletest.googlecode.com/svn/trunk \ |
+ testing/gtest --revision 643 |
+ svn checkout --force http://googlemock.googlecode.com/svn/trunk \ |
+ testing/gmock --revision 410 |
dependencies: builddeps |
# The spec is a copy of the hooks in v8's DEPS file. |