Roll Chromium from 29d2d6a2d436 to 193bb22c8c9d (106 revisions)

29d2d6a2d4..193bb22c8c

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 timvp@google.com,borenet@google.com on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md

Changed dependencies
* build: d1a74631f6..8874a0a063
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..12607ec3c9
No update to Clang.

Bug: None
Tbr: timvp@google.com,borenet@google.com
Change-Id: I6c7a3edf824f7bad503b627bb8198748e81692a2
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2621713
Reviewed-by: 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 2021-01-11 14:52:34 +00:00 коммит произвёл Commit Bot
Родитель c600e47812
Коммит 49d291065f
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -20,7 +20,7 @@ vars = {
'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '29d2d6a2d436015f1b9c06b78cbc3353c1f516d2',
'chromium_revision': '193bb22c8c9dcc29bb05196f8cb0acf0284ca4fb',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -65,7 +65,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': 'e174329bab1589f8df20965fcb9dde4428673a64',
'catapult_revision': '12607ec3c98d43259369d7ce29f6ff490ee816f0',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go
@ -76,7 +76,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@d1a74631f6fa60b3cc034b94a851172260e8e7cd',
'url': '{chromium_git}/chromium/src/build.git@8874a0a063d0239325ecc6a6124f4e665e30b79d',
'condition': 'not build_with_chromium',
},