Roll src/third_party/googletest/src/ 4bd8c4638..a6f06bf2f (18 commits)
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/4bd8c4638ada..a6f06bf2fd3b
$ git log 4bd8c4638..a6f06bf2f --date=short --no-merges --format='%ad %ae %s'
2018-04-19 misterg reverting, test
2018-04-19 misterg reverting just to test
2018-04-19 misterg testing
2018-04-19 sunderland Fix friend declaration to use GTEST_API_ decl spec.
2018-04-19 sunderland Revert useless use of GTEST_API_ on WithoutMatchers decl.
2018-04-18 sunderland Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem on MSVC?
2018-04-18 sunderland Mark new GetWithoutMatchers method as part of the exported API, to address MSVC linker errors.
2018-04-18 sunderland Don't use generalized initializer list; is C++11 extension.
2018-04-18 sunderland Clone of unsubmitted cr/176529515. Introduce parameterless expectations.
2018-04-18 misterg more typos
2018-04-18 misterg msvc
2018-04-18 misterg more typos
2018-04-18 misterg typo
2018-04-18 misterg move only types docs
2018-04-18 misterg typo
2018-04-18 misterg typo
2018-04-18 misterg http://cl/193386206
2018-04-18 misterg merge, explicit, ( should be it)
Created with:
roll-dep src/third_party/googletest/src
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.chromium.win:win_chrome_official;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng
Change-Id: I6a34de9a77aca4ad1b9b115f0720154b1c90e4b7
Reviewed-on: https://chromium-review.googlesource.com/1027413
Reviewed-by: Nico Weber <[email protected]>
Commit-Queue: Victor Costan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#554115}
diff --git a/DEPS b/DEPS
index 13c8d28..facb022 100644
--- a/DEPS
+++ b/DEPS
@@ -584,7 +584,7 @@
},
'src/third_party/googletest/src':
- Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '4bd8c4638ada823a8da2569735cc0a9402fb8052',
+ Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'a6f06bf2fd3b832822cd4e9e554b7d47f32ec084',
# GNU binutils assembler for x86-32.
'src/third_party/gnu_binutils': {