Roll chromium_revision bf7e0d5d72..ece015a34b (1401106:1401482)
Change log:bf7e0d5d72..ece015a34bFull diff:bf7e0d5d72..ece015a34bChanged dependencies * src/base:a23acd9a8e..1464e92cc8* src/build:44bcc9d7b8..49b711828b* src/buildtools:2823e220cb..ffa2060a71* src/ios:c770205a7b..d9c7e02bce* src/testing:f0d4499c36..0781af2a05* src/third_party:17df67f19f..57964bebf6* src/third_party/androidx/cipd: XOFE2ivPYQt3K7Rf2BwPZILAwtXdqXBpG8nvCw9KOsQC..7Ly5SKSpj-BSWl8ZfieWHKNKzAQFLh71VbvmMELC-8IC * src/third_party/freetype/src:38272bf853..10b3b14da2* src/third_party/libc++/src:9ba1d4922a..b4511937e4* src/third_party/llvm-libc/src:5562ea781e..b0de9011b9* src/third_party/perfetto:79e2dcdef7..fe572aaa21* 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:96e201fa9b..6908dd9068DEPS diff:bf7e0d5d72..ece015a34b/DEPS Clang version changed llvmorg-20-init-13894-g8cb44859:llvmorg-20-init-16062-g091448e3 Details:bf7e0d5d72..ece015a34b/tools/clang/scripts/update.py BUG=None Change-Id: I833b6c5a50dc18ace74ccf6ba562dbf5565ec559 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373171 Bot-Commit: 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/main@{#43647}
This commit is contained in:
parent
14e46ed65c
commit
b91e97f9da
26
DEPS
26
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': 'bf7e0d5d72a5c277a604a562b41d9cbd5ad47b94',
|
'chromium_revision': 'ece015a34b64f4cfa071aa21e236859daad6db42',
|
||||||
|
|
||||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||||
# process the raw profiles produced by instrumented targets (built with
|
# process the raw profiles produced by instrumented targets (built with
|
||||||
@ -64,24 +64,24 @@ vars = {
|
|||||||
deps = {
|
deps = {
|
||||||
# TODO(kjellander): Move this to be Android-only.
|
# TODO(kjellander): Move this to be Android-only.
|
||||||
'src/base':
|
'src/base':
|
||||||
'https://chromium.googlesource.com/chromium/src/base@a23acd9a8eb6b989aa6af37a9acad498ef164382',
|
'https://chromium.googlesource.com/chromium/src/base@1464e92cc8c8dfe2aab7c7317b2fc40db1436338',
|
||||||
'src/build':
|
'src/build':
|
||||||
'https://chromium.googlesource.com/chromium/src/build@44bcc9d7b830ddf5d56e96bf8bc7fea9023bad6f',
|
'https://chromium.googlesource.com/chromium/src/build@49b711828b7c007e07cb8462ac23e076696827cc',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
'https://chromium.googlesource.com/chromium/src/buildtools@2823e220cbd03e103d40b388974758ce46614ae2',
|
'https://chromium.googlesource.com/chromium/src/buildtools@ffa2060a71c5b739018e3dcf7d8381ebd9102e40',
|
||||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||||
'src/examples/androidtests/third_party/gradle': {
|
'src/examples/androidtests/third_party/gradle': {
|
||||||
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@c770205a7bb28d921d6296d4a752e3fb8f26bab2',
|
'url': 'https://chromium.googlesource.com/chromium/src/ios@d9c7e02bce21d30bf112b8d373b4b34bf32b7812',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
'https://chromium.googlesource.com/chromium/src/testing@f0d4499c36d01f2239e74ba3da09c13565d27dd7',
|
'https://chromium.googlesource.com/chromium/src/testing@0781af2a0589803cf433a1c4a7fcdca7d515f64d',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party@17df67f19f0626395fa3da2127a5e01805657f57',
|
'https://chromium.googlesource.com/chromium/src/third_party@57964bebf62d871dc96e161fc976f86d196c67ab',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -164,11 +164,11 @@ deps = {
|
|||||||
'src/third_party/clang-format/script':
|
'src/third_party/clang-format/script':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@37f6e68a107df43b7d7e044fd36a13cbae3413f2',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@37f6e68a107df43b7d7e044fd36a13cbae3413f2',
|
||||||
'src/third_party/libc++/src':
|
'src/third_party/libc++/src':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@9ba1d4922ab23234f7a2af4c8cd7699756959950',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@b4511937e4e55617e26ba3912e0dc169443e0c00',
|
||||||
'src/third_party/libc++abi/src':
|
'src/third_party/libc++abi/src':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@83dfa1f5bfce32d5f75695542468e37ead8163b8',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@83dfa1f5bfce32d5f75695542468e37ead8163b8',
|
||||||
'src/third_party/llvm-libc/src':
|
'src/third_party/llvm-libc/src':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@5562ea781ed152fec2f5c6b86dc1b8e446e21f6a',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@b0de9011b9f34818da12b1448f40e212f611afa3',
|
||||||
'src/third_party/libunwind/src':
|
'src/third_party/libunwind/src':
|
||||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d1e95b102f113ded38974cf06a65fe0457b6004b',
|
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@d1e95b102f113ded38974cf06a65fe0457b6004b',
|
||||||
|
|
||||||
@ -317,7 +317,7 @@ deps = {
|
|||||||
'condition': 'checkout_linux',
|
'condition': 'checkout_linux',
|
||||||
},
|
},
|
||||||
'src/third_party/freetype/src':
|
'src/third_party/freetype/src':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@38272bf85341348eb0a5162ba4e1c95d370f9bce',
|
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@10b3b14da2a60151dd9242364ad7a375d0d7590a',
|
||||||
'src/third_party/harfbuzz-ng/src':
|
'src/third_party/harfbuzz-ng/src':
|
||||||
'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@1c249be96e27eafd15eb86d832b67fbc3751634b',
|
'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@1c249be96e27eafd15eb86d832b67fbc3751634b',
|
||||||
'src/third_party/google_benchmark/src': {
|
'src/third_party/google_benchmark/src': {
|
||||||
@ -402,7 +402,7 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/third_party/perfetto':
|
'src/third_party/perfetto':
|
||||||
'https://android.googlesource.com/platform/external/perfetto.git@79e2dcdef714a3d7f6e09a115cd9fba0c04c7689',
|
'https://android.googlesource.com/platform/external/perfetto.git@fe572aaa214487007138ea9a546692771bd6e25b',
|
||||||
'src/third_party/protobuf-javascript/src':
|
'src/third_party/protobuf-javascript/src':
|
||||||
Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e34549db516f8712f678fcd4bc411613b5cc5295',
|
Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e34549db516f8712f678fcd4bc411613b5cc5295',
|
||||||
'src/third_party/libvpx/source/libvpx':
|
'src/third_party/libvpx/source/libvpx':
|
||||||
@ -461,7 +461,7 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/tools':
|
'src/tools':
|
||||||
'https://chromium.googlesource.com/chromium/src/tools@96e201fa9be69768f8af245011e57870c560a516',
|
'https://chromium.googlesource.com/chromium/src/tools@6908dd90681239455fba5e170209670a863622ae',
|
||||||
|
|
||||||
'src/third_party/espresso': {
|
'src/third_party/espresso': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -500,7 +500,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'chromium/third_party/androidx',
|
'package': 'chromium/third_party/androidx',
|
||||||
'version': 'XOFE2ivPYQt3K7Rf2BwPZILAwtXdqXBpG8nvCw9KOsQC',
|
'version': '7Ly5SKSpj-BSWl8ZfieWHKNKzAQFLh71VbvmMELC-8IC',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'condition': 'checkout_android and non_git_source',
|
'condition': 'checkout_android and non_git_source',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user