Roll Chromium from c32f123be7eb to 3c01a5c3bc2f (107 revisions)

c32f123be7..3c01a5c3bc

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 jmadill@google.com,ynovikov@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: e9d82df111..e5b74ea1b0
* testing: e14b3c2330..82dc0f8608
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..ec5b008938
* third_party/depot_tools: 2ca0f52443..ffeef9001e
No update to Clang.

Bug: None
Tbr: jmadill@google.com,ynovikov@google.com
Change-Id: I1da447ea3d78ceef7ea7c599dd0c47be6333a732
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3572978
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 2022-04-06 04:49:54 +00:00 коммит произвёл Angle LUCI CQ
Родитель bac8915c5d
Коммит ff9bd35d9e
1 изменённых файлов: 5 добавлений и 5 удалений

10
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': 'c32f123be7eb4ea35bd17e18ea06988170a22ebf',
'chromium_revision': '3c01a5c3bc2f299fc17e5ef8ef345c129d98b504',
# 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': '3d369206ad980b65e0ac9f5a75711366d8bd0ed0',
'catapult_revision': 'ec5b00893893ed726e7ab9e2ac189899fe198572',
# 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@e9d82df1116c6bba735aa795644cedf93ed40fcd',
'url': '{chromium_git}/chromium/src/build.git@e5b74ea1b04eb727aea87949783f1a990cb05ff8',
'condition': 'not build_with_chromium',
},
@ -182,7 +182,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@e14b3c233055cca4fcddaa3df5cb9c84e992d368',
'url': '{chromium_git}/chromium/src/testing@82dc0f8608b0589835fc5411e5fd800a1fea9057',
'condition': 'not build_with_chromium',
},
@ -332,7 +332,7 @@ deps = {
},
'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@2ca0f524434a3b0a1f0268b73fe4b4590d95f20b',
'url': '{chromium_git}/chromium/tools/depot_tools.git@ffeef9001edb33e16e6a72db746cdb8d2cf6c568',
'condition': 'not build_with_chromium',
},