Roll Chromium from 96802d0bdfdd to 8a1e61637248 (514 revisions)

96802d0bdf..8a1e616372

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 angle-team@google.com,ianelliott@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: 6b59eb95c1..194f8687fe
* buildtools: f11186bf34..1cc82962cb
* testing: b4958339ec..11876f21fd
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..7d7df42f80
* third_party/depot_tools: 4303140531..247429efd9
* tools/android: f37f647574..7b20bcffe9
* tools/clang: 50358e9b66..eaa6ca74e2
No update to Clang.

Bug: None
Tbr: ianelliott@google.com
Change-Id: I28cf76358fda84b7e4df0cf18c344821adec4fbf
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4674826
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
2023-07-10 07:01:37 +00:00
committed by Angle LUCI CQ
parent 6ee402f6c1
commit 5d3ca3bada

16
DEPS
View File

@@ -43,7 +43,7 @@ vars = {
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '96802d0bdfddec092ebba038823fb280839df03e',
'chromium_revision': '8a1e616372489feacddce031d5cca32d7e763218',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@@ -88,7 +88,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': '451fa58bf6beeb5d2fc59912230fdd7e26275ecf',
'catapult_revision': '7d7df42f80f3cc0794555e937c56cd62771bbc4a',
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
@@ -140,12 +140,12 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@6b59eb95c16974acb813c04fa638a790fca62d08',
'url': '{chromium_git}/chromium/src/build.git@194f8687fe2afcd97b2109a4ef3d4e47f4db3f2e',
'condition': 'not build_with_chromium',
},
'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@f11186bf34951052edaf91832b77767109d4b301',
'url': '{chromium_git}/chromium/src/buildtools.git@1cc82962cb50a35f6008b25a165782c568edac27',
'condition': 'not build_with_chromium',
},
@@ -203,7 +203,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@b4958339ecf8908f13725713ae7444d54ef90e64',
'url': '{chromium_git}/chromium/src/testing@11876f21fd807e0249dc60074827b9b68b54611a',
'condition': 'not build_with_chromium',
},
@@ -391,7 +391,7 @@ deps = {
},
'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@4303140531212c351f8216b1eafcbd12bf7fd371',
'url': '{chromium_git}/chromium/tools/depot_tools.git@247429efd9e04d492ff5fe756818661d7feb7889',
'condition': 'not build_with_chromium',
},
@@ -653,12 +653,12 @@ deps = {
},
'tools/android': {
'url': '{chromium_git}/chromium/src/tools/android@f37f647574da6399c0ae09af9a46f84e3526ae35',
'url': '{chromium_git}/chromium/src/tools/android@7b20bcffe912e685fd83e6fe38cdf6bf912a4a61',
'condition': 'checkout_android and not build_with_chromium',
},
'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@50358e9b66c22540954585c1b8df092d69eeb7f0',
'url': '{chromium_git}/chromium/src/tools/clang.git@eaa6ca74e256b49db0d0cc359f1065b3b1659bd3',
'condition': 'not build_with_chromium',
},