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

Unified Diff: DEPS

Issue 536056: Bump gtest to 1.4.0 and add gmock 1.4.0 (Closed)
Patch Set: fixed nits from cjwatson Created 10 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 | src/scripts/build_platform_packages.sh » ('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 17db0e93452d2ea1c0445ef4893bf529b17926e1..075aed5e02a0aecfc0d30a9b6bf000a1f2d4f297 100644
--- a/DEPS
+++ b/DEPS
@@ -72,7 +72,11 @@ deps = {
# gtest 1.3.0
_third_party_base + "gtest/files":
- "http://googletest.googlecode.com/svn/trunk@209",
+ "http://googletest.googlecode.com/svn/trunk@327",
+
+ # googlemock 1.4
+ _third_party_base + "gmock/files":
+ "http://googlemock.googlecode.com/svn/trunk@221",
# gtk+2.0 - branch at 2.18.3, need to fix our clone somehow.
_third_party_base + "gtk+2.0": "/gtkplus2.0.git",
« no previous file with comments | « no previous file | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698