Commit a8353999 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Roll src/third_party/googletest/src/ 9077ec7ef..ce468a17c (5 commits)

Reduces the max shard duration of net_unittest on the asan/tsan builders by about 50%.

https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/9077ec7efe5b..ce468a17c434

$ git log 9077ec7ef..ce468a17c --date=short --no-merges --format='%ad %ae %s'
2018-06-13 misterg Docs sync/internal
2018-06-13 misterg Doc sync/internal
2018-06-12 tikuta Reduce the number of strcmp calling while initialization
2018-06-11 misterg Sync with internal docs
2018-06-11 misterg Sync with internal docs

Created with:
  roll-dep src/third_party/googletest/src
R=dpranke@chromium.org,thakis@chromium.org
BUG=794372

Change-Id: I704490e983697784fcc73c6fa7462bfb35a0694e
Reviewed-on: https://chromium-review.googlesource.com/1100670
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567237}
parent 8c70918e
...@@ -624,7 +624,7 @@ deps = { ...@@ -624,7 +624,7 @@ deps = {
}, },
'src/third_party/googletest/src': 'src/third_party/googletest/src':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '9077ec7efe5b652468ab051e93c67589d5cb8f85', Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'ce468a17c434e4e79724396ee1b51d86bfc8a88b',
# GNU binutils assembler for x86-32. # GNU binutils assembler for x86-32.
'src/third_party/gnu_binutils': { 'src/third_party/gnu_binutils': {
......
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