Roll chromium_revision 345379834d..0eb1e0ff9e (521316:521321)

Change log: 345379834d..0eb1e0ff9e
Full diff: 345379834d..0eb1e0ff9e

Changed dependencies:
* src/ios: 839b141889..2c4cd7cb45
* src/third_party: b31fbbf43f..19afa20b3f
DEPS diff: 345379834d..0eb1e0ff9e/DEPS

No update to Clang.

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

Change-Id: I6819044040fcdb63251ca2a7c490852acbe518b2
Reviewed-on: https://webrtc-review.googlesource.com/29080
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21033}
This commit is contained in:
Autoroller 2017-12-04 04:46:24 -08:00 committed by Commit Bot
parent a9f469b218
commit fbf5a3baa1

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': '345379834d2b99dfd3885657f7c1b2edc56b69ca',
'chromium_revision': '0eb1e0ff9e0fec3bbbf59c8fef1c98e058bb5540',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '839b141889b298d2ef1586cc06dc76863c4ab27a',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2c4cd7cb45d67cf3542de43a8930b410ea4d7941',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '66be7f3bde05fba99b33c5d4edf2cf7ce74db3eb',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b31fbbf43f14b303ae4896fcdebc3df14098634b',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '19afa20b3f2e9a5a13f2b88632f4cda555294115',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',