Roll chromium_revision a27de19a92..09885722cd (449893:449898)

Change log: a27de19a92..09885722cd
Full diff: a27de19a92..09885722cd

Changed dependencies:
* src/testing: a604a6421d..71872f7d70
* src/third_party/catapult: a6b212171e..67cf0dc183
DEPS diff: a27de19a92..09885722cd/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2694633002
Cr-Commit-Position: refs/heads/master@{#16567}
This commit is contained in:
buildbot
2017-02-12 14:36:10 -08:00
committed by Commit bot
parent 0e4feaa714
commit cd788fa773

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'a27de19a92af18ded5e1c83ed5715feb12b750f6',
'chromium_revision': '09885722cd8637e59680a1996bac98454cad4bf7',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -27,7 +27,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'a6b212171e82727cc72fd23588bc9dcf1af4f9de',
'catapult_revision': '67cf0dc183f8a484495aa7eb1984f241835d01c1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -44,7 +44,7 @@ deps = {
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'a604a6421da1b2f6f2d245962be6acf4ef66fbce',
Var('chromium_git') + '/chromium/src/testing' + '@' + '71872f7d7065f45ee3db0fe6f03239e1081a1e3d',
'src/testing/gtest':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
'src/testing/gmock':