Roll chromium_revision fbed28d429..3d76a59d7d (607938:608069)

Change log: fbed28d429..3d76a59d7d
Full diff: fbed28d429..3d76a59d7d

Changed dependencies
* src/base: 36a9a836df..3600722a95
* src/build: 91064acefb..6600235511
* src/ios: 382ba22210..86d2e237fa
* src/testing: a53631259c..323d431315
* src/third_party: 34671d892b..078a4eca0d
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b0c06d4b49..6b8b30c8a1
* src/tools: f82593dc75..8e26c8a5d8
DEPS diff: fbed28d429..3d76a59d7d/DEPS

No update to Clang.

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

Change-Id: Ie2fc522e10179a761e7b50edd945ba82817da643
Reviewed-on: https://webrtc-review.googlesource.com/c/110888
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#25644}
This commit is contained in:
chromium-webrtc-autoroll 2018-11-14 11:03:28 -08:00 committed by Commit Bot
parent b1e477518a
commit 30599b0c10

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': 'fbed28d429184eee6d7d37f0e698948c505e094b',
'chromium_revision': '3d76a59d7d13b2e5bdf1ea6c78b3c8286bff974b',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,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': 'b0c06d4b490c5cc1b42af3c8a78fa1b40c473827',
'catapult_revision': '6b8b30c8a1b138f083cb474871e500662397b3f2',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -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' + '@' + '36a9a836df9d9b1574b8175fc5992b0d402d5061',
Var('chromium_git') + '/chromium/src/base' + '@' + '3600722a95a693ae22326c86ff1919587be961e7',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '91064acefb5ced3567732733e78c7b6487c18855',
Var('chromium_git') + '/chromium/src/build' + '@' + '66002355116ab500fbdc7462b2c1c69e5a2c5434',
'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' + '@' + '382ba22210aa4c8c8cc4325da7aa0f66748d3eed',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '86d2e237fa4cef754aee81633977553ecd30a701',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'a53631259ca77379b70bf5dea9e69b9aa5ccc655',
Var('chromium_git') + '/chromium/src/testing' + '@' + '323d431315f78e3852db893741600ff218775d58',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '34671d892bd69ac4276deffebeb76e6c1b78fc9a',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '078a4eca0d004f01d4a9652457e82c603e5d8297',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -225,7 +225,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' + '@' + 'f82593dc75d6c1c3e3ff88f1c98a20f230811f39',
Var('chromium_git') + '/chromium/src/tools' + '@' + '8e26c8a5d8802f1daeadc9b62646440157a4501d',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),