Roll Chromium from aad7c6da636e to 069f9924f967 (323 revisions)

aad7c6da63..069f9924f9

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,solti@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: 299a7340e9..d84d377912
* buildtools/third_party/libc++abi/trunk: 5c8dbff7a4..b2e8ad2755
* testing: ab736e5617..5a1c842201
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..dfd78540ae
* third_party/depot_tools: 05ab73be51..79f13899e6
* third_party/zlib: 0cf42a2592..982b036a25
* tools/mb: b86e044e91..3349b8beaf
* tools/perf: c2b6d8fd90..7e90957c04
No update to Clang.

Bug: None
Tbr: solti@google.com
Change-Id: I03890098a3473ed6afcf2b3c023a7a9ed2ae88e0
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4577889
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-06-01 07:00:14 +00:00
committed by Angle LUCI CQ
parent b0e9bbd79f
commit 7692365a61

18
DEPS
View File

@@ -43,7 +43,7 @@ vars = {
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'aad7c6da636eab45e166d225aa7672038d2b8fca',
'chromium_revision': '069f9924f9673fb69a232fc3156d3ff6a9b78817',
# 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': '9f3ef9c2eae9b1adabde88efe5dcc438ba76e205',
'catapult_revision': 'dfd78540ae99b3f753f8e250abd5e9be240b0053',
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
@@ -140,7 +140,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@299a7340e9b0e68272ba848d87be78945bbc7099',
'url': '{chromium_git}/chromium/src/build.git@d84d377912c657ed85cd3124245aaafafa5c5e39',
'condition': 'not build_with_chromium',
},
@@ -182,7 +182,7 @@ deps = {
},
'buildtools/third_party/libc++abi/trunk': {
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@5c8dbff7a4911fe1e0af0bc1628891e4187a3c90',
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@b2e8ad2755f15556a2e93b500db665c25409b95e',
'condition': 'not build_with_chromium',
},
@@ -203,7 +203,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@ab736e5617b99505b5052385d96bccd40dea760d',
'url': '{chromium_git}/chromium/src/testing@5a1c842201e473420d66f47c7bb5891240a3b754',
'condition': 'not build_with_chromium',
},
@@ -385,7 +385,7 @@ deps = {
},
'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@05ab73be51774f098eb580eda6e96a49e1010b1b',
'url': '{chromium_git}/chromium/tools/depot_tools.git@79f13899e6a718f6b4ab526fc5b4dcd547f90bbe',
'condition': 'not build_with_chromium',
},
@@ -664,7 +664,7 @@ deps = {
},
'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@0cf42a25928471256649733bbc561c564becf1af',
'url': '{chromium_git}/chromium/src/third_party/zlib@982b036a257e63240142358a0fce0dbfdd40d9cb',
'condition': 'not build_with_chromium',
},
@@ -705,7 +705,7 @@ deps = {
},
'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@b86e044e91ab6668553a3bc4491566386e8b950b',
'url': '{chromium_git}/chromium/src/tools/mb@3349b8beafd36f318085993ef15f1f2adf824915',
'condition': 'not build_with_chromium',
},
@@ -720,7 +720,7 @@ deps = {
},
'tools/perf': {
'url': '{chromium_git}/chromium/src/tools/perf@c2b6d8fd90e1930dc197418712bf61c46655c5c7',
'url': '{chromium_git}/chromium/src/tools/perf@7e90957c04c67f9d0dae241e0b8f49fe3aaef8bf',
'condition': 'not build_with_chromium',
},