Roll chromium_revision eb285d38ce..d0421b0f77 (531305:531405)

Change log: eb285d38ce..d0421b0f77
Full diff: eb285d38ce..d0421b0f77

Changed dependencies:
* src/base: 9b35dba836..050c9d764f
* src/build: 17db7d44c4..6f1e572351
* src/ios: cba620fc5a..29761e432f
* src/testing: 3f5ab109a0..677644b37f
* src/third_party: 82a6a2cea4..0956c3796b
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b176429567..296e7c3a90
* src/tools: 66c23290b1..0bb8708955
DEPS diff: eb285d38ce..d0421b0f77/DEPS

No update to Clang.

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

Change-Id: I4ba8d8d39a7da83e925aadb1adfb9b791efdfcc3
Reviewed-on: https://webrtc-review.googlesource.com/43249
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21740}
This commit is contained in:
Autoroller 2018-01-23 18:45:13 -08:00 committed by Commit Bot
parent d756fd06fe
commit 2880ea300e

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': 'eb285d38cee06746e129bd0a661093ace2ed921a',
'chromium_revision': 'd0421b0f77aad37c5bace0cf3081f64cf496e457',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -28,7 +28,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'b1764295677303c32cf6ca296bb4e50c49f1dba6',
'catapult_revision': '296e7c3a900bec6123d48cda8436a31b382d0ffe',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -38,9 +38,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' + '@' + '9b35dba8364936ba052588ebdd5a8a02622405c8',
Var('chromium_git') + '/chromium/src/base' + '@' + '050c9d764fd515183ae896218e1fdf87b772b92a',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '17db7d44c4e470d51654dd6c73baaceb057868ee',
Var('chromium_git') + '/chromium/src/build' + '@' + '6f1e57235112e39454fd6f2c29ca04eb39fcbbd2',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '437a616be5b2056336ed3ca5c33c41f7788ede09',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cba620fc5a085274cbe551579a255330eefb8e3c',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '29761e432f296bfa5d54dea16b806fce1448b69e',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '3f5ab109a01c7098744adf9141629d6958e03390',
Var('chromium_git') + '/chromium/src/testing' + '@' + '677644b37f685dc6039af9d939ac7f4654affd7a',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '82a6a2cea485d65c846e64769949cc294ec4a7cf',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0956c3796bdb379368d7a389f237eb2732ac297b',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
'condition': 'checkout_android',
@ -159,7 +159,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '66c23290b161cabaa30201acbded76577fede1b4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '0bb8708955c1161f932e6ae62ff631b686618548',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':