Roll Chromium from 86cb232d2fc2 to eaf61b9c576c (734 revisions)

86cb232d2f..eaf61b9c57

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,cnorthrop@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: 3a0a70c754..bf26514b29
* buildtools: d53d0131e2..b1681a8c6c
* testing: f5159f7d11..96134a476f
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/99f2d536fb..3c4b5cf37f
* third_party/depot_tools: af369d8962..c5505889cf
* third_party/libc++/src: a75061bc37..645470002f
* third_party/libc++abi/src: cb9bef1717..c28dc42f0d
* third_party/libunwind/src: 4027f4521c..1f88fff745
* third_party/r8: qLYuLt4k9raGYbeiaAh3ORseYrHh8pt9WUaeD60Yov4C..w5NK9teKNDuEhU_7rQE8WYwuBzdXA8lVkJwo6VOgWv8C
* third_party/zlib: b1f4a09d6f..fc2715028a
* tools/android: f1c4d9a146..26ace0aa44
* tools/clang: ac34945aad..8709515e87
* tools/mb: 0ce20e9bb6..30749e99ce
* tools/perf: 332226148d..1b7548b361
No update to Clang.

Bug: None
Tbr: cnorthrop@google.com
Change-Id: I92e71cf2e4292541413cb14ef59ba7edce77294a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4891377
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-09-25 07:03:09 +00:00 коммит произвёл Angle LUCI CQ
Родитель 9fc3baf5a1
Коммит 29d0fe5143
14 изменённых файлов: 28 добавлений и 28 удалений

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

@ -45,7 +45,7 @@ vars = {
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '86cb232d2fc2ab7b1291e9907c2ee4c35cad0fae',
'chromium_revision': 'eaf61b9c576c8c1e393732ec2022d5174501fd40',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -90,7 +90,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': '99f2d536fbf0a4b520f6e45de76d5295ea1c8cba',
'catapult_revision': '3c4b5cf37f825a7e13c9fc65f18551f49791399c',
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
@ -161,12 +161,12 @@ vars = {
deps = {
'build': {
'url': Var('chromium_git') + '/chromium/src/build.git@3a0a70c7547778311a462bd42bc582eb623c4bb3',
'url': Var('chromium_git') + '/chromium/src/build.git@bf26514b29020cff8c44274d15ef93cbca74244e',
'condition': 'not build_with_chromium',
},
'buildtools': {
'url': Var('chromium_git') + '/chromium/src/buildtools.git@d53d0131e23baaa66697ce9447e2f572a6169f56',
'url': Var('chromium_git') + '/chromium/src/buildtools.git@b1681a8c6c0ac5aea7c84018b561f24e34f1e895',
'condition': 'not build_with_chromium',
},
@ -220,7 +220,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@f5159f7d1111fe97279e5270b6f505cac630b215',
'url': '{chromium_git}/chromium/src/testing@96134a476f46889f8db063e217cca2fd6badf95f',
'condition': 'not build_with_chromium',
},
@ -403,7 +403,7 @@ deps = {
},
'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@af369d8962d91db619be7cad3cd44a054fac782f',
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@c5505889cf38b44fd841b161d4d2e2776b65f943',
'condition': 'not build_with_chromium',
},
@ -517,17 +517,17 @@ deps = {
},
'third_party/libc++/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@a75061bc37532de8fdb2a1375456f109d4a81346',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@645470002f05eb47f5ec978559b1270e46ce3c72',
'condition': 'not build_with_chromium',
},
'third_party/libc++abi/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@cb9bef17171ce05b36da180629fc41b592a49fba',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@c28dc42f0de7ad91abb9cefc82267114a7de7967',
'condition': 'not build_with_chromium',
},
'third_party/libunwind/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@4027f4521c47e24430537f7b2273106c1a358184',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@1f88fff745d19c33a35647987bfb5d0f070839a8',
'condition': 'not build_with_chromium',
},
@ -604,7 +604,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/r8',
'version': 'qLYuLt4k9raGYbeiaAh3ORseYrHh8pt9WUaeD60Yov4C',
'version': 'w5NK9teKNDuEhU_7rQE8WYwuBzdXA8lVkJwo6VOgWv8C',
},
],
'condition': 'checkout_android and not build_with_chromium',
@ -686,17 +686,17 @@ deps = {
},
'third_party/zlib': {
'url': Var('chromium_git') + '/chromium/src/third_party/zlib@b1f4a09d6f79dc1af1b7247118472558c6186ca7',
'url': Var('chromium_git') + '/chromium/src/third_party/zlib@fc2715028a0d712e2305f7dbc1fe03952afe2b6c',
'condition': 'not build_with_chromium',
},
'tools/android': {
'url': Var('chromium_git') + '/chromium/src/tools/android@f1c4d9a14691b95958fc2d623dc7d4d901c75a01',
'url': Var('chromium_git') + '/chromium/src/tools/android@26ace0aa44d1edcbfc42ddddd1fa3c20db86d689',
'condition': 'checkout_android and not build_with_chromium',
},
'tools/clang': {
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@ac34945aad348140047235e5d821c4b8995a8d47',
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@8709515e87220f27e8c8c2d51042660a17752496',
'condition': 'not build_with_chromium',
},
@ -727,7 +727,7 @@ deps = {
},
'tools/mb': {
'url': Var('chromium_git') + '/chromium/src/tools/mb@0ce20e9bb6c92d14517814f85657f55997d19e2b',
'url': Var('chromium_git') + '/chromium/src/tools/mb@30749e99ce533ae26c6d06129db3dc17e988989d',
'condition': 'not build_with_chromium',
},
@ -742,7 +742,7 @@ deps = {
},
'tools/perf': {
'url': Var('chromium_git') + '/chromium/src/tools/perf@332226148d697d17564a48101e45e49c2f24954c',
'url': Var('chromium_git') + '/chromium/src/tools/perf@1b7548b3613056d527d26b7f7468e7ebd387ac80',
'condition': 'not build_with_chromium',
},

2
build

@ -1 +1 @@
Subproject commit 3a0a70c7547778311a462bd42bc582eb623c4bb3
Subproject commit bf26514b29020cff8c44274d15ef93cbca74244e

@ -1 +1 @@
Subproject commit d53d0131e23baaa66697ce9447e2f572a6169f56
Subproject commit b1681a8c6c0ac5aea7c84018b561f24e34f1e895

@ -1 +1 @@
Subproject commit f5159f7d1111fe97279e5270b6f505cac630b215
Subproject commit 96134a476f46889f8db063e217cca2fd6badf95f

2
third_party/catapult поставляемый

@ -1 +1 @@
Subproject commit 99f2d536fbf0a4b520f6e45de76d5295ea1c8cba
Subproject commit 3c4b5cf37f825a7e13c9fc65f18551f49791399c

2
third_party/depot_tools поставляемый

@ -1 +1 @@
Subproject commit af369d8962d91db619be7cad3cd44a054fac782f
Subproject commit c5505889cf38b44fd841b161d4d2e2776b65f943

2
third_party/libc++/src поставляемый

@ -1 +1 @@
Subproject commit a75061bc37532de8fdb2a1375456f109d4a81346
Subproject commit 645470002f05eb47f5ec978559b1270e46ce3c72

2
third_party/libc++abi/src поставляемый

@ -1 +1 @@
Subproject commit cb9bef17171ce05b36da180629fc41b592a49fba
Subproject commit c28dc42f0de7ad91abb9cefc82267114a7de7967

2
third_party/libunwind/src поставляемый

@ -1 +1 @@
Subproject commit 4027f4521c47e24430537f7b2273106c1a358184
Subproject commit 1f88fff745d19c33a35647987bfb5d0f070839a8

2
third_party/zlib поставляемый

@ -1 +1 @@
Subproject commit b1f4a09d6f79dc1af1b7247118472558c6186ca7
Subproject commit fc2715028a0d712e2305f7dbc1fe03952afe2b6c

@ -1 +1 @@
Subproject commit f1c4d9a14691b95958fc2d623dc7d4d901c75a01
Subproject commit 26ace0aa44d1edcbfc42ddddd1fa3c20db86d689

@ -1 +1 @@
Subproject commit ac34945aad348140047235e5d821c4b8995a8d47
Subproject commit 8709515e87220f27e8c8c2d51042660a17752496

@ -1 +1 @@
Subproject commit 0ce20e9bb6c92d14517814f85657f55997d19e2b
Subproject commit 30749e99ce533ae26c6d06129db3dc17e988989d

@ -1 +1 @@
Subproject commit 332226148d697d17564a48101e45e49c2f24954c
Subproject commit 1b7548b3613056d527d26b7f7468e7ebd387ac80