Roll chromium_revision eda77f5ca8..9774d53c24 (1403904:1404041)
Change log:eda77f5ca8..9774d53c24Full diff:eda77f5ca8..9774d53c24Changed dependencies * src/base:86589e79b5..f16e13e81c* src/build:03ff285e13..fdd1d9a6db* src/ios:c0c3c9a055..5b64a678f9* src/testing:91342f3ce9..a3636addb9* src/third_party:08a349bdd0..1568751f03* src/third_party/llvm-libc/src:3e0b858659..8e1e2869d6* 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-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Mac_arm64/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz,Win/rust-toolchain-8a1f8039a7ded79d3d4fe97b110016d89f2b11e2-1-llvmorg-20-init-16062-g091448e3.tar.xz * src/tools:4603efa414..85387a9d13DEPS diff:eda77f5ca8..9774d53c24/DEPS No update to Clang. BUG=None Change-Id: I8472566988f293d22b17355964c7f8688292cef7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373962 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@{#43695}
This commit is contained in:
parent
f8c03702c6
commit
c447f3c52e
16
DEPS
16
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': 'eda77f5ca83ba11cde48358a1151bfaa87090b43',
|
||||
'chromium_revision': '9774d53c24046dcaa5d4d2177418b3523dabba54',
|
||||
|
||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||
# process the raw profiles produced by instrumented targets (built with
|
||||
@ -64,9 +64,9 @@ vars = {
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@86589e79b561929ebaf0e8241fd67adfc6235d52',
|
||||
'https://chromium.googlesource.com/chromium/src/base@f16e13e81c416c47f05aa5a47b8d2cd2dbd9468e',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@03ff285e13356633bd28ea1187e74b0e0c113441',
|
||||
'https://chromium.googlesource.com/chromium/src/build@fdd1d9a6db2330fab13f0afc7eda6f5e73517680',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@dc741883264b58654396d30d5b8d077d4d7d758f',
|
||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -75,13 +75,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@c0c3c9a0554e8432e46e42fa39372425c248eca5',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@5b64a678f9fecb42c40d0df87635ac1b7033a144',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@91342f3ce94e010e51109553e1b5b5f14876cab6',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@a3636addb91041785b0ad68c1728b8bf32a40492',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@08a349bdd0a06b9570934e1ddeb2ca81d94ea62c',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@1568751f033de59d1866cdeec0e915707b852665',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -168,7 +168,7 @@ deps = {
|
||||
'src/third_party/libc++abi/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@7681005c6233e8a21b97e24c1a3c5c6979927d5a',
|
||||
'src/third_party/llvm-libc/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@3e0b858659dfabd41541be937159c46ac9395dd5',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@8e1e2869d655900a33888076bcd0e9151e139bd3',
|
||||
'src/third_party/libunwind/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d1e95b102f113ded38974cf06a65fe0457b6004b',
|
||||
|
||||
@ -461,7 +461,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@4603efa414d857d58c3c26f3799b8d1cc822dc15',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@85387a9d134660559fa17964ab2153004d62a12c',
|
||||
|
||||
'src/third_party/espresso': {
|
||||
'packages': [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user