Roll chromium_revision 1b71954ff9..c58b56d640 (517714:517716)

Change log: 1b71954ff9..c58b56d640
Full diff: 1b71954ff9..c58b56d640

Changed dependencies:
* src/base: 2103b5a038..b638059557
* src/third_party/depot_tools: 8762632eb7..ddfead3483
DEPS diff: 1b71954ff9..c58b56d640/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I90a965c0d52f7f6ca9ecda6f67b5c11465509df2
Reviewed-on: https://webrtc-review.googlesource.com/24240
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20752}
This commit is contained in:
Autoroller 2017-11-18 07:35:53 -08:00 committed by Commit Bot
parent 2e90a5552b
commit 741282aafc

6
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '1b71954ff98703432f3fae1b4d439b8710577612',
'chromium_revision': 'c58b56d6408886513e9f87a2bff2ea276d0c058d',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,7 +38,7 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '2103b5a0387fcc78e981e291efacf6a8a46311a3',
Var('chromium_git') + '/chromium/src/base' + '@' + 'b6380595579b3d75ea45df6d7033823bceb44514',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '571871636f333d4ecf5583eb6cd205fedf3bfdf7',
'src/buildtools':
@ -76,7 +76,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '8762632eb7250063ebc4f4d8b3acd4ff16780abd',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ddfead3483f2c1b49419de2b9f561cb32763f2b3',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '635c410fc42614b48518ae6818105bc83af88497',
'condition': 'checkout_android',