Roll chromium_revision 1186149ec7..51e54fdf0e (441062:441070)

Change log: 1186149ec7..51e54fdf0e
Full diff: 1186149ec7..51e54fdf0e

Changed dependencies:
* src/third_party: 109700219f..4d2bd80a38
DEPS diff: 1186149ec7..51e54fdf0e/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2610553003
Cr-Commit-Position: refs/heads/master@{#15874}
This commit is contained in:
buildbot 2017-01-02 09:26:58 -08:00 committed by Commit bot
parent c7c26a0e64
commit d25f79eb83

4
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '1186149ec71795fd017d8fef851d2dd10c2a7b56',
'chromium_revision': '51e54fdf0eb3ea420ca3de92466a724bcdabb91c',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -50,7 +50,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '109700219f706016ae5c26b7ae147451f6e24651',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4d2bd80a3849aa34c0698dcaa8117e71742c3e62',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':