mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
Roll Chromium from 3b473fe59c6b to 92b28610c8f3 (662 revisions)
3b473fe59c..92b28610c8If 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,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:4cee92ef22..e75405437c* buildtools:f6e67ef3b2..5237ac61e3* testing:7ece0f7260..ff57564628* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..5ddb43f42b * third_party/depot_tools:c7aca34c8e..b8164180d2* third_party/fuchsia-sdk/sdk: version:14.20230818.1.3..version:14.20230826.1.1 * third_party/r8: yG6aCoW-nKG7aqWMZkE1TsvMCxvP7KxJ9PsaRbytuyEC..EubvNlgGEftTjKSDVWoqPEnamR95-ATV-Ei6RhcyvJIC * tools/clang:46d57cd9ee..00a267ce41* tools/mb:3e89e7b60b..533fb78ca6No update to Clang. Bug: None Tbr: ynovikov@google.com Change-Id: Ia6b727a4fc12182bf743d828fe8c64cad6fe6e99 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4816191 Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
This commit is contained in:
committed by
Angle LUCI CQ
parent
0f7c39a2ab
commit
b54b4a893f
20
DEPS
20
DEPS
@@ -45,7 +45,7 @@ vars = {
|
||||
'checkout_angle_mesa': False,
|
||||
|
||||
# Version of Chromium our Chromium-based DEPS are mirrored from.
|
||||
'chromium_revision': '3b473fe59c6bdc35b5a1727e8b0e8dea0fce6301',
|
||||
'chromium_revision': '92b28610c8f3ccf06dfb4179d5f1165c21fbf618',
|
||||
# We never want to checkout chromium,
|
||||
# but need a dummy DEPS entry for the autoroller
|
||||
'dummy_checkout_chromium': False,
|
||||
@@ -90,11 +90,11 @@ 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': '95899ca94864dd5d811a9935e30d0174095eb7aa',
|
||||
'catapult_revision': '5ddb43f42bc8198016740a8e53a9228155a09b3f',
|
||||
|
||||
# the commit queue can handle CLs rolling Fuchsia sdk
|
||||
# and whatever else without interference from each other.
|
||||
'fuchsia_version': 'version:14.20230818.1.3',
|
||||
'fuchsia_version': 'version:14.20230826.1.1',
|
||||
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling luci-go
|
||||
@@ -161,12 +161,12 @@ vars = {
|
||||
deps = {
|
||||
|
||||
'build': {
|
||||
'url': '{chromium_git}/chromium/src/build.git@4cee92ef223b321d4e368556ad0234662e945dc5',
|
||||
'url': '{chromium_git}/chromium/src/build.git@e75405437cf2b8eb63343830b6941d7dc4eed7f7',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'buildtools': {
|
||||
'url': '{chromium_git}/chromium/src/buildtools.git@f6e67ef3b231bb1af3ca9e9c31bf245fec84f63f',
|
||||
'url': '{chromium_git}/chromium/src/buildtools.git@5237ac61e338d284593c3f5d493d3e7b56af59b9',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -220,7 +220,7 @@ deps = {
|
||||
},
|
||||
|
||||
'testing': {
|
||||
'url': '{chromium_git}/chromium/src/testing@7ece0f72601d0bae614137f9f057d4b6f1e8ba83',
|
||||
'url': '{chromium_git}/chromium/src/testing@ff5756462866cc63a95682a0703319c87c49d9a4',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -403,7 +403,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/depot_tools': {
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@c7aca34c8e5fff27dd8424b55ef520de960d0bff',
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@b8164180d2c339940c99db74344c865e67ca064d',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -604,7 +604,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/r8',
|
||||
'version': 'yG6aCoW-nKG7aqWMZkE1TsvMCxvP7KxJ9PsaRbytuyEC',
|
||||
'version': 'EubvNlgGEftTjKSDVWoqPEnamR95-ATV-Ei6RhcyvJIC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -696,7 +696,7 @@ deps = {
|
||||
},
|
||||
|
||||
'tools/clang': {
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@46d57cd9ee2735d190eda6317c1db026412c5c22',
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@00a267ce411cc3c57cea732d9769b444dc6b2145',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -727,7 +727,7 @@ deps = {
|
||||
},
|
||||
|
||||
'tools/mb': {
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@3e89e7b60b6716f51274ff32bb59b1104a84a9f7',
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@533fb78ca623d4638d0681691cf48934d01af6db',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
||||
2
build
2
build
Submodule build updated: 4cee92ef22...e75405437c
Submodule buildtools updated: f6e67ef3b2...5237ac61e3
2
testing
2
testing
Submodule testing updated: 7ece0f7260...ff57564628
2
third_party/catapult
vendored
2
third_party/catapult
vendored
Submodule third_party/catapult updated: 95899ca948...5ddb43f42b
2
third_party/depot_tools
vendored
2
third_party/depot_tools
vendored
Submodule third_party/depot_tools updated: c7aca34c8e...b8164180d2
Submodule tools/clang updated: 46d57cd9ee...00a267ce41
2
tools/mb
2
tools/mb
Submodule tools/mb updated: 3e89e7b60b...533fb78ca6
Reference in New Issue
Block a user