Commit 257cca71 authored by thakis's avatar thakis Committed by Commit bot

roll gtest 700:704

Include fixes: https://code.google.com/p/googletest/source/detail?r=701
MinGW specific: https://code.google.com/p/googletest/source/detail?r=702

The reason I want this: Fixing compiling the gmock header in .mm files
with new clang revisions that have clang r220714:
https://code.google.com/p/googletest/source/detail?r=703
https://code.google.com/p/googletest/source/detail?r=704

BUG=444089
TBR=hans@chromium.org

Review URL: https://codereview.chromium.org/838933003

Cr-Commit-Position: refs/heads/master@{#311518}
parent 8c70705f
...@@ -116,7 +116,7 @@ deps = { ...@@ -116,7 +116,7 @@ deps = {
Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21611a94cd37bfc8c28ceb33', # from svn revision 41 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21611a94cd37bfc8c28ceb33', # from svn revision 41
'src/testing/gtest': 'src/testing/gtest':
Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6496d1efd19e975ad2b038', # from svn revision 700 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8e3b37292b84c821d9c8ad', # from svn revision 704
'src/testing/gmock': 'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f24565299976b936d1265cb6a271', # from svn revision 501 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f24565299976b936d1265cb6a271', # from svn revision 501
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment