Roll Chromium from c4be4c7e0a43 to 73f358f3727f (154 revisions)

c4be4c7e0a..73f358f372

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 abdolrashidi@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: 2f2727f2d4..f87b9ff92e
* buildtools: b79692f320..15fa3e772d
* buildtools/third_party/libc++/trunk: a4dc7f17ca..4d2c483d6d
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..5eb0675d9c
* tools/clang: 40b472e305..209fff0a4f
* tools/perf: 4d5e36a4f4..ca01098c09
No update to Clang.

Bug: None
Tbr: abdolrashidi@google.com
Change-Id: I4310b8b1fc85084a4f67b78a0e128aa7bbc0130e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3916042
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-09-26 07:01:00 +00:00 коммит произвёл Angle LUCI CQ
Родитель 2aa52da7e4
Коммит c7306ecddb
1 изменённых файлов: 6 добавлений и 6 удалений

12
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': 'c4be4c7e0a43171d0470b17481f6da6b76de6725',
'chromium_revision': '73f358f3727fcfcd7745631fef9688b28aea35dc',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@ -126,12 +126,12 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@2f2727f2d4a4123df8e110354b885fbf657551cf',
'url': '{chromium_git}/chromium/src/build.git@f87b9ff92eb2b16cd9b0e8998aebf8ec06433181',
'condition': 'not build_with_chromium',
},
'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@b79692f320d80b158ce069f166f32861c36c6074',
'url': '{chromium_git}/chromium/src/buildtools.git@15fa3e772dfb58c8e912861b0af62977dd851072',
'condition': 'not build_with_chromium',
},
@ -163,7 +163,7 @@ deps = {
},
'buildtools/third_party/libc++/trunk': {
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@a4dc7f17ca393e764685d475bbf65ff8f71a0800',
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@4d2c483d6df5b7d9ce4ac06d635be9412d79d22f',
'condition': 'not build_with_chromium',
},
@ -606,7 +606,7 @@ deps = {
},
'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@40b472e3053a3e13d350d842ccafe7f23d75c256',
'url': '{chromium_git}/chromium/src/tools/clang.git@209fff0a4f6b87435669c94b4aa6ed4da73bdbf5',
'condition': 'not build_with_chromium',
},
@ -652,7 +652,7 @@ deps = {
},
'tools/perf': {
'url': '{chromium_git}/chromium/src/tools/perf@4d5e36a4f4ae52a243d2053a69ff3653fc2a740c',
'url': '{chromium_git}/chromium/src/tools/perf@ca01098c09de5fb7496eadcae78491a6e3cb22da',
'condition': 'not build_with_chromium',
},