From ee0df29eaea3c5758cc7671b805d939e8b6312c0 Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Mon, 21 Aug 2023 07:53:13 +0000 Subject: [PATCH] Roll Chromium from 19b3acaded0d to dd175d86ee90 (646 revisions) https://chromium.googlesource.com/chromium/src.git/+log/19b3acaded0d..dd175d86ee90 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,syoussefi@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/e9f9f56b0d..35d9bb8611 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/fa612350fe..4ac1a5873d * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3517008e56 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/978f43dd52..3aeb682373 * third_party/fuchsia-sdk/sdk: version:14.20230811.1.1..version:14.20230818.1.3 * third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/b113f23e4c..d92e619eaa * third_party/r8: tDdXJHu3mdHCZRM7rVC6e0OajNZJy8FGLqu9ItFtnUwC..crtFbDFNOQ4YZT_MQmz65TmbaQo5-URl1at11okEGTUC * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/74786020a9..86670f0684 No update to Clang. Bug: angleproject:3686 Tbr: syoussefi@google.com Change-Id: Ic2f584390ffc436af1ec0ca74ceaaeb662dc5593 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4797174 Bot-Commit: angle-autoroll Commit-Queue: angle-autoroll --- DEPS | 18 +++++++++--------- build | 2 +- testing | 2 +- third_party/catapult | 2 +- third_party/depot_tools | 2 +- third_party/libunwind/src | 2 +- tools/clang | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/DEPS b/DEPS index 9d23cac59..a5893840b 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': '19b3acaded0d5ed735142b83edd414ae18d063c8', + 'chromium_revision': 'dd175d86ee9075c80c5fec57aab2aea865c80c64', # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'dummy_checkout_chromium': False, @@ -90,11 +90,11 @@ 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': '2c0142037db492e8d65a8ba89665553a0cc1a184', + 'catapult_revision': '3517008e56570b52826dbed2d77b2cb7e5f56b92', # the commit queue can handle CLs rolling Fuchsia sdk # and whatever else without interference from each other. - 'fuchsia_version': 'version:14.20230811.1.1', + 'fuchsia_version': 'version:14.20230818.1.3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling luci-go @@ -161,7 +161,7 @@ vars = { deps = { 'build': { - 'url': '{chromium_git}/chromium/src/build.git@e9f9f56b0dee9032936d23c81c8246ae0ffe36bd', + 'url': '{chromium_git}/chromium/src/build.git@35d9bb861168b289696249038f99d64ad4efd3ea', 'condition': 'not build_with_chromium', }, @@ -220,7 +220,7 @@ deps = { }, 'testing': { - 'url': '{chromium_git}/chromium/src/testing@fa612350fe9965b408ac18eac637caebebe8dae4', + 'url': '{chromium_git}/chromium/src/testing@4ac1a5873d61b146a89c1e227ab975aec6b44046', 'condition': 'not build_with_chromium', }, @@ -403,7 +403,7 @@ deps = { }, 'third_party/depot_tools': { - 'url': '{chromium_git}/chromium/tools/depot_tools.git@978f43dd52c498224e72f806fbf47b25edf249d5', + 'url': '{chromium_git}/chromium/tools/depot_tools.git@3aeb682373154b38d95c17da521d8a0235be8be1', 'condition': 'not build_with_chromium', }, @@ -527,7 +527,7 @@ deps = { }, 'third_party/libunwind/src': { - 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libunwind.git@b113f23e4c61d00e3e7160a2d36b74d7c179364c', + 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libunwind.git@d92e619eaa12123a2c235f81c8b0399aafe49ddf', 'condition': 'not build_with_chromium', }, @@ -604,7 +604,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'tDdXJHu3mdHCZRM7rVC6e0OajNZJy8FGLqu9ItFtnUwC', + 'version': 'crtFbDFNOQ4YZT_MQmz65TmbaQo5-URl1at11okEGTUC', }, ], 'condition': 'checkout_android and not build_with_chromium', @@ -696,7 +696,7 @@ deps = { }, 'tools/clang': { - 'url': '{chromium_git}/chromium/src/tools/clang.git@74786020a98af81c5f59415ef52ae93b3c0a6fc0', + 'url': '{chromium_git}/chromium/src/tools/clang.git@86670f0684a3a3365063b666a1f357e717245cff', 'condition': 'not build_with_chromium', }, diff --git a/build b/build index e9f9f56b0..35d9bb861 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit e9f9f56b0dee9032936d23c81c8246ae0ffe36bd +Subproject commit 35d9bb861168b289696249038f99d64ad4efd3ea diff --git a/testing b/testing index fa612350f..4ac1a5873 160000 --- a/testing +++ b/testing @@ -1 +1 @@ -Subproject commit fa612350fe9965b408ac18eac637caebebe8dae4 +Subproject commit 4ac1a5873d61b146a89c1e227ab975aec6b44046 diff --git a/third_party/catapult b/third_party/catapult index 2c0142037..3517008e5 160000 --- a/third_party/catapult +++ b/third_party/catapult @@ -1 +1 @@ -Subproject commit 2c0142037db492e8d65a8ba89665553a0cc1a184 +Subproject commit 3517008e56570b52826dbed2d77b2cb7e5f56b92 diff --git a/third_party/depot_tools b/third_party/depot_tools index 978f43dd5..3aeb68237 160000 --- a/third_party/depot_tools +++ b/third_party/depot_tools @@ -1 +1 @@ -Subproject commit 978f43dd52c498224e72f806fbf47b25edf249d5 +Subproject commit 3aeb682373154b38d95c17da521d8a0235be8be1 diff --git a/third_party/libunwind/src b/third_party/libunwind/src index b113f23e4..d92e619ea 160000 --- a/third_party/libunwind/src +++ b/third_party/libunwind/src @@ -1 +1 @@ -Subproject commit b113f23e4c61d00e3e7160a2d36b74d7c179364c +Subproject commit d92e619eaa12123a2c235f81c8b0399aafe49ddf diff --git a/tools/clang b/tools/clang index 74786020a..86670f068 160000 --- a/tools/clang +++ b/tools/clang @@ -1 +1 @@ -Subproject commit 74786020a98af81c5f59415ef52ae93b3c0a6fc0 +Subproject commit 86670f0684a3a3365063b666a1f357e717245cff