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

Unified Diff: testing/README.chromium

Issue 521012: Update gmock and gtest. (Closed)
Patch Set: update readme Created 11 years 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/CONTRIBUTORS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/README.chromium
diff --git a/testing/README.chromium b/testing/README.chromium
index 2fd8517db30092fd93bb2eab0ce575b54f97396b..771a8ccc2f335acbde3663caf2a64b6c5d654683 100644
--- a/testing/README.chromium
+++ b/testing/README.chromium
@@ -1,7 +1,8 @@
-We include a snapshot of gmock from http://googlemock.googlecode.com/svn/trunk
-with chromium.patch applied.
+We include a snapshot of gmock from http://googlemock.googlecode.com/svn/trunk.
+(Why not pull from it directly via DEPS? Because it uses svn:externals, which
+confuses gclient.)
-Current revision: 222
+Current revision: 254
-- HOW TO USE --
@@ -21,11 +22,6 @@ In particular, the "For Dummies" guide is a good place to start. The
-- RECREATING PACKAGE --
-Starting with r173, gmock began distributing a pared down version of tr1 tuple
-that can be used on compilers without TR1. This means that we will no longer
-need TR1 or boost on windows.
-
-Recreating this package is now just exporting the wanted revision.
Example:
svn export --ignore-externals \
« no previous file with comments | « DEPS ('k') | testing/gmock/CONTRIBUTORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698