Roll chromium_revision 89ed1da2c8..34bb9a9162 (603733:603839)

Change log: 89ed1da2c8..34bb9a9162
Full diff: 89ed1da2c8..34bb9a9162

Changed dependencies
* src/base: 1260ec96c5..a835d3f466
* src/build: 0efc163c8a..093f10792c
* src/ios: 6276ddb269..60e76278e8
* src/testing: c926bd0b41..778c8af312
* src/third_party: 739b018f9b..2d4ceadd57
* src/third_party/depot_tools: cb629a482b..46f20cd390
* src/tools: 144c949775..84e16ce590
DEPS diff: 89ed1da2c8..34bb9a9162/DEPS

No update to Clang.

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

Change-Id: I34726ad8a069d50319083684f92e6375e2070a13
Reviewed-on: https://webrtc-review.googlesource.com/c/108551
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@{#25424}
This commit is contained in:
chromium-webrtc-autoroll 2018-10-30 02:01:39 -07:00 committed by Commit Bot
parent 946179c5da
commit b33168e20f

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': '89ed1da2c8dde2a5c415fb5688c05b7bcfc7cf94',
'chromium_revision': '34bb9a9162a541ba0659a37d56c73462c1343a65',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -42,9 +42,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' + '@' + '1260ec96c55527b1a339544aacc43e14282c6b91',
Var('chromium_git') + '/chromium/src/base' + '@' + 'a835d3f466290cc2e68d200288808a111ced0f1a',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '0efc163c8a9a1289bdf3bbd1117d26a04c613700',
Var('chromium_git') + '/chromium/src/build' + '@' + '093f10792c861f5af60d99631556d87f33e414f3',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6276ddb269956f12d69456f70f260bf8a7130fd0',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '60e76278e8736820a85ecd514b4f23f7c4d5ea96',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c926bd0b411c36b469d6bfc7f3777d8b86235533',
Var('chromium_git') + '/chromium/src/testing' + '@' + '778c8af312353d98a1543d3e7230e54387d14e2d',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '739b018f9b3774b56dbca1079eab7b7571d54c64',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2d4ceadd5774474421619211a263ad18b60d8acb',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -107,7 +107,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' + '@' + 'cb629a482b3d3c13e46a66031ba4c0cc3679d200',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '46f20cd3905595b7485388f743613ed685c1bd89',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -218,7 +218,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' + '@' + '144c9497751961098e34adbba8d9dd9899a5dc78',
Var('chromium_git') + '/chromium/src/tools' + '@' + '84e16ce590a5c85f9f17a5f5a14ff0515e880dd2',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),