Roll chromium_revision b8a4405eb1..3cd7ca077b (789356:789472)
Change log:b8a4405eb1..3cd7ca077b
Full diff:b8a4405eb1..3cd7ca077b
Changed dependencies * src/base:4a63277640..e2fb9426c2
* src/build:a101f69b1b..9b01e295f8
* src/ios:5b7aa4b623..fcb5dc463a
* src/testing:9738fa3865..cadd4e1eb3
* src/third_party:c6e2d412cc..19b5b1c396
* src/third_party/perfetto:df50009d3e..f50a0fb8a6
* src/tools:e1b2dc23a1..b29e7c7b42
DEPS diff:b8a4405eb1..3cd7ca077b
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I98103b29924b47c89a6968ce709379cfb6789429 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179547 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@{#31759}
This commit is contained in:

committed by
Commit Bot

parent
e6542f2112
commit
c359a17c48
16
DEPS
16
DEPS
@ -10,7 +10,7 @@ vars = {
|
|||||||
# chromium waterfalls. More info at: crbug.com/570091.
|
# chromium waterfalls. More info at: crbug.com/570091.
|
||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'chromium_revision': 'b8a4405eb10c53a94852e9268bffd66243d15c0f',
|
'chromium_revision': '3cd7ca077bb2ac6be73e976206e516b909d0382c',
|
||||||
|
|
||||||
# This can be overridden, e.g. with custom_vars, to download a nonstandard
|
# This can be overridden, e.g. with custom_vars, to download a nonstandard
|
||||||
# Xcode version in build/mac_toolchain.py
|
# Xcode version in build/mac_toolchain.py
|
||||||
@ -22,9 +22,9 @@ deps = {
|
|||||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
'https://chromium.googlesource.com/chromium/src/base@4a632776407e7f82ca69b1608888e442fcc675a1',
|
'https://chromium.googlesource.com/chromium/src/base@e2fb9426c22dc758285ca0be1f6aafb8969c4981',
|
||||||
'src/build':
|
'src/build':
|
||||||
'https://chromium.googlesource.com/chromium/src/build@a101f69b1ba990121a6fc18a1e6553cae9149310',
|
'https://chromium.googlesource.com/chromium/src/build@9b01e295f87e0cbdef297148e2b14efdd5f9d699',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
'https://chromium.googlesource.com/chromium/src/buildtools@eb3987ec709b39469423100c1e77f0446890e059',
|
'https://chromium.googlesource.com/chromium/src/buildtools@eb3987ec709b39469423100c1e77f0446890e059',
|
||||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -33,13 +33,13 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@5b7aa4b623934c89c76a0bd1febb7c7888f6cb17',
|
'url': 'https://chromium.googlesource.com/chromium/src/ios@fcb5dc463aa0ae5f12b2cbc7ac57571efd04876d',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
'https://chromium.googlesource.com/chromium/src/testing@9738fa38654e5d3649596d335991be6834d7cb30',
|
'https://chromium.googlesource.com/chromium/src/testing@cadd4e1eb3a45f562cc7eb5cd646c9b6f91c87dc',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party@c6e2d412cc43b3348935ffad4a16ad68ce0861be',
|
'https://chromium.googlesource.com/chromium/src/third_party@19b5b1c39674d73bf6b6b0ab233bf2fb2feadeb2',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -208,7 +208,7 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/third_party/perfetto':
|
'src/third_party/perfetto':
|
||||||
'https://android.googlesource.com/platform/external/perfetto.git@df50009d3edec39cee9a7f5a59851701848fa32d',
|
'https://android.googlesource.com/platform/external/perfetto.git@f50a0fb8a663da54c9424fc3ba54bec9ebdf962a',
|
||||||
'src/third_party/libvpx/source/libvpx':
|
'src/third_party/libvpx/source/libvpx':
|
||||||
'https://chromium.googlesource.com/webm/libvpx.git@a1cee8dc919df1980d802e1a9bce1259ec34cba8',
|
'https://chromium.googlesource.com/webm/libvpx.git@a1cee8dc919df1980d802e1a9bce1259ec34cba8',
|
||||||
'src/third_party/libyuv':
|
'src/third_party/libyuv':
|
||||||
@ -265,7 +265,7 @@ deps = {
|
|||||||
'condition': 'checkout_win',
|
'condition': 'checkout_win',
|
||||||
},
|
},
|
||||||
'src/tools':
|
'src/tools':
|
||||||
'https://chromium.googlesource.com/chromium/src/tools@e1b2dc23a18f120e3bb4edbe7a804434f73e48a6',
|
'https://chromium.googlesource.com/chromium/src/tools@b29e7c7b42e5ff532ba8862ca0dfa6c05d161fff',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
'https://chromium.googlesource.com/infra/luci/client-py.git@4c095d04179dc725a300085ae21fe3b79900d072',
|
'https://chromium.googlesource.com/infra/luci/client-py.git@4c095d04179dc725a300085ae21fe3b79900d072',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user