Roll chromium_revision f34485ffde..9d052f4b6f (598711:598839)
Change log:f34485ffde..9d052f4b6fFull diff:f34485ffde..9d052f4b6fChanged dependencies * src/base:b9dc104727..eb0a6111a3* src/build:5c76555180..da51397657* src/ios:e0efc28ed6..c948d82fc8* src/testing:6f660eacbb..c9751bf3b4* src/third_party:6a4d9a4ea8..62d54e67e7* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/ce00828c89..2d98d49cf7 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cd3378c320..c8b97e37ec * src/tools:4e24c7a58e..5689eb464eDEPS diff:f34485ffde..9d052f4b6f/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I2df81a0617dc472fa9566c9e1acb0242eeac079c Reviewed-on: https://webrtc-review.googlesource.com/c/105440 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@{#25128}
This commit is contained in:
committed by
Commit Bot
parent
0d399a855b
commit
ca51189154
18
DEPS
18
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': 'f34485ffdec1a7ac058941794747fbec1c83ece6',
|
||||
'chromium_revision': '9d052f4b6fb523dbc96b8cae24d354fa0ef6e63c',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -16,7 +16,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling BoringSSL
|
||||
# and whatever else without interference from each other.
|
||||
'boringssl_revision': 'ce00828c89df3d4c40de7d715b1a032eb03c525c',
|
||||
'boringssl_revision': '2d98d49cf712ca7dc6f4b23b9c5f5542385d8dbe',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling lss
|
||||
# and whatever else without interference from each other.
|
||||
@ -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': 'cd3378c32017c99062cd467a3ff601e0b57f0c23',
|
||||
'catapult_revision': 'c8b97e37ec9c447eee46830c6e0598af7b9bd539',
|
||||
# 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' + '@' + 'b9dc104727f318fb9820b1173bbf4b263a3f6aa9',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'eb0a6111a30831b21556d36fd444e2443a2cb203',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '5c7655518071a8a2c67413e64cfb4cc3f86995fc',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'da5139765706f94b9358740af91e086a4c2af9f6',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
|
||||
# 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' + '@' + 'e0efc28ed61d38f463a9d138c5e12773b6196fdd',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c948d82fc89ffcdec7ef58431a458cf9dd127560',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '6f660eacbb55397eb116a484702e4143be1292c1',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c9751bf3b4e1b34f1d8851e1c3ce54d74a71efd3',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6a4d9a4ea89c20a07c36d08cec89cf4b9cd9d743',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '62d54e67e788b858ff5263aa6db478d8b68e3c84',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -195,7 +195,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' + '@' + '4e24c7a58e1c145317e01ff8cfcba0c7ff3bd84b',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '5689eb464e1a332610c99be2879974fdf137cead',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user