From d0212ebaee39b8d1557482b6fc9c16366726cd94 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Wed, 19 Nov 2014 11:37:26 -0500 Subject: [PATCH] Update gtest and gmock to the latest versions. In b6a0183ccec7, gtest and gmock were held back at older versions with limited C++11 support, because the then-current heads of each did not work well in environments with C++11 language support but pre-C++11 library support. This is the environment that Chrome code for Mac builds in. All necessary patches for this have been merged upstream, and this has been corrected in the current released versions of gtest and gmock. TEST=* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/731473007 --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 3417d0ce..acece735 100644 --- a/DEPS +++ b/DEPS @@ -19,10 +19,10 @@ vars = { deps = { 'crashpad/third_party/gmock/gmock': Var('chromium_git') + '/external/gmock@' + - '08c004e6a66bab9509d0797a9cb66ed2ca15e244', # svn r463 + '29763965ab52f24565299976b936d1265cb6a271', # svn r501 'crashpad/third_party/gtest/gtest': Var('chromium_git') + '/external/gtest@' + - '237d7a871eea8c1ef5227795e81ff071f15c2710', # svn r671 + '8245545b6dc9c4703e6496d1efd19e975ad2b038', # svn r700 'crashpad/third_party/gyp/gyp': Var('chromium_git') + '/external/gyp@' + '46282cedf40ff7fe803be4af357b9d59050f02e4', # svn r1977