Roll Chromium from d666676e2702 to 840fab92609d (514 revisions)

d666676e27..840fab9260

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 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: 83e1eefbf9..b651c3285d
* buildtools/third_party/libunwind/trunk: a281fd3d4c..0f447a3138
* testing: c70310ef4a..9044f53831
* third_party/abseil-cpp: 8ccce98a2e..db126cca75
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..dbf853603c
* third_party/depot_tools: fc79a33466..98be56f2e0
* third_party/zlib: e8c257c917..efd9399ae0
* tools/clang: 401e727f2a..16279ec9aa
* tools/luci-go: git_revision:91cbdea8898ac2d498f2412d35279b00784a1ece..git_revision:2892a4983327fe6862e8657e5fac8e976e6265e9
* tools/luci-go: git_revision:91cbdea8898ac2d498f2412d35279b00784a1ece..git_revision:2892a4983327fe6862e8657e5fac8e976e6265e9
* tools/mb: 33b0162246..58b6f08974
* tools/perf: f102ca3bc2..6bdbc14474
* tools/skia_goldctl/linux: CseaUnLJ7HPr--xryu13CF7Iir6n0b8qmCJXm6gyZ4oC..wdkOk4Hhfdk2f0Fn4TnicgWCxDVdkOK0W71K0ivXMaEC
* tools/skia_goldctl/mac: VY8wueKQ3PgFlxfrtkyEqIEUBvFjmyowZ9aUNYRyEhcC..gJSgm5xIzq6ePie9lIvMfyt3vEXbiVb5NreHTEkFS58C
* tools/skia_goldctl/win: W_IYtpGZzolSY2j4xqryufwbZeApZYaqqcn4-CTtpL0C..BkeCwTnJJi2hffEKlsGWTiP5quyDianpBWnloFZ49ZEC
Clang version changed llvmorg-14-init-8564-g34b903d8:llvmorg-14-init-11072-gb1bc627e
Details: 401e727f2a..16279ec9aa/scripts/update.py

Bug: None
Tbr: ynovikov@google.com
Change-Id: I150b951cc16b0bbc50fe3ca696b6f10cadda8129
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3314496
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 2021-12-03 07:02:45 +00:00 коммит произвёл Angle LUCI CQ
Родитель fe42ac4df4
Коммит f58b8aba06
2 изменённых файлов: 16 добавлений и 16 удалений

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

@ -34,7 +34,7 @@ vars = {
'checkout_android_native_support': 'checkout_android or checkout_chromeos',
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'd666676e2702fea117990c3282953c11a66bbd0c',
'chromium_revision': '840fab92609d796a82bfa4465737878074764818',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -79,12 +79,12 @@ 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': '5695a8426cf0e5f0f780769fec9baee8cb1c4353',
'catapult_revision': 'dbf853603ce6a1eb14d02a2e43875797fc9c2ad3',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go
# and whatever else without interference from each other.
'luci_go': 'git_revision:91cbdea8898ac2d498f2412d35279b00784a1ece',
'luci_go': 'git_revision:2892a4983327fe6862e8657e5fac8e976e6265e9',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version
@ -119,7 +119,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@83e1eefbf9d488d613eb4463b954a2ecefa314ea',
'url': '{chromium_git}/chromium/src/build.git@b651c3285d14c88f1ba73f3377da2d77b4d4574f',
'condition': 'not build_with_chromium',
},
@ -166,7 +166,7 @@ deps = {
},
'buildtools/third_party/libunwind/trunk': {
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libunwind.git@a281fd3d4c50174af1dd2d88bb15b168b73883d0',
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libunwind.git@0f447a31381e0343f8b06c3f7049c076ddfbb1fc',
'condition': 'not build_with_chromium',
},
@ -182,12 +182,12 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@c70310ef4a68a4e458f6b516eb67f16ce7b016b1',
'url': '{chromium_git}/chromium/src/testing@9044f538310bfc38dc8aeb30612166a8fd21d9b7',
'condition': 'not build_with_chromium',
},
'third_party/abseil-cpp': {
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@8ccce98a2e986e9a52729f8c0ad35555c870665d',
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@db126cca75e8b6e790bc34f8dee2fa76037e9cfe',
'condition': 'not build_with_chromium',
},
@ -332,7 +332,7 @@ deps = {
},
'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@fc79a334667f9152f069186afb34e9be7f094809',
'url': '{chromium_git}/chromium/tools/depot_tools.git@98be56f2e011a0a9484ffc34bfab4edbb3fbc214',
'condition': 'not build_with_chromium',
},
@ -526,7 +526,7 @@ deps = {
},
'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@e8c257c917bc3a48a6167bf177fd3eaeacfa7fd2',
'url': '{chromium_git}/chromium/src/third_party/zlib@efd9399ae01364926be2a38946127fdf463480db',
'condition': 'not build_with_chromium',
},
@ -536,7 +536,7 @@ deps = {
},
'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@401e727f2ae6663c4e13dfd3e1006cc9fa34bb10',
'url': '{chromium_git}/chromium/src/tools/clang.git@16279ec9aa9650adc022985ea0831c9ca0c62fd9',
'condition': 'not build_with_chromium',
},
@ -567,7 +567,7 @@ deps = {
},
'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@33b0162246271a1ddfa4b74f49aed98bc4ecc29d',
'url': '{chromium_git}/chromium/src/tools/mb@58b6f089740c3b47f7c9611d51e30778700b4a10',
'condition': 'not build_with_chromium',
},
@ -582,7 +582,7 @@ deps = {
},
'tools/perf': {
'url': '{chromium_git}/chromium/src/tools/perf@f102ca3bc23382f1ed05e8e98c0901659752cad6',
'url': '{chromium_git}/chromium/src/tools/perf@6bdbc14474a6bf677ad513bf07936c8b55a70bba',
'condition': 'not build_with_chromium',
},
@ -600,7 +600,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/linux-amd64',
'version': 'CseaUnLJ7HPr--xryu13CF7Iir6n0b8qmCJXm6gyZ4oC',
'version': 'wdkOk4Hhfdk2f0Fn4TnicgWCxDVdkOK0W71K0ivXMaEC',
},
],
'dep_type': 'cipd',
@ -611,7 +611,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/windows-amd64',
'version': 'W_IYtpGZzolSY2j4xqryufwbZeApZYaqqcn4-CTtpL0C',
'version': 'BkeCwTnJJi2hffEKlsGWTiP5quyDianpBWnloFZ49ZEC',
},
],
'dep_type': 'cipd',
@ -622,7 +622,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/mac-amd64',
'version': 'VY8wueKQ3PgFlxfrtkyEqIEUBvFjmyowZ9aUNYRyEhcC',
'version': 'gJSgm5xIzq6ePie9lIvMfyt3vEXbiVb5NreHTEkFS58C',
},
],
'dep_type': 'cipd',

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

@ -16,5 +16,5 @@
"testing/buildbot/generate_buildbot_json.py":
"12b9379b94950f40a2279da05059a086",
"testing/buildbot/mixins.pyl":
"3d92b36c3493f4e93248fa2a1f38f6c3"
"9c5cfdd9f556111aaa915de80007e1a1"
}