Roll chromium_revision 2d5f10ee34..4bdadded8d (1236666:1236778)
Change log:2d5f10ee34..4bdadded8dFull diff:2d5f10ee34..4bdadded8dChanged dependencies * src/build:b740b78a6e..3f2733bfc4* src/buildtools:d7e0ec1306..8d75795be6* src/ios:313d61203d..0431217f6b* src/testing:a4be4df152..23d202a3d2* src/third_party:8c9e04903a..5868e7d63c* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5725e8f379..b142d41530 * src/third_party/depot_tools:d9dab49dc6..18bb70aed6* src/third_party/libc++/src:a88e6d6daa..1f70899ab6* src/third_party/re2/src:71857b0112..9d0b5bf57c* src/tools:46860d1f93..c7044b0ff3DEPS diff:2d5f10ee34..4bdadded8d/DEPS No update to Clang. BUG=None Change-Id: I081507df2e035e00d8857c2b4436c513a7bd8b84 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331187 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@{#41368}
This commit is contained in:
parent
a3e26ad6b2
commit
d7ccf6df4d
22
DEPS
22
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': '2d5f10ee34d72caceb50c7d6ae7417392a9a4fc6',
|
||||
'chromium_revision': '4bdadded8d3d3cf16ec6cf01dbb113ff512e8e66',
|
||||
|
||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||
# process the raw profiles produced by instrumented targets (built with
|
||||
@ -52,22 +52,22 @@ deps = {
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@13976a55ee0194101beddf6fe454f52391f16708',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@b740b78a6e869a30457b63f5ab0beb5f9a331b5d',
|
||||
'https://chromium.googlesource.com/chromium/src/build@3f2733bfc440ff6a0d926d242a67e6613c250bbe',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@d7e0ec130696bf72ecf03ce0cd1c372f19214ce3',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@8d75795be62c82010eff41a9c08cafec0ee6f0fa',
|
||||
# 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@313d61203d086b53b7ad5ab79e1cdc4eb4b9c5aa',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@0431217f6bfa8f3ca8a2dd508245142b1288f42c',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@a4be4df15216f9cebc3bdc9835807b8232fe84cc',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@23d202a3d24d9558098c123591643f4587d5b458',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@8c9e04903a153390e8ff4d2d37a0970210156011',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@5868e7d63cdd2b4b52d0e1a03923c985e3e2d376',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -115,7 +115,7 @@ deps = {
|
||||
'src/third_party/clang-format/script':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@e5337933f2951cacd3aeacd238ce4578163ca0b9',
|
||||
'src/third_party/libc++/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@a88e6d6daa3e091f662c8a198b5d3a0d3a723705',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@1f70899ab6d9d2c3c455fa7adb3f3cbd7bfdf215',
|
||||
'src/third_party/libc++abi/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@d5e7c425e0497efe2800b8a42b3e0bac0b1d3134',
|
||||
'src/third_party/libunwind/src':
|
||||
@ -189,7 +189,7 @@ deps = {
|
||||
'src/third_party/breakpad/breakpad':
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@f49c2f1a2023da0cb055874fba050563dfea57db',
|
||||
'src/third_party/catapult':
|
||||
'https://chromium.googlesource.com/catapult.git@5725e8f3792e1a4a2463cb598704d27d9116e006',
|
||||
'https://chromium.googlesource.com/catapult.git@b142d415308e1f3ace94f0f39807bf0198ee004f',
|
||||
'src/third_party/ced/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||
},
|
||||
@ -202,7 +202,7 @@ deps = {
|
||||
'src/third_party/crc32c/src':
|
||||
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@fa5ade41ee480003d9c5af6f43567ba22e4e17e6',
|
||||
'src/third_party/depot_tools':
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@d9dab49dc651e5c5104a3793fb5113cc474dc673',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@18bb70aed6953810172bda05512ea42d1f39ef81',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@17525de887d54b970ffdd421a0879c1db1952307',
|
||||
'src/third_party/flatbuffers/src':
|
||||
@ -325,7 +325,7 @@ deps = {
|
||||
'https://chromium.googlesource.com/external/github.com/cisco/openh264@09a4f3ec842a8932341b195c5b01e141c8a16eb7',
|
||||
|
||||
'src/third_party/re2/src':
|
||||
'https://chromium.googlesource.com/external/github.com/google/re2.git@71857b0112ab6d9e1478f0212951c38c4a0ee1c8',
|
||||
'https://chromium.googlesource.com/external/github.com/google/re2.git@9d0b5bf57cf0dc5388568127bcf079812d3f989e',
|
||||
|
||||
'src/third_party/r8': {
|
||||
'packages': [
|
||||
@ -355,7 +355,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@46860d1f93dca4498dfd5fce7566b9e8444a752d',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@c7044b0ff33b3bab30f9d941439e637b3932eb85',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user