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

Unified Diff: DEPS

Issue 572613002: gtest, gmock: pull older versions via DEPS that don’t require C++11 library support (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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 1311fed23213004b4e7e916566416021967e2e53..7578b6d0bcfb86d5e0b5b264f44f0c66ca068cc1 100644
--- a/DEPS
+++ b/DEPS
@@ -19,10 +19,10 @@ vars = {
deps = {
'crashpad/third_party/gmock/gmock':
Var('chromium_git') + '/external/gmock@' +
- '896ba0e03f520fb9b6ed582bde2bd00847e3c3f2', # svn r485
+ '08c004e6a66bab9509d0797a9cb66ed2ca15e244', # svn r463
'crashpad/third_party/gtest/gtest':
Var('chromium_git') + '/external/gtest@' +
- '4650552ff637bb44ecf7784060091cbed3252211', # svn r692
+ '237d7a871eea8c1ef5227795e81ff071f15c2710', # svn r671
'crashpad/third_party/gyp/gyp':
Var('chromium_git') + '/external/gyp@' +
'39bb8956231c997babf0f25befdfb531f4d0b43c', # svn r1958
« 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