Roll chromium_revision d0421b0f77..f64aa8ef5e (531405:531507)

Change log: d0421b0f77..f64aa8ef5e
Full diff: d0421b0f77..f64aa8ef5e

Changed dependencies:
* src/base: 050c9d764f..5ade0ce16c
* src/build: 6f1e572351..3bd9839546
* src/ios: 29761e432f..38d09e5f68
* src/testing: 677644b37f..ee1d056129
* src/third_party: 0956c3796b..6e6143a332
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/296e7c3a90..20b4aa3dea
* src/third_party/depot_tools: 0f7b2007a5..fd4ad24165
* src/tools: 0bb8708955..532eeceff3
DEPS diff: d0421b0f77..f64aa8ef5e/DEPS

No update to Clang.

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

Change-Id: I4dbea8b7f52bccd725d2700d910a3ff96c8ab544
Reviewed-on: https://webrtc-review.googlesource.com/43322
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21743}
This commit is contained in:
Autoroller 2018-01-24 04:45:02 -08:00 committed by Commit Bot
parent 8ed653d1c4
commit bc1f7128ad

18
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': 'd0421b0f77aad37c5bace0cf3081f64cf496e457',
'chromium_revision': 'f64aa8ef5e65e2aae37de5ca3587e1d46dbb33c6',
'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': '296e7c3a900bec6123d48cda8436a31b382d0ffe',
'catapult_revision': '20b4aa3deae83d8f689859aebd27601056403c82',
# 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' + '@' + '050c9d764fd515183ae896218e1fdf87b772b92a',
Var('chromium_git') + '/chromium/src/base' + '@' + '5ade0ce16cc8f86799c32ba5e90179d15f35ec95',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '6f1e57235112e39454fd6f2c29ca04eb39fcbbd2',
Var('chromium_git') + '/chromium/src/build' + '@' + '3bd983954609a360461e7db38784b8c1bcd9e4af',
'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' + '@' + '29761e432f296bfa5d54dea16b806fce1448b69e',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '38d09e5f684a5f47c10dffc018d71466fbb7e878',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '677644b37f685dc6039af9d939ac7f4654affd7a',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ee1d0561296a7683e2956d3202f02ae095d95475',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '0956c3796bdb379368d7a389f237eb2732ac297b',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6e6143a332ce51529c64b41d33d015c9cf40f8a9',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
'condition': 'checkout_android',
@ -80,7 +80,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' + '@' + '0f7b2007a53d5158e42e97b938fd03f57cdf9786',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'fd4ad2416554c43f6ecd2c9c62ab5914f521c9ad',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
'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' + '@' + '0bb8708955c1161f932e6ae62ff631b686618548',
Var('chromium_git') + '/chromium/src/tools' + '@' + '532eeceff309a878b876477bbb199ea76355e83c',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':