From d46bc77d0d9042d4d94faa6e31d5c94e3bc1e073 Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Tue, 19 Sep 2023 07:01:23 +0000 Subject: [PATCH] Roll Chromium from 0bbd400252a4 to 26ff6b8864ac (512 revisions) https://chromium.googlesource.com/chromium/src.git/+log/0bbd400252a4..26ff6b8864ac If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromium-angle-autoroll Please CC angle-team@google.com,cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/c5658c73de..a66b1c2c6f * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/691073acd7..a567506e78 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/a65c4c3a2f..0f7651344a * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0dfa3b81d7..693c3fa3c2 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d7ba85d1eb..36bd52621f * third_party/flatbuffers/src: https://chromium.googlesource.com/external/github.com/google/flatbuffers.git/+log/28861d1d7d..0343396e49 * third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/176c934642..7cee6b00d3 * third_party/r8: g3ZKfFfRYNZNHJUs07J5hb92ua_jvjdrbo7I1R585uwC..WptUn43oi_BkFPtEyZTdUD9wZo1yy8OPVqFwdP3jmqoC * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/c73590e223..0e407d39db * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/44d802024e..7d52128ecb No update to Clang. Bug: None Tbr: cnorthrop@google.com Change-Id: I66a30d8fbaaf44a1616029bcda41ad4245590362 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4874892 Bot-Commit: angle-autoroll Commit-Queue: angle-autoroll --- DEPS | 22 +++++++++++----------- build | 2 +- buildtools | 2 +- testing | 2 +- third_party/catapult | 2 +- third_party/depot_tools | 2 +- third_party/flatbuffers/src | 2 +- third_party/libc++/src | 2 +- tools/mb | 2 +- tools/perf | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/DEPS b/DEPS index 47361e689..880f43c36 100644 --- a/DEPS +++ b/DEPS @@ -45,7 +45,7 @@ vars = { 'checkout_angle_mesa': False, # Version of Chromium our Chromium-based DEPS are mirrored from. - 'chromium_revision': '0bbd400252a42991be76dd480b0c409d0c163c68', + 'chromium_revision': '26ff6b8864acc24f5964bb20a2236180be328227', # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'dummy_checkout_chromium': False, @@ -90,7 +90,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '0dfa3b81d73a7bb0c5f3a189d25884d1c7da21a2', + 'catapult_revision': '693c3fa3c2b617718dbbe1abd2ef0fc0910380b6', # the commit queue can handle CLs rolling Fuchsia sdk # and whatever else without interference from each other. @@ -161,12 +161,12 @@ vars = { deps = { 'build': { - 'url': Var('chromium_git') + '/chromium/src/build.git@c5658c73de351e441df358e74ae9cab53e74430e', + 'url': Var('chromium_git') + '/chromium/src/build.git@a66b1c2c6f14f2736f39db84b770a3ab033bbe9d', 'condition': 'not build_with_chromium', }, 'buildtools': { - 'url': Var('chromium_git') + '/chromium/src/buildtools.git@691073acd7e414e0dbebea54a41ac37f38732149', + 'url': Var('chromium_git') + '/chromium/src/buildtools.git@a567506e78c95d3e7fc98263ce2dc1c7444a8b3a', 'condition': 'not build_with_chromium', }, @@ -220,7 +220,7 @@ deps = { }, 'testing': { - 'url': '{chromium_git}/chromium/src/testing@a65c4c3a2f83deaca55ed3c8445bfbd7d02f96d6', + 'url': '{chromium_git}/chromium/src/testing@0f7651344a53b1990dddd52c92084a14d3bf62b4', 'condition': 'not build_with_chromium', }, @@ -403,7 +403,7 @@ deps = { }, 'third_party/depot_tools': { - 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@d7ba85d1eb584a97e905aab180fe290f29c5a29a', + 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@36bd52621f67a2ec560fa0e0e4ae892be28cc033', 'condition': 'not build_with_chromium', }, @@ -420,7 +420,7 @@ deps = { }, 'third_party/flatbuffers/src': { - 'url': Var('chromium_git') + '/external/github.com/google/flatbuffers.git@28861d1d7d5ec6ce34d4bbdc10bec4aace341167', + 'url': Var('chromium_git') + '/external/github.com/google/flatbuffers.git@0343396e49d1c0bf4ca1058130efd9585ecb3c8f', 'condition': 'checkout_android and not build_with_chromium', }, @@ -517,7 +517,7 @@ deps = { }, 'third_party/libc++/src': { - 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@176c934642ecdf73c9608b830134784b21fdfe4a', + 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@7cee6b00d34adc4da2ff2a4d373e44fc27a9a223', 'condition': 'not build_with_chromium', }, @@ -604,7 +604,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'g3ZKfFfRYNZNHJUs07J5hb92ua_jvjdrbo7I1R585uwC', + 'version': 'WptUn43oi_BkFPtEyZTdUD9wZo1yy8OPVqFwdP3jmqoC', }, ], 'condition': 'checkout_android and not build_with_chromium', @@ -727,7 +727,7 @@ deps = { }, 'tools/mb': { - 'url': Var('chromium_git') + '/chromium/src/tools/mb@c73590e223b003e3e54469ced0fe6d599d0b3409', + 'url': Var('chromium_git') + '/chromium/src/tools/mb@0e407d39db214463860f4f285ffcfcaeafb0144d', 'condition': 'not build_with_chromium', }, @@ -742,7 +742,7 @@ deps = { }, 'tools/perf': { - 'url': Var('chromium_git') + '/chromium/src/tools/perf@44d802024eebc95eb281e925ca79dd4687a19e06', + 'url': Var('chromium_git') + '/chromium/src/tools/perf@7d52128ecb0d6d768d1f601517d5e7bb492e1cb7', 'condition': 'not build_with_chromium', }, diff --git a/build b/build index c5658c73d..a66b1c2c6 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit c5658c73de351e441df358e74ae9cab53e74430e +Subproject commit a66b1c2c6f14f2736f39db84b770a3ab033bbe9d diff --git a/buildtools b/buildtools index 691073acd..a567506e7 160000 --- a/buildtools +++ b/buildtools @@ -1 +1 @@ -Subproject commit 691073acd7e414e0dbebea54a41ac37f38732149 +Subproject commit a567506e78c95d3e7fc98263ce2dc1c7444a8b3a diff --git a/testing b/testing index a65c4c3a2..0f7651344 160000 --- a/testing +++ b/testing @@ -1 +1 @@ -Subproject commit a65c4c3a2f83deaca55ed3c8445bfbd7d02f96d6 +Subproject commit 0f7651344a53b1990dddd52c92084a14d3bf62b4 diff --git a/third_party/catapult b/third_party/catapult index 0dfa3b81d..693c3fa3c 160000 --- a/third_party/catapult +++ b/third_party/catapult @@ -1 +1 @@ -Subproject commit 0dfa3b81d73a7bb0c5f3a189d25884d1c7da21a2 +Subproject commit 693c3fa3c2b617718dbbe1abd2ef0fc0910380b6 diff --git a/third_party/depot_tools b/third_party/depot_tools index d7ba85d1e..36bd52621 160000 --- a/third_party/depot_tools +++ b/third_party/depot_tools @@ -1 +1 @@ -Subproject commit d7ba85d1eb584a97e905aab180fe290f29c5a29a +Subproject commit 36bd52621f67a2ec560fa0e0e4ae892be28cc033 diff --git a/third_party/flatbuffers/src b/third_party/flatbuffers/src index 28861d1d7..0343396e4 160000 --- a/third_party/flatbuffers/src +++ b/third_party/flatbuffers/src @@ -1 +1 @@ -Subproject commit 28861d1d7d5ec6ce34d4bbdc10bec4aace341167 +Subproject commit 0343396e49d1c0bf4ca1058130efd9585ecb3c8f diff --git a/third_party/libc++/src b/third_party/libc++/src index 176c93464..7cee6b00d 160000 --- a/third_party/libc++/src +++ b/third_party/libc++/src @@ -1 +1 @@ -Subproject commit 176c934642ecdf73c9608b830134784b21fdfe4a +Subproject commit 7cee6b00d34adc4da2ff2a4d373e44fc27a9a223 diff --git a/tools/mb b/tools/mb index c73590e22..0e407d39d 160000 --- a/tools/mb +++ b/tools/mb @@ -1 +1 @@ -Subproject commit c73590e223b003e3e54469ced0fe6d599d0b3409 +Subproject commit 0e407d39db214463860f4f285ffcfcaeafb0144d diff --git a/tools/perf b/tools/perf index 44d802024..7d52128ec 160000 --- a/tools/perf +++ b/tools/perf @@ -1 +1 @@ -Subproject commit 44d802024eebc95eb281e925ca79dd4687a19e06 +Subproject commit 7d52128ecb0d6d768d1f601517d5e7bb492e1cb7