From 0f5770deabf20bfa7622cc70d4f7eed5a9e02af1 Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Tue, 16 Aug 2022 07:01:26 +0000 Subject: [PATCH] Roll Chromium from 16d8164e92a5 to 754ede9fc072 (380 revisions) https://chromium.googlesource.com/chromium/src.git/+log/16d8164e92a5..754ede9fc072 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 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/89cc6c63d9..8bf02cb228 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/98014eb61a..431d9c2d82 * buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6cc58d640c..5df82514bc * testing: https://chromium.googlesource.com/chromium/src/testing/+log/95324abbb0..dbe2ab9dc9 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..b3421074fa * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/647cfe6bf1..268d645853 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/d2890e490f..752991ad1e No update to Clang. Bug: None Tbr: syoussefi@google.com Change-Id: Ib8adeb3e811f7aa7a937973fcae3a4aac9d9388c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3833276 Commit-Queue: angle-autoroll Bot-Commit: angle-autoroll --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 2e1367588..6123ad168 100644 --- a/DEPS +++ b/DEPS @@ -37,7 +37,7 @@ vars = { 'checkout_android_native_support': 'checkout_android or checkout_chromeos', # Version of Chromium our Chromium-based DEPS are mirrored from. - 'chromium_revision': '16d8164e92a5afe2943b8e3d022deb87dc598fa6', + 'chromium_revision': '754ede9fc072c33298a8edf5ed5239f49aa5e71f', # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'dummy_checkout_chromium': False, @@ -82,7 +82,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': '6dbdca4bea6d53025e454524571f685731486cf5', + 'catapult_revision': 'b3421074fa70071c13d4a72afebc9f458257c141', # the commit queue can handle CLs rolling Fuchsia sdk # and whatever else without interference from each other. @@ -126,12 +126,12 @@ vars = { deps = { 'build': { - 'url': '{chromium_git}/chromium/src/build.git@89cc6c63d97afa51776b28d1a099a6c36e021d0b', + 'url': '{chromium_git}/chromium/src/build.git@8bf02cb228d3656d4ade1f4e20a207acaa71cbd5', 'condition': 'not build_with_chromium', }, 'buildtools': { - 'url': '{chromium_git}/chromium/src/buildtools.git@98014eb61adae4254db2c8dd1332707971528148', + 'url': '{chromium_git}/chromium/src/buildtools.git@431d9c2d82c2da10df95226ab02ffbdd76a34838', 'condition': 'not build_with_chromium', }, @@ -163,7 +163,7 @@ deps = { }, 'buildtools/third_party/libc++/trunk': { - 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@6cc58d640cfe272f079b07da2e03781796c6a6aa', + 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@5df82514bc009b7fa3d4964ee1fdaf975646d44c', 'condition': 'not build_with_chromium', }, @@ -189,7 +189,7 @@ deps = { }, 'testing': { - 'url': '{chromium_git}/chromium/src/testing@95324abbb0e81fc2a66a422258fc7229f1093eb2', + 'url': '{chromium_git}/chromium/src/testing@dbe2ab9dc97b3d2eb1afe188ff490b04c8f78586', 'condition': 'not build_with_chromium', }, @@ -361,7 +361,7 @@ deps = { }, 'third_party/depot_tools': { - 'url': '{chromium_git}/chromium/tools/depot_tools.git@647cfe6bf10efa3e171bed867a455347567007c7', + 'url': '{chromium_git}/chromium/tools/depot_tools.git@268d645853ee8e1b884260049e5464a5ca2d8a30', 'condition': 'not build_with_chromium', }, @@ -607,7 +607,7 @@ deps = { }, 'tools/mb': { - 'url': '{chromium_git}/chromium/src/tools/mb@d2890e490f08f4b309307cccbd388260b38b6e1b', + 'url': '{chromium_git}/chromium/src/tools/mb@752991ad1e55e5168a9de04efa5158f4a19e00da', 'condition': 'not build_with_chromium', },