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

Unified Diff: testing/README.chromium

Issue 6241018: Pull in gmock through DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/testing
Patch Set: don't use svn mirror for now Created 9 years, 11 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
« DEPS ('K') | « DEPS ('k') | testing/gmock/CHANGES » ('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
deleted file mode 100644
index d6642cac3e0a975c4860b4aad24207a2c1fe31f8..0000000000000000000000000000000000000000
--- a/testing/README.chromium
+++ /dev/null
@@ -1,35 +0,0 @@
-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: 282
-
-
--- HOW TO USE --
-
-If you are unfamiliar with gmock, there is an example of how to write a test
-based on gmock in base/gmock_unittest.cc. To use gmock, just add a dependency
-onto testing/gmock.gyp:gmock in your gyp target.
-
-For more general informaiton, there is a lot of good documentation availble on
-the googlemock website:
-
- http://code.google.com/p/googlemock/
-
-In particular, the "For Dummies" guide is a good place to start. The
-"CheatSheet" and "CookBook" are better as references.
-
-
--- RECREATING PACKAGE --
-
-Example:
-
- svn export --ignore-externals \
- http://googlemock.googlecode.com/svn/trunk/ gmock
-
-When checking out a copy from svn, --ignore-externals should be used to avoid
-getting an extra copy of gtest.
-
-This command will grab the head of trunk. Optionally, -r [revision number] to
-can be passed to svn export if you want a specific revision. The current
-revision of the source is listed at the top of the README.
« DEPS ('K') | « DEPS ('k') | testing/gmock/CHANGES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698