Roll chromium_revision a3e71ebfa3..584b49b1a7 (665525:665633)
Change log:a3e71ebfa3..584b49b1a7Full diff:a3e71ebfa3..584b49b1a7Changed dependencies * src/base:b59893fb24..336208887f* src/build:15ec1d14c4..e68a3aad04* src/ios:d3ac7abaeb..fd10f5d87d* src/testing:675d1b908d..3c61269284* src/third_party:94eb827465..88c85fc7d8* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/58f6c4682e..1c7a411305 * src/tools:1dff7afc98..d2ad8979e6DEPS diff:a3e71ebfa3..584b49b1a7/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ie5eb0ab7389890895f846e3538f1c9640054cde2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139855 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@{#28145}
This commit is contained in:
parent
1716d39714
commit
9005e23a26
16
DEPS
16
DEPS
@ -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': 'a3e71ebfa307d8760eb68b777e2998a869940092',
|
||||
'chromium_revision': '584b49b1a712c941ce6bba0489c9fa0cc6d269e5',
|
||||
'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': '58f6c4682e28f328945fa14a616d6b4e1cdde6ad',
|
||||
'catapult_revision': '1c7a411305c552836f51768b3ad613d8d500b17a',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -86,9 +86,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' + '@' + 'b59893fb241810657aa89951647f5cf317f4f094',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '336208887ffc0221de5a31137d760fe684676d9c',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '15ec1d14c4233359793af55455b23688de89cacb',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e68a3aad0422e3bca84fc6b0aa6cdf269b0e6ea2',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -98,13 +98,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd3ac7abaeb99aaf68d5717ee478591f7a4cd868a',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'fd10f5d87d49fa9f6f492c61814851bb0aaaa0ad',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '675d1b908d546ab507f23f597f7a26343b911570',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '3c61269284dbd5d5a21eca71d8bc209d18d20936',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '94eb827465d383dff35635d2b5a8d760c3b658dc',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '88c85fc7d8feccbe9f9b1d84341bb5a879b8c97e',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -312,7 +312,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' + '@' + '1dff7afc988b9535562f65a5ae1c239183f550e6',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd2ad8979e649884598714a4319850e1e657030c3',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user