Roll chromium_revision f92fe11cdf..3463cb8768 (1084390:1086360)
Change log:f92fe11cdf..3463cb8768Full diff:f92fe11cdf..3463cb8768Changed dependencies * src/base:a338b97cd2..eceeb103f5* src/build:c72e275864..8337f3f5a1* src/buildtools:80c045e5c7..134af4c91b* src/buildtools/third_party/libc++/trunk:2948540a20..7c5e4b4eb3* src/buildtools/third_party/libc++abi/trunk:123239cdb6..df3cc8ecee* src/ios:023437123c..943d4dbd8f* src/testing:313fce14d9..d29d7feee1* src/third_party:e8aecccbd0..cae9c619b9* src/third_party/android_build_tools/manifest_merger: X4l8RIBEAF108FpSEWRF7UHqq-kY8T3ibSsObGU5u3UC..lUT6vCuXPnPR-G-V3k69iMWuFtVOzwED-IwaHqYT4AcC * src/third_party/androidx: NPBGcyvlTKaPKsiP-JIZZnrdZdsLZ6CSfmUoRzoRsSQC..1CRXG22riAUf6hHMXngSF6stzqJ7eNsJvCWfVXpC0EQC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/50ee8fff60..2863c8e12d * src/third_party/dav1d/libdav1d:87f9a81cd7..ed63a74593* src/third_party/depot_tools:5decb17543..cf31045b34* src/third_party/flatbuffers/src:e301702964..b47ba1d5ff* src/third_party/grpc/src:dd77c67217..38b9254a79* src/third_party/libyuv:4a3c79cb31..3abd6f36b6* src/third_party/perfetto:996945d354..b177a9b77d* src/third_party/r8: tfZf7nJNxfwW0aOGBbX1eUmDfQCc4Mdg7XcfzQBiHS8C..C6CmrPsLUOOdYOn7_lvtxbjl3ubLoJ-SBVIM2Ig4ALYC * src/third_party/turbine: R-Qp1tMBqIuETMfXNqQU9GB00ij6dsPjVmjDuvH_194C..6qP1McD5frsv2QklnzCMFruX8BO9asL49lv_ohhd2DkC * src/tools:a893fb036e..922a83ba05DEPS diff:f92fe11cdf..3463cb8768/DEPS Clang version changed llvmorg-16-init-12251-g87d0ff91:llvmorg-16-init-14635-ga650f2ec Details:f92fe11cdf..3463cb8768/tools/clang/scripts/update.py BUG=None Change-Id: Ie3903728c37cd267a31147015f28178d5f3f09b4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/289000 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@{#38946}
This commit is contained in:
parent
d29b12f90c
commit
4456e67f5a
42
DEPS
42
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': 'f92fe11cdfee150e868e3637bdf2f4800e38bdc6',
|
||||
'chromium_revision': '3463cb87689e57165fd43d983d993b15ce1b000a',
|
||||
|
||||
# Keep the Chromium default of generating location tags.
|
||||
'generate_location_tags': True,
|
||||
@ -41,24 +41,24 @@ vars = {
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@a338b97cd20499a82cb00f4d0b1a6f90b56888bd',
|
||||
'https://chromium.googlesource.com/chromium/src/base@eceeb103f5159b7ce6a9f5998b66bb64e5d11af7',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@c72e275864995da0ee39b39d914025e8018e153c',
|
||||
'https://chromium.googlesource.com/chromium/src/build@8337f3f5a1a3804f521f9003da8519286a0274c2',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@80c045e5c7e2b8d8ce049f293f916294da7d876d',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@134af4c91bb9ab46fe1165ff1cf0f76900fa5a7e',
|
||||
# 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@023437123ce3e766f9e31ed94bc90941af6e3625',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@943d4dbd8f149835ff03ad893d78e7e444a1b1f9',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@313fce14d9026f280176f9ac29685ade54e251c9',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@d29d7feee1135eb820449bdc2a29f338b9d149df',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@e8aecccbd09a9efb749e83d5e15c7bfd842f6e08',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@cae9c619b92fa1dac1c1897c2803452123f88aeb',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -106,9 +106,9 @@ deps = {
|
||||
'src/buildtools/clang_format/script':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525d2747f2584fc35d8c7e612e66f377858df7',
|
||||
'src/buildtools/third_party/libc++/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@2948540a20cbb5b2192119f791b04dd62ca7af1c',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@7c5e4b4eb3c5970f5525f62650c5b76f56dd99a8',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@123239cdb67b3d69c5af933e364a84019a33575c',
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@df3cc8ecee393c765a7274a4687f8dff3558d590',
|
||||
'src/buildtools/third_party/libunwind/trunk':
|
||||
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@5e22a7fe2335161ab267867c8e1be481bf6c8300',
|
||||
|
||||
@ -169,7 +169,7 @@ deps = {
|
||||
'src/third_party/breakpad/breakpad':
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@80430d73aee1fe591bea1475ba3b7fc30c67dfc2',
|
||||
'src/third_party/catapult':
|
||||
'https://chromium.googlesource.com/catapult.git@50ee8fff60faad760ecb0873f135ea19e0f233a3',
|
||||
'https://chromium.googlesource.com/catapult.git@2863c8e12d8bfb01108f785fddd92c94a2357829',
|
||||
'src/third_party/ced/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
|
||||
},
|
||||
@ -178,13 +178,13 @@ 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@5decb175432cb284b6f8ee102dc1b908b58d8e41',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@cf31045b347e24e6619f2564fdb0c2490f661745',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@a249b21db6516234e5456716ae074fbb00176b3f',
|
||||
'src/third_party/flatbuffers/src':
|
||||
'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@e3017029647a88eb6f509ee9744012fffeb0d371',
|
||||
'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@b47ba1d5ffae3bd4d5eaad615e33d7cc5c1e3d4a',
|
||||
'src/third_party/grpc/src': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@dd77c67217b10ffeaf766e25eb8b46d2d59de4ff',
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@38b9254a790320d2eaf8ac3ae4c3f3050d1ff106',
|
||||
},
|
||||
# Used for embedded builds. CrOS & Linux use the system version.
|
||||
'src/third_party/fontconfig/src': {
|
||||
@ -240,7 +240,7 @@ deps = {
|
||||
'src/third_party/libsrtp':
|
||||
'https://chromium.googlesource.com/chromium/deps/libsrtp.git@5b7c744eb8310250ccc534f3f86a2015b3887a0a',
|
||||
'src/third_party/dav1d/libdav1d':
|
||||
'https://chromium.googlesource.com/external/github.com/videolan/dav1d.git@87f9a81cd770e49394a45deca7a3df41243de00b',
|
||||
'https://chromium.googlesource.com/external/github.com/videolan/dav1d.git@ed63a7459376a21e88b871006574dc2055a2ea35',
|
||||
'src/third_party/libaom/source/libaom':
|
||||
'https://aomedia.googlesource.com/aom.git@a84503456d4276348da3e80de7569adb1b389a60',
|
||||
'src/third_party/libunwindstack': {
|
||||
@ -248,11 +248,11 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@996945d3540323c2cee0818a4a1cc9fa76faeec8',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@b177a9b77d364faf675687204c9e48b8fd4d813c',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@605350bd5b68ac47f595d60cc8ef346588e773c0',
|
||||
'src/third_party/libyuv':
|
||||
'https://chromium.googlesource.com/libyuv/libyuv.git@4a3c79cb31aee310443039c37d64377ed06f1d14',
|
||||
'https://chromium.googlesource.com/libyuv/libyuv.git@3abd6f36b6e4f5a2e0ce236580a8bc1da3c7cf7e',
|
||||
'src/third_party/lss': {
|
||||
'url': 'https://chromium.googlesource.com/linux-syscall-support.git@ce877209e11aa69dcfffbd53ef90ea1d07136521',
|
||||
'condition': 'checkout_android or checkout_linux',
|
||||
@ -273,7 +273,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/r8',
|
||||
'version': 'tfZf7nJNxfwW0aOGBbX1eUmDfQCc4Mdg7XcfzQBiHS8C',
|
||||
'version': 'C6CmrPsLUOOdYOn7_lvtxbjl3ubLoJ-SBVIM2Ig4ALYC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -297,7 +297,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@a893fb036e830ad62a0f33284b5b55b834148053',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@922a83ba05b1dcebbf6ceea13bf5624e92657845',
|
||||
|
||||
'src/third_party/accessibility_test_framework': {
|
||||
'packages': [
|
||||
@ -374,7 +374,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': 'NPBGcyvlTKaPKsiP-JIZZnrdZdsLZ6CSfmUoRzoRsSQC',
|
||||
'version': '1CRXG22riAUf6hHMXngSF6stzqJ7eNsJvCWfVXpC0EQC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -385,7 +385,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_build_tools/manifest_merger',
|
||||
'version': 'X4l8RIBEAF108FpSEWRF7UHqq-kY8T3ibSsObGU5u3UC',
|
||||
'version': 'lUT6vCuXPnPR-G-V3k69iMWuFtVOzwED-IwaHqYT4AcC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -475,7 +475,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/turbine',
|
||||
'version': 'R-Qp1tMBqIuETMfXNqQU9GB00ij6dsPjVmjDuvH_194C',
|
||||
'version': '6qP1McD5frsv2QklnzCMFruX8BO9asL49lv_ohhd2DkC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user