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

Unified Diff: DEPS

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
« no previous file with comments | « no previous file | testing/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index a7e383fd074105c7492b2eaa06cc43158a672c07..0df527c4533acbe81c7642ae69abfe77c35a5463 100644
--- a/DEPS
+++ b/DEPS
@@ -33,6 +33,9 @@ deps = {
"src/testing/gtest":
(Var("googlecode_url") % "googletest") + "/trunk@492",
+ "src/testing/gmock":
+ "http://googlemock.googlecode.com/svn/trunk@300",
Evan Martin 2011/01/27 19:35:44 README.chromium says current revision 282. Does i
Nico 2011/01/27 19:42:21 Yes, it matters. 282 doesn't work. (It got updated
+
"src/third_party/angle":
(Var("googlecode_url") % "angleproject") + "/trunk@537",
« no previous file with comments | « no previous file | testing/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698