Roll Chromium from 08c265691668 to 1ba024edc1fa (394 revisions)

08c2656916..1ba024edc1

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 syoussefi@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: cd7202be2f..9efd36f044
* testing: bdb6d18321..de417f8eec
* third_party/zlib: f8517bd629..4668feaaa4
* tools/mb: dbc6b2dadf..75b1e4b1dd
No update to Clang.

Bug: None
Tbr: syoussefi@google.com
Change-Id: Ifb3356151c8ebd9cd232238b8622f8e7fd8e2448
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2430606
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-09-25 07:00:51 +00:00 коммит произвёл Commit Bot
Родитель 1677cf141d
Коммит 4224b3bbc7
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -28,7 +28,7 @@ vars = {
'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '08c2656916680221c1ed056131f10a7514abe78c',
'chromium_revision': '1ba024edc1faa5c70cd511641bc1e490b6eef636',
# 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@cd7202be2fa4b06d165cf30f787f8cda517e6d0c',
'url': '{chromium_git}/chromium/src/build.git@9efd36f044df2e88f554a7303d7ad25e2b174308',
'condition': 'not build_with_chromium',
},
@ -118,7 +118,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@bdb6d1832136967c77b250d39b6bf32fdb304d52',
'url': '{chromium_git}/chromium/src/testing@de417f8eec485e3eda18615228b3da58b8988c55',
'condition': 'not build_with_chromium',
},
@ -274,7 +274,7 @@ deps = {
},
'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@f8517bd62931d7adb9bcefb0cbe3c2ca5cd8862c',
'url': '{chromium_git}/chromium/src/third_party/zlib@4668feaaa47973a6f9d9f9caeb14cd03731854f1',
'condition': 'not build_with_chromium',
},
@ -314,7 +314,7 @@ deps = {
},
'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@dbc6b2dadffdd12ca0eef39393cdd9840f0d1806',
'url': '{chromium_git}/chromium/src/tools/mb@75b1e4b1dd6255a24d5c956a4cf0e8d1e802fd75',
'condition': 'not build_with_chromium',
},