Roll chromium_revision 231d950fb5..3b13b74f8b (1225584:1225957)
Change log:231d950fb5..3b13b74f8bFull diff:231d950fb5..3b13b74f8bChanged dependencies * src/base:2819ffc7eb..f4de6e3114* src/build:2e760d5c6c..23f94fa6ef* src/ios:e76a595293..ee2c68c354* src/testing:7c59019a3b..9740b867f3* src/third_party:90035c7057..c34d2a98ad* src/third_party/android_build_tools/manifest_merger: kyXImK5GOP19ROuy-2wf_I_zzcVr2RVsPvB0jhLyrCEC..SdNR04V227YL22FMmKoS4AdLYwv6MJe8HBAZKNhXoCsC * src/third_party/androidx: nQrPFhDB1aX4Jlbq9boM5vvI9bsiAa736ZacDoJQp8oC..lVVaxxGWEoKfi-XMLQyERTC8Smt04PrfwkbezmNSAVoC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/a96e7377fc..1b7fdbd910 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b46041dad0..bb1266a081 * src/third_party/depot_tools:df3e577855..06c4261af7* src/third_party/ffmpeg:e1ca3f06ad..c1d0dc4135* src/third_party/freetype/src:050a320764..e969289f88* src/third_party/libc++abi/src:0226cb1cdf..d529bb588f* src/third_party/libunwind/src:7b9fd7a061..19b1234bfb* src/third_party/perfetto:8e4410079d..6ba75cc5d9* src/third_party/re2/src:974f44c8d4..7e0c1a9e24* src/tools:070647af7d..5254b703bdDEPS diff:231d950fb5..3b13b74f8b/DEPS No update to Clang. BUG=None Change-Id: I40f92643adfa88ef49ae168d5cd4bfbf507f1b3a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/327625 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@{#41178}
This commit is contained in:
parent
72defe459b
commit
b6d69708fe
36
DEPS
36
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': '231d950fb5cecd889295c56244d77eb7b6ce50d1',
|
||||
'chromium_revision': '3b13b74f8b95594b2938fac5accc5d978e085e1b',
|
||||
|
||||
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
|
||||
# process the raw profiles produced by instrumented targets (built with
|
||||
@ -50,9 +50,9 @@ vars = {
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@2819ffc7eb71ef03740470bd0a678e3a8807b8a0',
|
||||
'https://chromium.googlesource.com/chromium/src/base@f4de6e31145e000e6650ec9ce83de5bd8c6440d0',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@2e760d5c6c96b99d2f8f8a600e5a23d7e5b43918',
|
||||
'https://chromium.googlesource.com/chromium/src/build@23f94fa6efc219507842cf69e712e9c1e4cf8cc2',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@7d02c8ca33182a111e87f07989f93064316836ba',
|
||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -61,13 +61,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@e76a59529398860328beaf42df98688d5b08d22d',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@ee2c68c354162a26cbb392e5f976a31c49a87615',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@7c59019a3b8553c87b7b850bb0643a1aabeefd94',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@9740b867f343a6cc50deb18a1623b5f8892ba580',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@90035c70575d266d9dfecc7ebf4d289a01377b45',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@c34d2a98adb5ffc4b717d684e380d7d7a39a6f8f',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -117,9 +117,9 @@ deps = {
|
||||
'src/third_party/libc++/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@4399383935f808337a178b81e0c6657bf7e33f6c',
|
||||
'src/third_party/libc++abi/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@0226cb1cdfe740b173394e1cebbd0dcf293e38ad',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@d529bb588f45b6c3e6ccd36219a3f55260ed13b0',
|
||||
'src/third_party/libunwind/src':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@7b9fd7a0610491a4d512c7a7d486e89335f84452',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@19b1234bfbad647ffc0e9f165a6a1b1a35126621',
|
||||
|
||||
'src/third_party/ninja': {
|
||||
'packages': [
|
||||
@ -174,11 +174,11 @@ deps = {
|
||||
},
|
||||
|
||||
'src/third_party/boringssl/src':
|
||||
'https://boringssl.googlesource.com/boringssl.git@a96e7377fcfbdb34989d76e2a5e7c4052e568a6b',
|
||||
'https://boringssl.googlesource.com/boringssl.git@1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc',
|
||||
'src/third_party/breakpad/breakpad':
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@f49c2f1a2023da0cb055874fba050563dfea57db',
|
||||
'src/third_party/catapult':
|
||||
'https://chromium.googlesource.com/catapult.git@b46041dad00d5ddc3e0542b9c0ffc9a62aca7ce3',
|
||||
'https://chromium.googlesource.com/catapult.git@bb1266a08187f247dfde592850c40b586a4da7de',
|
||||
'src/third_party/ced/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||
},
|
||||
@ -191,9 +191,9 @@ 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@df3e5778557e37881e503ec0047bf64c826e5d93',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@06c4261af7368fdf57e3b3dfdce2cfef6b659f29',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e1ca3f06adec15150a171bc38f550058b4bbb23b',
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@c1d0dc4135ecb8a75a044019fce960ab5120c65c',
|
||||
'src/third_party/flatbuffers/src':
|
||||
'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@bcb9ef187628fe07514e57756d05e6a6296f7dc5',
|
||||
'src/third_party/grpc/src': {
|
||||
@ -205,7 +205,7 @@ deps = {
|
||||
'condition': 'checkout_linux',
|
||||
},
|
||||
'src/third_party/freetype/src':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@050a3207641359e4b76994bd671a2f5e567bb74a',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@e969289f88a586c40678133abcf999362aefe565',
|
||||
'src/third_party/harfbuzz-ng/src':
|
||||
'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@920c40cd43dd7b10b7ecba3d82a46f5fea88536f',
|
||||
'src/third_party/google_benchmark/src': {
|
||||
@ -291,7 +291,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@8e4410079d27b993000a81b13f2e7affa31fd85d',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@6ba75cc5d93c39d4f86e2777709a460b30ce06fc',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@0d3ef6ffd22bda0ba1ec1bf9c7a24852e4a1d111',
|
||||
'src/third_party/libyuv':
|
||||
@ -314,7 +314,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@974f44c8d45242e710dc0a85a4defffdb3ce07fc',
|
||||
'https://chromium.googlesource.com/external/github.com/google/re2.git@7e0c1a9e2417e70e5f0efc323267ac71d1fa0685',
|
||||
|
||||
'src/third_party/r8': {
|
||||
'packages': [
|
||||
@ -344,7 +344,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@070647af7dfb211705d1460795cf06b1c4b749e2',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@5254b703bd2ae11c0aff299b96b37f1b9fcc8117',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
@ -416,7 +416,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': 'nQrPFhDB1aX4Jlbq9boM5vvI9bsiAa736ZacDoJQp8oC',
|
||||
'version': 'lVVaxxGWEoKfi-XMLQyERTC8Smt04PrfwkbezmNSAVoC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -427,7 +427,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_build_tools/manifest_merger',
|
||||
'version': 'kyXImK5GOP19ROuy-2wf_I_zzcVr2RVsPvB0jhLyrCEC',
|
||||
'version': 'SdNR04V227YL22FMmKoS4AdLYwv6MJe8HBAZKNhXoCsC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user