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

Unified Diff: Makefile

Issue 434423002: Add dependencies on gtest and gmock (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') | testing/gmock.gyp » ('j') | 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 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.
« no previous file with comments | « DEPS ('k') | testing/gmock.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698