Update V8 DEPS (trusted)

Rolling v8/build: ff6be8b..6025acd

Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/ebbb83f..1665385

Rolling v8/third_party/fuchsia-sdk/sdk: version:11.20221222.1.1..version:11.20221223.1.1

Change-Id: I14ec522778eed23878e2a921893bc6ef263f083d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4120769
Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#85017}
This commit is contained in:
v8-ci-autoroll-builder 2022-12-23 19:27:44 -08:00 committed by V8 LUCI CQ
parent 3386dda5d5
commit 6925036195

6
DEPS
View File

@ -65,7 +65,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
'fuchsia_version': 'version:11.20221222.1.1',
'fuchsia_version': 'version:11.20221223.1.1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version
@ -105,7 +105,7 @@ deps = {
'base/trace_event/common':
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '521ac34ebd795939c7e16b37d9d3ddb40e8ed556',
'build':
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'ff6be8b34de4264c1b963a344ef2ef6ce6b8ef49',
Var('chromium_url') + '/chromium/src/build.git' + '@' + '6025acd439ca7cde73ad6f93977d9806565a6c2f',
'buildtools':
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '134af4c91bb9ab46fe1165ff1cf0f76900fa5a7e',
'buildtools/clang_format/script':
@ -209,7 +209,7 @@ deps = {
'dep_type': 'cipd',
},
'third_party/catapult': {
'url': Var('chromium_url') + '/catapult.git' + '@' + 'ebbb83f192fe9ee3214119184001b9ddcfd44fb0',
'url': Var('chromium_url') + '/catapult.git' + '@' + '1665385c152d22abd9fc0dad1d685dc316700d8b',
'condition': 'checkout_android',
},
'third_party/colorama/src': {