Roll Chromium from e1b4daf2a3e7 to 02dbf021e1a1 (568 revisions)

e1b4daf2a3..02dbf021e1

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: facb235241..ba78bc1980
* testing: a30c0d90b3..d315e68997
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..9bfc1aede5
* third_party/depot_tools: 44b73307ee..19b3eb5adb
* third_party/fuchsia-sdk/sdk: version:9.20220821.3.1..version:9.20220822.3.1
* third_party/turbine: RxaW8ZVJZ7rF3dbAGbL1OV6f9ZELjVeiiQbpkDsuxA4C..cMFT-KTiKSkVefC3nASLc0KQv9JrVmwmFUgJlo6jOosC
* tools/clang: bd2da0345a..5f3c54dbcc
* tools/perf: 398778992d..62249027a7
* tools/skia_goldctl/linux: eVmrBHTaHLBRrBHBIagAjRi84M8Pih7goWAjl0ZL9H0C..BcL4zQgD0tZoFzhWm37NnERAPLdbeERfbY_SSBQ3ba4C
* tools/skia_goldctl/mac_amd64: 3fnB8n0m7xQ9X4SWg4rYgZksJ4YFew0fj6ftsyHzbSwC..8DiQ6WFPrEn56-jwyQmU4EMXFvf7_-8SYjVD2hHHmZMC
* tools/skia_goldctl/mac_arm64: J_MizgwQbTOCG1ZKfGQJRXm-F2Ey8P3M7Dl5WxYKEwwC..lJ8l4RCPxwrg_f-Z9Lnu3Ma3uRlbRbAcdQA7xwpIzNUC
* tools/skia_goldctl/win: aYli_YA93vex9TPItiLM1AcLs64FzefvhXxh2aHEvJsC..1l0XEVvr2qVUdGYrjLN9Gkt6qfv8KsXM52B8MKDShmEC
No update to Clang.

Bug: None
Tbr: ynovikov@google.com
Change-Id: I3f559e4bc087b0a90f31e6b8b9a655e7cf9adc27
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3849466
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 2022-08-23 08:37:28 +00:00 коммит произвёл Angle LUCI CQ
Родитель 6fde3568a1
Коммит 7131475ee0
1 изменённых файлов: 12 добавлений и 12 удалений

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

@ -37,7 +37,7 @@ vars = {
'checkout_android_native_support': 'checkout_android or checkout_chromeos',
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'e1b4daf2a3e758c45fc4b585cdd15feb62b8418d',
'chromium_revision': '02dbf021e1a1ac07cd839a47bc414c49b18b49b0',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -86,7 +86,7 @@ vars = {
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
'fuchsia_version': 'version:9.20220821.3.1',
'fuchsia_version': 'version:9.20220822.3.1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go
@ -126,7 +126,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@facb2352412c58e2ed6c4dd9bc294a44b607b45d',
'url': '{chromium_git}/chromium/src/build.git@ba78bc1980ed0927d3e3bb9422c1f97bbd566b79',
'condition': 'not build_with_chromium',
},
@ -189,7 +189,7 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@a30c0d90b35c5126ba71fd6e00a00f6e3b36a8ee',
'url': '{chromium_git}/chromium/src/testing@d315e6899710270760238874f1c16d9c2a818769',
'condition': 'not build_with_chromium',
},
@ -361,7 +361,7 @@ deps = {
},
'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@44b73307ee51f90f632088f6d08c56cd3cabf8df',
'url': '{chromium_git}/chromium/tools/depot_tools.git@19b3eb5adbe00e9da40375cb5dc47380a46f3041',
'condition': 'not build_with_chromium',
},
@ -539,7 +539,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/turbine',
'version': 'RxaW8ZVJZ7rF3dbAGbL1OV6f9ZELjVeiiQbpkDsuxA4C',
'version': 'cMFT-KTiKSkVefC3nASLc0KQv9JrVmwmFUgJlo6jOosC',
},
],
'condition': 'checkout_android and not build_with_chromium',
@ -576,7 +576,7 @@ deps = {
},
'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@bd2da0345a1d83a1015d47befc3cdd51c56c3182',
'url': '{chromium_git}/chromium/src/tools/clang.git@5f3c54dbccb5d038d5065385d3fdbd4e55571dd2',
'condition': 'not build_with_chromium',
},
@ -622,7 +622,7 @@ deps = {
},
'tools/perf': {
'url': '{chromium_git}/chromium/src/tools/perf@398778992de6fe4386d463d70927f71a95d8eab4',
'url': '{chromium_git}/chromium/src/tools/perf@62249027a7ac3a1ff378b297a9bf1ade21355108',
'condition': 'not build_with_chromium',
},
@ -640,7 +640,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/linux-amd64',
'version': 'eVmrBHTaHLBRrBHBIagAjRi84M8Pih7goWAjl0ZL9H0C',
'version': 'BcL4zQgD0tZoFzhWm37NnERAPLdbeERfbY_SSBQ3ba4C',
},
],
'dep_type': 'cipd',
@ -651,7 +651,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/windows-amd64',
'version': 'aYli_YA93vex9TPItiLM1AcLs64FzefvhXxh2aHEvJsC',
'version': '1l0XEVvr2qVUdGYrjLN9Gkt6qfv8KsXM52B8MKDShmEC',
},
],
'dep_type': 'cipd',
@ -662,7 +662,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/mac-amd64',
'version': '3fnB8n0m7xQ9X4SWg4rYgZksJ4YFew0fj6ftsyHzbSwC',
'version': '8DiQ6WFPrEn56-jwyQmU4EMXFvf7_-8SYjVD2hHHmZMC',
},
],
'dep_type': 'cipd',
@ -673,7 +673,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/mac-arm64',
'version': 'J_MizgwQbTOCG1ZKfGQJRXm-F2Ey8P3M7Dl5WxYKEwwC',
'version': 'lJ8l4RCPxwrg_f-Z9Lnu3Ma3uRlbRbAcdQA7xwpIzNUC',
},
],
'dep_type': 'cipd',