Roll chromium_revision 9b6b1c6173..17db06ef3c (1398681:1399043)
Change log:9b6b1c6173..17db06ef3cFull diff:9b6b1c6173..17db06ef3cChanged dependencies * src/base:12f769d5f0..fe7fa415c0* src/build:feefea2f7a..336a4b5795* src/buildtools:b8ff6f5a95..c1b2946e54* src/ios:b2e637d6e4..96b721b3b3* src/testing:0305a85a20..322759cc3c* src/third_party:93bded4cd0..e74a2dcad5* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/c361e27940..be21ef7012 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e7c18388ac..22ebef9201 * src/third_party/depot_tools:fcb6178914..5327157a5f* src/third_party/libc++/src:d0ddad5b79..175bf00303* src/third_party/libc++abi/src:02cb512292..83dfa1f5bf* src/third_party/libvpx/source/libvpx:a68a58b9c9..62df56d12b* src/third_party/llvm-libc/src:05bd4c24a2..ca233e8056* src/third_party/perfetto:84ccf617bd..aa9d7f1eb1* src/third_party/rust-toolchain_version: Linux_x64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Mac_arm64/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz,Win/rust-toolchain-009e73825af0e59ad4fc603562e038b3dbd6593a-2-llvmorg-20-init-3847-g69c43468.tar.xz..Linux_x64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Mac_arm64/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz,Win/rust-toolchain-a522d78598415cdd614ccc6d961160f192f64b5c-1-llvmorg-20-init-13894-g8cb44859.tar.xz * src/tools:7df877344e..692a5c9e6aDEPS diff:9b6b1c6173..17db06ef3c/DEPS No update to Clang. BUG=None Change-Id: Ie24d05615e60aa6a4f5ada483988dbe7a2d71dcf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/372323 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43620}
This commit is contained in:
parent
f666556d50
commit
3afd7d127e
32
DEPS
32
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': '9b6b1c6173c530186292b00a3f88b63a2b3013e7',
|
||||
'chromium_revision': '17db06ef3c97c2b0e8544774ad8fd499cc4dd7a6',
|
||||
|
||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||
# process the raw profiles produced by instrumented targets (built with
|
||||
@ -64,24 +64,24 @@ vars = {
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@12f769d5f025b63b1c16df046ec2401880e1f825',
|
||||
'https://chromium.googlesource.com/chromium/src/base@fe7fa415c0edcf3fc082e7ed1ec4f7277343fc78',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@feefea2f7addb6143a2f656c9a5174926f9bdbc6',
|
||||
'https://chromium.googlesource.com/chromium/src/build@336a4b5795fe8b19391b57cf88da436361d4b431',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@b8ff6f5a95e9144c6f55c2ec4ca97849d97ed0aa',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@c1b2946e54cd596882f29a9dc1f98cbc7ccff301',
|
||||
# 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@b2e637d6e4060c96c19c7b41fd3db1bb7c69de30',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@96b721b3b38a62f9cdc160b738b89e510e06e61f',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@0305a85a20b28da1ad923de7987b218fd3ed2ecb',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@322759cc3cfcd26ef765827712d18fdd8c6dcdca',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@93bded4cd0f86c9dd26536b2a23fc7bfb3998d60',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@e74a2dcad58895c41400af22f3073155e28f528f',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -164,11 +164,11 @@ deps = {
|
||||
'src/third_party/clang-format/script':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@37f6e68a107df43b7d7e044fd36a13cbae3413f2',
|
||||
'src/third_party/libc++/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@d0ddad5b79581e19d8e1aec627bb2ad86e1554cd',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@175bf00303d0747baa158072cf7a2755ab1fbe88',
|
||||
'src/third_party/libc++abi/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@02cb51229253c5fc0a061bdd0ebd572d7e127452',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@83dfa1f5bfce32d5f75695542468e37ead8163b8',
|
||||
'src/third_party/llvm-libc/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@05bd4c24a29bdb2411b6b72f6498f202d7f7ef96',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@ca233e8056f91e3f1b2cb3d17efa88b3ae6fb15d',
|
||||
'src/third_party/libunwind/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d1e95b102f113ded38974cf06a65fe0457b6004b',
|
||||
|
||||
@ -286,11 +286,11 @@ deps = {
|
||||
},
|
||||
|
||||
'src/third_party/boringssl/src':
|
||||
'https://boringssl.googlesource.com/boringssl.git@c361e279402ec359834b7eaa7d737462d02675e1',
|
||||
'https://boringssl.googlesource.com/boringssl.git@be21ef7012f0812bb1c0c8fc226979fa6c301e8d',
|
||||
'src/third_party/breakpad/breakpad':
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@02dd5c3ffbfed2bcbc93b553ed0e90a1ac951cb4',
|
||||
'src/third_party/catapult':
|
||||
'https://chromium.googlesource.com/catapult.git@e7c18388ace53c641823655858654c5ac9c8e64b',
|
||||
'https://chromium.googlesource.com/catapult.git@22ebef9201521893be9ee126a36362b928da8c46',
|
||||
'src/third_party/ced/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||
},
|
||||
@ -303,7 +303,7 @@ deps = {
|
||||
'src/third_party/crc32c/src':
|
||||
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@d3d60ac6e0f16780bcfcc825385e1d338801a558',
|
||||
'src/third_party/depot_tools':
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@fcb617891482ccf704e6d9442e4b7eed886fdb57',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@5327157a5fce9ab180a9f4935012329ae4118b08',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@d10a0f8bf5ddcce572df95105152bc74041cae0c',
|
||||
'src/third_party/flatbuffers/src':
|
||||
@ -402,11 +402,11 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@84ccf617bde63ae31f128b9626b8775427ec3442',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@aa9d7f1eb1622c52d36710a3d45088e119ecd151',
|
||||
'src/third_party/protobuf-javascript/src':
|
||||
Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e34549db516f8712f678fcd4bc411613b5cc5295',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@a68a58b9c901a4fed408e3524bdd18c480bd5b6f',
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@62df56d12b1ebf1db154c3f82761747397ea2731',
|
||||
'src/third_party/libyuv':
|
||||
'https://chromium.googlesource.com/libyuv/libyuv.git@86b09b24506650f226e5f270275a01f8e7498f62',
|
||||
'src/third_party/lss': {
|
||||
@ -461,7 +461,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@7df877344e82970586fcf62b35cdc4ceea535616',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@692a5c9e6a87b9a251d9eb0fca300aa9ab86af56',
|
||||
|
||||
'src/third_party/espresso': {
|
||||
'packages': [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user