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

Unified Diff: DEPS

Issue 402713002: Update gtest and gmock to latest trunks (r690, r481). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also gmock Created 6 years, 5 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 | no next file » | 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 ebfdf641d444703600ffa9764f408655310df7c5..5068af04c55e803beb84c2b81cc07181c4bff7ce 100644
--- a/DEPS
+++ b/DEPS
@@ -100,10 +100,10 @@ deps = {
(Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
"src/testing/gtest":
- (Var("googlecode_url") % "googletest") + "/trunk@643",
+ (Var("googlecode_url") % "googletest") + "/trunk@690",
"src/testing/gmock":
- (Var("googlecode_url") % "googlemock") + "/trunk@410",
+ (Var("googlecode_url") % "googlemock") + "/trunk@481",
"src/third_party/angle":
Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698