From 99869adeb59ac2e2bc250fd862ed8e7538455229 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 16 May 2023 03:02:17 -0700 Subject: [PATCH] Roll chromium_revision 30ae698dcc..1e36b7ebe0 (1144471:1144620) Change log: https://chromium.googlesource.com/chromium/src/+log/30ae698dcc..1e36b7ebe0 Full diff: https://chromium.googlesource.com/chromium/src/+/30ae698dcc..1e36b7ebe0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c3ee5631f0..c93650e9e0 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3c90559565..f843fee46d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f8bdf16645..2701b7c7fe * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ffca87511e..ff99f529f3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6c3bcea564..3747855215 * src/third_party/dav1d/libdav1d: https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/676a864a11..f8ae94eca0 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/541638fd23..6316ac234e * src/third_party/libaom/source/libaom: https://aomedia.googlesource.com/aom.git/+log/f15d8bacc7..5f516275fb * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dc49632668..5c12410698 DEPS diff: https://chromium.googlesource.com/chromium/src/+/30ae698dcc..1e36b7ebe0/DEPS No update to Clang. BUG=None Change-Id: Ic7b3231e8d1ad39b5a2f2f52ffcaa1c4cc4974db Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/305441 Commit-Queue: Autoroller Bot-Commit: Autoroller Cr-Commit-Position: refs/heads/main@{#40077} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index d72811e733..f80cfc6609 100644 --- a/DEPS +++ b/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': '30ae698dcc403d98e6ad8ac55bf523d5d8f07c6d', + 'chromium_revision': '1e36b7ebe0d72f9fe5f27d01de307b053641cb83', # Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to # process the raw profiles produced by instrumented targets (built with @@ -46,9 +46,9 @@ vars = { deps = { # TODO(kjellander): Move this to be Android-only. 'src/base': - 'https://chromium.googlesource.com/chromium/src/base@c3ee5631f096bead58b4a288d6a813508cbcdb3b', + 'https://chromium.googlesource.com/chromium/src/base@c93650e9e0459605b989118f5d3249d48fd63602', 'src/build': - 'https://chromium.googlesource.com/chromium/src/build@3c905595655049cd3c7001e18ee07d860452f206', + 'https://chromium.googlesource.com/chromium/src/build@f843fee46d1ea41b6f79001d6230d31eadb72af4', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@5d2ccbf93c7d956a9aff1d0acd21155e6b515ceb', # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. @@ -57,13 +57,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': 'https://chromium.googlesource.com/chromium/src/ios@f8bdf16645bf7643b548760251efda49f344a46e', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@2701b7c7fe0977ec93c4d548747507f94e5473a7', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@ffca87511eddb4870010d617e82268ceb189fe35', + 'https://chromium.googlesource.com/chromium/src/testing@ff99f529f3039a126da6e8b1f634998be54d01a0', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@6c3bcea564c2c6324ec7bcf4c0bbbd7c982363e9', + 'https://chromium.googlesource.com/chromium/src/third_party@3747855215ea1ed8083a4abfbbe943b71434d382', 'src/buildtools/linux64': { 'packages': [ @@ -183,7 +183,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@541638fd2318e0c03df51cd70b8ac6e9f7273fbb', + 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@6316ac234e70d983ae758e283ed6ac8d4d0cb36b', 'src/third_party/ffmpeg': 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@8d21d41d8bec5c0b266ee305d1a708dc5c23b594', 'src/third_party/flatbuffers/src': @@ -279,9 +279,9 @@ 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@676a864a11af2c0522e1f992e770589543894686', + 'https://chromium.googlesource.com/external/github.com/videolan/dav1d.git@f8ae94eca0f53502a2cddd29a263c1edea4822a0', 'src/third_party/libaom/source/libaom': - 'https://aomedia.googlesource.com/aom.git@f15d8bacc72479979182f7484e0b80cf988ffd67', + 'https://aomedia.googlesource.com/aom.git@5f516275fb8761562bd877f2a8f185cd76c2a274', 'src/third_party/libunwindstack': { 'url': 'https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git@4dbfa0e8c844c8e243b297bc185e54a99ff94f9e', 'condition': 'checkout_android', @@ -336,7 +336,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@dc496326681b07b3bd1ded10933329e9fd73beaf', + 'https://chromium.googlesource.com/chromium/src/tools@5c12410698f4d2614cce428ab7a055a5a36ee718', 'src/third_party/accessibility_test_framework': { 'packages': [