Roll chromium_revision f3a93cfd21..345379834d (521306:521316)

Change log: f3a93cfd21..345379834d
Full diff: f3a93cfd21..345379834d

Changed dependencies:
* src/ios: 739b18e67f..839b141889
* src/third_party: 9a6efe7db4..b31fbbf43f
DEPS diff: f3a93cfd21..345379834d/DEPS

No update to Clang.

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

Change-Id: Idcfdb35b8056ba7840b69c79100e4dd99aebd9b0
Reviewed-on: https://webrtc-review.googlesource.com/29040
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21032}
This commit is contained in:
Autoroller 2017-12-04 03:46:40 -08:00 committed by Commit Bot
parent 87ed4487e4
commit a9f469b218

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': 'f3a93cfd21d907ce5b766dec83eb6008976c4e18',
'chromium_revision': '345379834d2b99dfd3885657f7c1b2edc56b69ca',
'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' + '@' + '739b18e67f2d57cfdfc6c289b99363dcc4dfd38f',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '839b141889b298d2ef1586cc06dc76863c4ab27a',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '66be7f3bde05fba99b33c5d4edf2cf7ce74db3eb',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9a6efe7db413ef35c652530af5b7a89789638b5a',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b31fbbf43f14b303ae4896fcdebc3df14098634b',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',