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

Unified Diff: Makefile

Issue 451993002: Synchronize GTest/GMock dependencies with Chromium. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index f72f61bd6603cdcc972040aad7fe700076972a3b..96d7a7ae4d3208f30d47b9e6278515227dc6b6ed 100644
--- a/Makefile
+++ b/Makefile
@@ -484,9 +484,9 @@ builddeps:
third_party/icu --revision 277999 ; \
fi
svn checkout --force http://googletest.googlecode.com/svn/trunk \
- testing/gtest --revision 643
+ testing/gtest --revision 692
svn checkout --force http://googlemock.googlecode.com/svn/trunk \
- testing/gmock --revision 410
+ testing/gmock --revision 485
dependencies: builddeps
# The spec is a copy of the hooks in v8's DEPS file.
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698