Roll Chromium from ab34c72be751 to a12033d4d671 (85 revisions)

ab34c72be7..a12033d4d6

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 solti@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: e3bb433e5e..4e331315b6
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..27863274a2
* third_party/fuchsia-sdk/sdk: version:11.20221226.0.1..version:11.20221226.3.1
No update to Clang.

Bug: None
Tbr: solti@google.com
Change-Id: I2c390e0873d00e05c03ed86af6968429da3167cc
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4125144
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
angle-autoroll 2022-12-27 07:00:12 +00:00 коммит произвёл Angle LUCI CQ
Родитель 03b928dbf4
Коммит 919241d6c7
1 изменённых файлов: 3 добавлений и 3 удалений

6
DEPS
Просмотреть файл

@ -43,7 +43,7 @@ vars = {
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'ab34c72be751c68b89763175f3680bf08264f39e',
'chromium_revision': 'a12033d4d6716ab856cf01c44e6b87d2d58916f1',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -92,7 +92,7 @@ vars = {
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
'fuchsia_version': 'version:11.20221226.0.1',
'fuchsia_version': 'version:11.20221226.3.1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go
@ -136,7 +136,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@e3bb433e5e322a10218ea84b0fb8e06c338a1fe5',
'url': '{chromium_git}/chromium/src/build.git@4e331315b661d1a4f130e23178f82e9898ee62b4',
'condition': 'not build_with_chromium',
},