Roll Chromium from e02e8b371308 to aba6331a18cb (134 revisions)

e02e8b3713..aba6331a18

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 jonahr@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: ffd4756efa..7dcf5f0e82
* testing: cba08c42d7..767dddd781
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3f5c581d3b
No update to Clang.

Bug: None
Tbr: jonahr@google.com
Change-Id: I1aafc49da55631bc5ade1dc673a5ac50015bc3bf
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2605988
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 2020-12-29 07:01:32 +00:00 коммит произвёл Commit Bot
Родитель 220642a93d
Коммит 095fd1d3ad
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': 'e02e8b371308f4cc59713271428c2f95fbd0c354',
'chromium_revision': 'aba6331a18cb9355a59900526a8f171fc2389a0e',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -76,7 +76,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@ffd4756efa45cc94ba27cb896badb29444c8c641',
'url': '{chromium_git}/chromium/src/build.git@7dcf5f0e82f1eef7ddf76061d77c5beffc6b74d5',
'condition': 'not build_with_chromium',
},
@ -86,7 +86,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@cba08c42d7e0fe8d717476d854c59b590bd18679',
'url': '{chromium_git}/chromium/src/testing@767dddd781b48ed45f26cb67bee5d7540555cd78',
'condition': 'not build_with_chromium',
},