mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
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
This commit is contained in:
parent
d5b28d6236
commit
d0212ebaee
4
DEPS
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user