Roll Chromium from 090102a7065c to 77bfcdcde874 (466 revisions)

090102a706..77bfcdcde8

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 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: d058068a4b..f12b0ac8bf
* testing: 17295a5c35..26fd14f32d
* tools/mb: 7054864146..ed409570c0
No update to Clang.

Bug: None
Tbr: timvp@google.com
Change-Id: Ib54c76f7997a6cac606d68532fd67cd98ad7a59c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2462165
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-10-09 07:00:12 +00:00 коммит произвёл Commit Bot
Родитель e078093198
Коммит fc8f5e0ae3
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -28,7 +28,7 @@ vars = {
'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '090102a7065ce5db535eae4f505b007be8baedfe',
'chromium_revision': '77bfcdcde87495c36a66e09596ea753daefa5ebb',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -108,7 +108,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@d058068a4bcf3c0c916c96969d588bb992c58ae7',
'url': '{chromium_git}/chromium/src/build.git@f12b0ac8bffb0b9add545b1e38efdcafedcf0278',
'condition': 'not build_with_chromium',
},
@ -118,7 +118,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@17295a5c35d8a0c0ceaa58e8053ff23c869d8c88',
'url': '{chromium_git}/chromium/src/testing@26fd14f32da42a680324f1c9bb136f3101f6c3f0',
'condition': 'not build_with_chromium',
},
@ -314,7 +314,7 @@ deps = {
},
'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@705486414676197eb6632f4980794e9aa2eff2bc',
'url': '{chromium_git}/chromium/src/tools/mb@ed409570c0805bc2af68c77b1dacbc596c8ba92d',
'condition': 'not build_with_chromium',
},