Roll chromium_revision 0d58dd3c85..17c6abea92 (899016:899632)
Change log:0d58dd3c85..17c6abea92Full diff:0d58dd3c85..17c6abea92Changed dependencies * src/base:c1e65992d9..4a5a81e82b* src/build:e16e08c1c3..fff5048571* src/buildtools:fd3f3c1998..2500c1d8f3* src/buildtools/third_party/libc++/trunk:8fa8794677..79a2e924d9* src/buildtools/third_party/libc++abi/trunk:d87a06daa9..cb34896ebd* src/ios:8e4c05bd2c..6d09c985f3* src/testing:57a831388b..d8cbec3370* src/third_party:1b79d8525d..89bb511d77* src/third_party/androidx: PTOkBlPq_HcuCNU_wN2ZymkGWNszZRV4RCn5jnaVp7YC..29574JKqBbhq5FiO3D4ydclUDICPzLTJGfyNc4k4ldYC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/096f6b42b5..2fff900ff7 * src/third_party/libunwindstack:8c06e391ab..b34a0059a6* src/third_party/perfetto:e989e5e45a..566975367c* src/tools:a8205b76d0..3aa2ead994DEPS diff:0d58dd3c85..17c6abea92/DEPS Clang version changed llvmorg-13-init-14634-gf814cd74:llvmorg-13-init-14732-g8a7b5ebf Details:0d58dd3c85..17c6abea92/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I727c6a8aadf758595f1f0354a13b91e74332e8b6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/225560 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@{#34439}
This commit is contained in:
parent
44450a073b
commit
a102d8ed2b
28
DEPS
28
DEPS
@ -10,7 +10,7 @@ vars = {
|
||||
# chromium waterfalls. More info at: crbug.com/570091.
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'chromium_revision': '0d58dd3c859e4c49e2a98a5749d0cb03ef5fbc69',
|
||||
'chromium_revision': '17c6abea920070114c248597104457d949985a70',
|
||||
|
||||
# Keep the Chromium default of generating location tags.
|
||||
'generate_location_tags': True,
|
||||
@ -20,24 +20,24 @@ deps = {
|
||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||
# in base/third_party/libevent is solved.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@c1e65992d926098c8a953eb39fa8da3698163688',
|
||||
'https://chromium.googlesource.com/chromium/src/base@4a5a81e82b853b621a5cd60ccd7d177ddcbc6d3b',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@e16e08c1c3a40a0ebe625a401e5e80998755a1cc',
|
||||
'https://chromium.googlesource.com/chromium/src/build@fff5048571225baec696edb082081f5d4c78c5aa',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@fd3f3c19981cd8fe4e4f11e0a7b8fb6cf329807e',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@2500c1d8f3a20a66a7cbafe3f69079a2edb742dd',
|
||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||
'src/examples/androidtests/third_party/gradle': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@8e4c05bd2c8637c77cbaed94768402c6f3c6f0da',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@6d09c985f3e21c2fb3b952a39d45d9ebc1f67fd5',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@57a831388bf4e1bd35d9540a5a94a1a37307317d',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@d8cbec3370350aa5f582767be761320409acd7e1',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@1b79d8525d353971f0f7e7609ffb3255b5e7d2cd',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@89bb511d77d83fc3cdc87155cee1edf99c5d8a80',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -73,9 +73,9 @@ deps = {
|
||||
'src/buildtools/clang_format/script':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@99803d74e35962f63a775f29477882afd4d57d94',
|
||||
'src/buildtools/third_party/libc++/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@8fa87946779682841e21e2da977eccfb6cb3bded',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@79a2e924d96e2fc1e4b937c42efd08898fa472d7',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@d87a06daa9d92e525968b6a35099b01804e02152',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@cb34896ebd62f93f708ff9aad26159cf11dde6f4',
|
||||
'src/buildtools/third_party/libunwind/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@e7ac0f84fc2f2f8bd2ad151a7348e7120d77648a',
|
||||
|
||||
@ -128,7 +128,7 @@ deps = {
|
||||
'src/third_party/breakpad/breakpad':
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@b95c4868b10f69e642666742233aede1eb653012',
|
||||
'src/third_party/catapult':
|
||||
'https://chromium.googlesource.com/catapult.git@096f6b42b59f63f75835570be67f312aa673c4b5',
|
||||
'https://chromium.googlesource.com/catapult.git@2fff900ff7a59f0b8ce073534353d88f2b646f62',
|
||||
'src/third_party/ced/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||
},
|
||||
@ -210,11 +210,11 @@ deps = {
|
||||
'src/third_party/libaom/source/libaom':
|
||||
'https://aomedia.googlesource.com/aom.git@aba245dde334bd51a20940eb009fa46b6ffd4511',
|
||||
'src/third_party/libunwindstack': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@8c06e391ab8ee01828a55477f09e7cff26182174',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@b34a0059a648f179ef05da2c0927f564bdaea2b3',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@e989e5e45ab55e146e4c55dd16092d0af5332313',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@566975367c6371c305734403c653ed81bbd53519',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@eebc5cd487a89c51ba148f6d6ac45779970f72d7',
|
||||
'src/third_party/libyuv':
|
||||
@ -271,7 +271,7 @@ deps = {
|
||||
'condition': 'checkout_win',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@a8205b76d0fd5182512750fe526728aac76572db',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@3aa2ead9947a6ccca6fa3b96b4a00c7fab2a6d48',
|
||||
'src/tools/swarming_client':
|
||||
'https://chromium.googlesource.com/infra/luci/client-py.git@a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
|
||||
|
||||
@ -372,7 +372,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': 'PTOkBlPq_HcuCNU_wN2ZymkGWNszZRV4RCn5jnaVp7YC',
|
||||
'version': '29574JKqBbhq5FiO3D4ydclUDICPzLTJGfyNc4k4ldYC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user