mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
Manual roll Chromium from e506ce09bac4 to 96802d0bdfdd (1526 revisions)
Manual roll requested by ynovikov@google.come506ce09ba..96802d0bdfIf 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,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:f87ccdf42a..6b59eb95c1* buildtools:6d00f8d8c5..f11186bf34* buildtools/linux64: git_revision:da5fe01bce4ae84b2619caca7a3aa7ec7d3eb8a7..git_revision:1de45d1a11cc9f8cb5c75a031386151e1c384847 * buildtools/mac: git_revision:da5fe01bce4ae84b2619caca7a3aa7ec7d3eb8a7..git_revision:1de45d1a11cc9f8cb5c75a031386151e1c384847 * buildtools/win: git_revision:da5fe01bce4ae84b2619caca7a3aa7ec7d3eb8a7..git_revision:1de45d1a11cc9f8cb5c75a031386151e1c384847 * testing:ac3cb62a5a..b4958339ec* third_party/abseil-cpp:b5862634ee..ae5ee2a38f* third_party/android_build_tools:4cb10f1315..fa6fe66454* third_party/android_build_tools/lint: DjoXGsdMeTwnppye9Nwe5ozhXIqKyJQDzgb0nTFH8SAC..z1zqFkwGcjud6JnSJ-81QiOYgD-OlvkQg5Fgt_gHwtoC * third_party/android_build_tools/manifest_merger: MN3CF2GQ8xeB6obj4qf5J6l15-NoA43u4__RQTTe8I4C..oD5bP72e45KzyT-yHx9yFfQcqpEfOUERdpMaR7rkTRcC * third_party/android_deps:36fd99b5ae..6514de5457* third_party/android_platform:a72ec125fa..4b4eee2d24* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..451fa58bf6 * third_party/depot_tools:872ac9bd3d..4303140531* third_party/ijar:19617929c3..e2247b3708* third_party/kotlin_stdlib: bhkmCcKzQ5IXUsDnWkRfouPfdzzyrgw40PUzRvArrGEC..Z1gsqhL967kFQecxKrRwXHbl-vwQjpv0l7PMUZ0EVO8C * third_party/markupsafe:13f4e8c9e2..006709ba3e* third_party/protobuf:678d565421..c468546c25* third_party/r8: vw5kLlW3-suSlCKSO9OQpFWpR8oDnvQ8k1RgKNUapQYC..FxcKKMhpNz8EQC9ZdDwB64ZzLm1VrWw21A_m20AOKaAC * third_party/zlib:f999826d2d..7eff33bc00* tools/android:39d4cc4ec8..f37f647574* tools/clang:75c7faf556..50358e9b66* tools/mb:33899440a1..21264809df* tools/memory:57b3b9e7c0..9a047fd494* tools/perf:159b3b88fd..4b4a958480Clang version changed llvmorg-17-init-12166-g7586aeab:llvmorg-17-init-16420-g0c545a44 Details:75c7faf556..50358e9b66/scripts/update.py Bug: None Tbr: ianelliott@google.com,ynovikov@google.com Change-Id: I6af984fb327e9b028cb3d48b89be73676192ba1c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4672995 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:
committed by
Angle LUCI CQ
parent
9cd1205f2e
commit
f9b1659317
66
DEPS
66
DEPS
@@ -43,7 +43,7 @@ vars = {
|
||||
'checkout_angle_mesa': False,
|
||||
|
||||
# Version of Chromium our Chromium-based DEPS are mirrored from.
|
||||
'chromium_revision': 'e506ce09bac4691b3bde706b4f638c3fe6a5f986',
|
||||
'chromium_revision': '96802d0bdfddec092ebba038823fb280839df03e',
|
||||
# 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': '48b31edbfc9ec5fca3682df87bcadbf18e1cd31f',
|
||||
'catapult_revision': '451fa58bf6beeb5d2fc59912230fdd7e26275ecf',
|
||||
|
||||
# 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@f87ccdf42a002ec297c5906791302eb3999353c5',
|
||||
'url': '{chromium_git}/chromium/src/build.git@6b59eb95c16974acb813c04fa638a790fca62d08',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'buildtools': {
|
||||
'url': '{chromium_git}/chromium/src/buildtools.git@6d00f8d8c5e004b906fb8d6fbf7421da28935798',
|
||||
'url': '{chromium_git}/chromium/src/buildtools.git@f11186bf34951052edaf91832b77767109d4b301',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -158,7 +158,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'gn/gn/linux-${{arch}}',
|
||||
'version': 'git_revision:da5fe01bce4ae84b2619caca7a3aa7ec7d3eb8a7',
|
||||
'version': 'git_revision:1de45d1a11cc9f8cb5c75a031386151e1c384847',
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
@@ -169,7 +169,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'gn/gn/mac-${{arch}}',
|
||||
'version': 'git_revision:da5fe01bce4ae84b2619caca7a3aa7ec7d3eb8a7',
|
||||
'version': 'git_revision:1de45d1a11cc9f8cb5c75a031386151e1c384847',
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
@@ -195,7 +195,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'gn/gn/windows-amd64',
|
||||
'version': 'git_revision:da5fe01bce4ae84b2619caca7a3aa7ec7d3eb8a7',
|
||||
'version': 'git_revision:1de45d1a11cc9f8cb5c75a031386151e1c384847',
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
@@ -203,17 +203,17 @@ deps = {
|
||||
},
|
||||
|
||||
'testing': {
|
||||
'url': '{chromium_git}/chromium/src/testing@ac3cb62a5ab09eb0de75445811ccc57fcdacfff4',
|
||||
'url': '{chromium_git}/chromium/src/testing@b4958339ecf8908f13725713ae7444d54ef90e64',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'third_party/abseil-cpp': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@b5862634ee8241c5d54b9152e814ec5357e1d2e6',
|
||||
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@ae5ee2a38fc234109fb54e3845e6b427667406b8',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'third_party/android_build_tools': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/android_build_tools@4cb10f1315af33267265a92c79bbe891e7913e5f',
|
||||
'url': '{chromium_git}/chromium/src/third_party/android_build_tools@fa6fe66454bb025777b475552ff6e9f44383bf48',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -254,7 +254,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_build_tools/lint',
|
||||
'version': 'DjoXGsdMeTwnppye9Nwe5ozhXIqKyJQDzgb0nTFH8SAC',
|
||||
'version': 'z1zqFkwGcjud6JnSJ-81QiOYgD-OlvkQg5Fgt_gHwtoC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -265,7 +265,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_build_tools/manifest_merger',
|
||||
'version': 'MN3CF2GQ8xeB6obj4qf5J6l15-NoA43u4__RQTTe8I4C',
|
||||
'version': 'oD5bP72e45KzyT-yHx9yFfQcqpEfOUERdpMaR7rkTRcC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -273,7 +273,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/android_deps': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/android_deps@36fd99b5ae6e87d707abda27557521dbb40fbecb',
|
||||
'url': '{chromium_git}/chromium/src/third_party/android_deps@6514de545702e64c9aeb7e2d6a715b0af695794b',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -289,7 +289,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/android_platform': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/android_platform@a72ec125fae7ab32bdd76f9de3bb3fa89436ea28',
|
||||
'url': '{chromium_git}/chromium/src/third_party/android_platform@4b4eee2d24ec8002602e1b82d63a586d46507501',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -391,7 +391,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/depot_tools': {
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@872ac9bd3d35f171a543731bfac1c8597518184e',
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@4303140531212c351f8216b1eafcbd12bf7fd371',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -440,7 +440,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/ijar': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/ijar@19617929c396dbcdd0de5b6d57dd5367e941d58e',
|
||||
'url': '{chromium_git}/chromium/src/third_party/ijar@e2247b3708c23a7b5c02438f9e5c8f588623cc6a',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -448,7 +448,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/kotlin_stdlib',
|
||||
'version': 'bhkmCcKzQ5IXUsDnWkRfouPfdzzyrgw40PUzRvArrGEC',
|
||||
'version': 'Z1gsqhL967kFQecxKrRwXHbl-vwQjpv0l7PMUZ0EVO8C',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -505,7 +505,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/markupsafe': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/markupsafe@13f4e8c9e206567eeb13bf585406ddc574005748',
|
||||
'url': '{chromium_git}/chromium/src/third_party/markupsafe@006709ba3ed87660a17bd4548c45663628f5ed85',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -564,7 +564,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/protobuf': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/protobuf@678d565421d84f79ea7a8fca96f6d239c6bb9c29',
|
||||
'url': '{chromium_git}/chromium/src/third_party/protobuf@c468546c254deb255e794d043fe5ea7a39973f0f',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -577,7 +577,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/r8',
|
||||
'version': 'vw5kLlW3-suSlCKSO9OQpFWpR8oDnvQ8k1RgKNUapQYC',
|
||||
'version': 'FxcKKMhpNz8EQC9ZdDwB64ZzLm1VrWw21A_m20AOKaAC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -648,17 +648,17 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/zlib': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/zlib@f999826d2db966ed3288192360f2d8f1b7f502b3',
|
||||
'url': '{chromium_git}/chromium/src/third_party/zlib@7eff33bc00be3e2ddb55a94991689fad9dcbe85d',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'tools/android': {
|
||||
'url': '{chromium_git}/chromium/src/tools/android@39d4cc4ec88a1ac75f48e37fad65eaf0924bc89e',
|
||||
'url': '{chromium_git}/chromium/src/tools/android@f37f647574da6399c0ae09af9a46f84e3526ae35',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
'tools/clang': {
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@75c7faf55603c3ced48829d6f122e9719ff168e0',
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@50358e9b66c22540954585c1b8df092d69eeb7f0',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -689,7 +689,7 @@ deps = {
|
||||
},
|
||||
|
||||
'tools/mb': {
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@33899440a12e9bb583408542b893f758b9aef728',
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@21264809dfccdeb13e643c2862610dbbd5297d1b',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -699,12 +699,12 @@ deps = {
|
||||
},
|
||||
|
||||
'tools/memory': {
|
||||
'url': '{chromium_git}/chromium/src/tools/memory@57b3b9e7c02f603108007e8a29d2015835d40d13',
|
||||
'url': '{chromium_git}/chromium/src/tools/memory@9a047fd494174b132f98527807800bb34a4b6ff8',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'tools/perf': {
|
||||
'url': '{chromium_git}/chromium/src/tools/perf@159b3b88fd1e69d4e1e23e0b1f081b07781214af',
|
||||
'url': '{chromium_git}/chromium/src/tools/perf@4b4a958480448d691bddf9e22bd3d28feaf32bc9',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -4344,7 +4344,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_squareup_okio_okio_jvm',
|
||||
'version': 'version:2@3.0.0.cr1',
|
||||
'version': 'version:2@3.3.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -4355,7 +4355,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_squareup_wire_wire_runtime_jvm',
|
||||
'version': 'version:2@4.5.1.cr1',
|
||||
'version': 'version:2@4.7.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -4487,7 +4487,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy',
|
||||
'version': 'version:2@1.14.4.cr1',
|
||||
'version': 'version:2@1.14.5.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -4498,7 +4498,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/net_bytebuddy_byte_buddy_agent',
|
||||
'version': 'version:2@1.14.4.cr1',
|
||||
'version': 'version:2@1.14.5.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -4707,7 +4707,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_android',
|
||||
'version': 'version:2@5.3.1.cr1',
|
||||
'version': 'version:2@5.4.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -4718,7 +4718,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_core',
|
||||
'version': 'version:2@5.3.1.cr1',
|
||||
'version': 'version:2@5.4.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -4729,7 +4729,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/org_mockito_mockito_subclass',
|
||||
'version': 'version:2@5.3.1.cr1',
|
||||
'version': 'version:2@5.4.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
|
||||
Reference in New Issue
Block a user