Roll Chromium from c764378a1f24 to 70ce2f66c417 (145 revisions)

c764378a1f..70ce2f66c4

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 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: 5a7d122c22..97d5e5fa8c
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..1227b26f32
No update to Clang.

Bug: None
Tbr: cnorthrop@google.com
Change-Id: I1e4e8bd1ceba46182520f6dfed852aaf60671e7a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3362926
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
angle-autoroll 2021-12-31 07:01:11 +00:00 коммит произвёл Angle LUCI CQ
Родитель 9aca4285f8
Коммит 39810def0b
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -34,7 +34,7 @@ vars = {
'checkout_android_native_support': 'checkout_android or checkout_chromeos',
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'c764378a1f248a7f61a5bd247cd2540fd4e9f2de',
'chromium_revision': '70ce2f66c417e183b8caf64ffc7494e11c40e7b5',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -79,7 +79,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': 'f57af59eeda216ebe3e9dc3d695b02d4a3dfe486',
'catapult_revision': '1227b26f3260494ce81f0d0180b2b084ba211f6d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go
@ -119,7 +119,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@5a7d122c228e3f72ad81475dd7ab751f0637769c',
'url': '{chromium_git}/chromium/src/build.git@97d5e5fa8cbd4011f94a21d75eb5d7b14f96b134',
'condition': 'not build_with_chromium',
},