Roll Chromium from c661891ca003 to 459a6b238bc8 (608 revisions)

c661891ca0..459a6b238b

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: 1a25429fe3..4420c4de06
* buildtools/linux64: git_revision:cc56a0f98bb34accd5323316e0292575ff17a5d4..git_revision:991530ce394efb58fcd848195469022fa17ae126
* buildtools/mac: git_revision:cc56a0f98bb34accd5323316e0292575ff17a5d4..git_revision:991530ce394efb58fcd848195469022fa17ae126
* buildtools/win: git_revision:cc56a0f98bb34accd5323316e0292575ff17a5d4..git_revision:991530ce394efb58fcd848195469022fa17ae126
* testing: ce02ccbb6e..f79e60f037
* third_party/android_sdk: ff414082cc..7ebbd1ea9b
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4ca9d0910a..ddbdff3f20
* third_party/depot_tools: 8babcb7e2e..bcba178212
* third_party/libc++abi/src: d5209a75b3..d3ed8c086c
* third_party/libunwind/src: 0568576055..d9b4abf6b6
* third_party/r8: fR4aBtFTaohfSjV_Y54-1MC5dV2cTK7iZrFUiGoVivgC..oP1tOCigL9cN6j-dfqmgRtMV5zOSZQ2IgaG11GSyNP0C
* third_party/siso: git_revision:d967f854b8fcd36e484df1b6677fb003a8f48a8b..git_revision:412571deccd76eb54f681963ca14e13c3efc63e1
* tools/android: 438abc2caa..4bead2e08b
* tools/mb: bea2565145..18e77c0dbd
No update to Clang.

Bug: angleproject:8315
Tbr: ianelliott@google.com
Change-Id: Ica0a5bc156efd51b6b8ea07c28113944b15a40f3
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4860376
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
angle-autoroll 2023-09-13 08:05:26 +00:00 коммит произвёл Angle LUCI CQ
Родитель e1b80fac8b
Коммит b4848e85b6
12 изменённых файлов: 42 добавлений и 42 удалений

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

@ -45,7 +45,7 @@ vars = {
'checkout_angle_mesa': False, 'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'c661891ca003400900e284f8eaca5828f2131464', 'chromium_revision': '459a6b238bc88a52c73cf5f39546491edbab6534',
# We never want to checkout chromium, # We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller # but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False, 'dummy_checkout_chromium': False,
@ -90,7 +90,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': '4ca9d0910a7d1fe1dbdf67c62c5753f36ba995cd', 'catapult_revision': 'ddbdff3f2072e0fc960bc94d513759a8c45c2967',
# the commit queue can handle CLs rolling Fuchsia sdk # the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other. # and whatever else without interference from each other.
@ -151,7 +151,7 @@ vars = {
'reclient_version': 're_client_version:0.114.2.81e819b-gomaip', 'reclient_version': 're_client_version:0.114.2.81e819b-gomaip',
# siso CIPD package version. # siso CIPD package version.
'siso_version': 'git_revision:d967f854b8fcd36e484df1b6677fb003a8f48a8b', 'siso_version': 'git_revision:412571deccd76eb54f681963ca14e13c3efc63e1',
# 'magic' text to tell depot_tools that git submodules should be accepted but # 'magic' text to tell depot_tools that git submodules should be accepted but
# but parity with DEPS file is expected. # but parity with DEPS file is expected.
@ -161,7 +161,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': Var('chromium_git') + '/chromium/src/build.git@1a25429fe387b16852cc3df666cea09052db2645', 'url': Var('chromium_git') + '/chromium/src/build.git@4420c4de066ae0be84ca24c31006727526953aef',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
@ -179,7 +179,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'gn/gn/linux-${{arch}}', 'package': 'gn/gn/linux-${{arch}}',
'version': 'git_revision:cc56a0f98bb34accd5323316e0292575ff17a5d4', 'version': 'git_revision:991530ce394efb58fcd848195469022fa17ae126',
} }
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
@ -190,7 +190,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'gn/gn/mac-${{arch}}', 'package': 'gn/gn/mac-${{arch}}',
'version': 'git_revision:cc56a0f98bb34accd5323316e0292575ff17a5d4', 'version': 'git_revision:991530ce394efb58fcd848195469022fa17ae126',
} }
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
@ -212,7 +212,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'gn/gn/windows-amd64', 'package': 'gn/gn/windows-amd64',
'version': 'git_revision:cc56a0f98bb34accd5323316e0292575ff17a5d4', 'version': 'git_revision:991530ce394efb58fcd848195469022fa17ae126',
} }
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
@ -220,7 +220,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@ce02ccbb6e97ae08d6ca901e28de6bc23fe44e30', 'url': '{chromium_git}/chromium/src/testing@f79e60f0377fab380513bbd7a552a27acee1d021',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
@ -311,7 +311,7 @@ deps = {
}, },
'third_party/android_sdk': { 'third_party/android_sdk': {
'url': Var('chromium_git') + '/chromium/src/third_party/android_sdk@ff414082cc7b1f83c244ee8d8255ef2170d050a6', 'url': Var('chromium_git') + '/chromium/src/third_party/android_sdk@7ebbd1ea9b4e78961b9b596e3f31f35f0e484904',
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and not build_with_chromium',
}, },
@ -403,7 +403,7 @@ deps = {
}, },
'third_party/depot_tools': { 'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@8babcb7e2ec9ffe4e0394a66378423242dd66e6c', 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@bcba1782123e426901b0e436edf1c444ae5aeb70',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
@ -522,12 +522,12 @@ deps = {
}, },
'third_party/libc++abi/src': { 'third_party/libc++abi/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@d5209a75b32df30ce604860a89b1539072ea605e', 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@d3ed8c086cbe4db38cd0acaf51844a156c0e82a9',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'third_party/libunwind/src': { 'third_party/libunwind/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@056857605576ac13534c972ff563d62aa7ff4275', 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@d9b4abf6b6c3e4541766df4eedaf534ed1322a8e',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
@ -604,7 +604,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/r8', 'package': 'chromium/third_party/r8',
'version': 'fR4aBtFTaohfSjV_Y54-1MC5dV2cTK7iZrFUiGoVivgC', 'version': 'oP1tOCigL9cN6j-dfqmgRtMV5zOSZQ2IgaG11GSyNP0C',
}, },
], ],
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and not build_with_chromium',
@ -691,7 +691,7 @@ deps = {
}, },
'tools/android': { 'tools/android': {
'url': Var('chromium_git') + '/chromium/src/tools/android@438abc2caadecb356e0c2f49878e1f5b8d898a94', 'url': Var('chromium_git') + '/chromium/src/tools/android@4bead2e08bd2ea16b6cbdddc8c6f32a65956eb6b',
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and not build_with_chromium',
}, },
@ -727,7 +727,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': Var('chromium_git') + '/chromium/src/tools/mb@bea25651453b8aa351244310ba34f44d97014533', 'url': Var('chromium_git') + '/chromium/src/tools/mb@18e77c0dbda65036dadeae0d6c0d3a9ccd93f38a',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },

2
build

@ -1 +1 @@
Subproject commit 1a25429fe387b16852cc3df666cea09052db2645 Subproject commit 4420c4de066ae0be84ca24c31006727526953aef

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

@ -3991,7 +3991,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
@ -4015,7 +4015,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
@ -4040,7 +4040,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
@ -4065,7 +4065,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
@ -4090,7 +4090,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@ -4116,7 +4116,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@ -4142,7 +4142,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@ -4164,7 +4164,7 @@
"display_attached": "1", "display_attached": "1",
"gpu": "1002:67ef", "gpu": "1002:67ef",
"hidpi": "1", "hidpi": "1",
"os": "Mac-13.2.1|Mac-13.5", "os": "Mac-13.5",
"pool": "chromium.tests.gpu" "pool": "chromium.tests.gpu"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
@ -4195,7 +4195,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
}, },
@ -4217,7 +4217,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
}, },
@ -4240,7 +4240,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
}, },
@ -4263,7 +4263,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
}, },
@ -4286,7 +4286,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2 "shards": 2
@ -4310,7 +4310,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2 "shards": 2
@ -4334,7 +4334,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2 "shards": 2
@ -4354,7 +4354,7 @@
"cpu": "x86-64", "cpu": "x86-64",
"display_attached": "1", "display_attached": "1",
"gpu": "8086:3e9b", "gpu": "8086:3e9b",
"os": "Mac-13.3.1|Mac-13.5" "os": "Mac-13.5"
}, },
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
}, },

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

@ -42,7 +42,7 @@
'mac_mini_intel_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64', 'mac_mini_intel_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1', 'display_attached': '1',
'gpu': '8086:3e9b', 'gpu': '8086:3e9b',
'os': 'Mac-13.3.1|Mac-13.5'}}}, 'os': 'Mac-13.5'}}},
'mac_retina_amd_gpu_experimental': { 'swarming': { 'dimensions': { 'cpu': 'x86-64', 'mac_retina_amd_gpu_experimental': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1', 'display_attached': '1',
'gpu': '1002:67ef', 'gpu': '1002:67ef',
@ -53,7 +53,7 @@
'display_attached': '1', 'display_attached': '1',
'gpu': '1002:67ef', 'gpu': '1002:67ef',
'hidpi': '1', 'hidpi': '1',
'os': 'Mac-13.2.1|Mac-13.5', 'os': 'Mac-13.5',
'pool': 'chromium.tests.gpu'}}}, 'pool': 'chromium.tests.gpu'}}},
'mac_retina_nvidia_gpu_experimental': { 'swarming': { 'dimensions': { 'cpu': 'x86-64', 'mac_retina_nvidia_gpu_experimental': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1', 'display_attached': '1',

@ -1 +1 @@
Subproject commit ce02ccbb6e97ae08d6ca901e28de6bc23fe44e30 Subproject commit f79e60f0377fab380513bbd7a552a27acee1d021

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

@ -1 +1 @@
Subproject commit ff414082cc7b1f83c244ee8d8255ef2170d050a6 Subproject commit 7ebbd1ea9b4e78961b9b596e3f31f35f0e484904

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

@ -1 +1 @@
Subproject commit 4ca9d0910a7d1fe1dbdf67c62c5753f36ba995cd Subproject commit ddbdff3f2072e0fc960bc94d513759a8c45c2967

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

@ -1 +1 @@
Subproject commit 8babcb7e2ec9ffe4e0394a66378423242dd66e6c Subproject commit bcba1782123e426901b0e436edf1c444ae5aeb70

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

@ -1 +1 @@
Subproject commit d5209a75b32df30ce604860a89b1539072ea605e Subproject commit d3ed8c086cbe4db38cd0acaf51844a156c0e82a9

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

@ -1 +1 @@
Subproject commit 056857605576ac13534c972ff563d62aa7ff4275 Subproject commit d9b4abf6b6c3e4541766df4eedaf534ed1322a8e

@ -1 +1 @@
Subproject commit 438abc2caadecb356e0c2f49878e1f5b8d898a94 Subproject commit 4bead2e08bd2ea16b6cbdddc8c6f32a65956eb6b

@ -1 +1 @@
Subproject commit bea25651453b8aa351244310ba34f44d97014533 Subproject commit 18e77c0dbda65036dadeae0d6c0d3a9ccd93f38a