Roll chromium_revision 334d413a77..53292b65a5 (626249:626349)

Change log: 334d413a77..53292b65a5
Full diff: 334d413a77..53292b65a5

Changed dependencies
* src/base: 952cb6b689..c6910d1a36
* src/build: 75934e6353..dede2d413f
* src/ios: 004450bb81..6cf0c3766a
* src/testing: 2e537d4ac6..db0ccadd2f
* src/third_party: e7a31775c7..6d904fb5e5
* src/third_party/depot_tools: db34d87aff..eb2767b2eb
* src/tools: 07542a3f6d..93e9054c12
DEPS diff: 334d413a77..53292b65a5/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I7ca6b7ba3885b35edfcc767456524f5a414431a4
Reviewed-on: https://webrtc-review.googlesource.com/c/120028
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#26418}
This commit is contained in:
chromium-webrtc-autoroll 2019-01-26 07:01:11 -08:00 committed by Commit Bot
parent f380284035
commit 82709048d6

16
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': '334d413a777f251cf0ff2c140b4155e952b175d2',
'chromium_revision': '53292b65a57695adfcff1a5d27a79434a2011ce2',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -46,9 +46,9 @@ 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' + '@' + '952cb6b689c308c82c0981e2f5f32ba3909c8ce5',
Var('chromium_git') + '/chromium/src/base' + '@' + 'c6910d1a36c63111d23bfba8b740b182fc141c75',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '75934e6353b2257880d8a33fd3de752ec26fbc8d',
Var('chromium_git') + '/chromium/src/build' + '@' + 'dede2d413f3ed15feed2e546a23eff85248815a9',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2f02e1f363b1af2715536f38e239853f04ec1497',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -58,13 +58,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '004450bb81c11c28db04e42660341f3a5c1c14ab',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6cf0c3766afe203c95f4f5c7baa1427450112b8f',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '2e537d4ac69cca4675c81921173e9ae2132e7354',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'db0ccadd2fd04feba02ded7779252e5d9613ded6',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e7a31775c789aa4ce200dce80358db0817dbb3bc',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6d904fb5e5e5ded612778df4a0eaab7dda096eeb',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -111,7 +111,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' + '@' + 'db34d87aff442e9676506dda26535c7fecee3a02',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'eb2767b2eb245bb54b1738ebb7bf4655ba390b44',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -229,7 +229,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '07542a3f6dfb240175d9f4b17e57986e2fa810f5',
Var('chromium_git') + '/chromium/src/tools' + '@' + '93e9054c12113857555193f1ad844cc05ee15e70',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),