Update V8 DEPS (trusted)

Rolling v8/build: 6025acd..6a408e0

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

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

Change-Id: I49f6c8b0773adbbd7f2b6b3a0aeb25349dfff55b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4124556
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#85018}
This commit is contained in:
v8-ci-autoroll-builder 2022-12-24 19:11:51 -08:00 committed by V8 LUCI CQ
parent 6925036195
commit eef61dadf4

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.20221223.1.1',
'fuchsia_version': 'version:11.20221224.3.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' + '@' + '6025acd439ca7cde73ad6f93977d9806565a6c2f',
Var('chromium_url') + '/chromium/src/build.git' + '@' + '6a408e023debeec933a09aa68a18916dd3fc3bf4',
'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' + '@' + '1665385c152d22abd9fc0dad1d685dc316700d8b',
'url': Var('chromium_url') + '/catapult.git' + '@' + '27863274a2f25b92973c10f29b3c4e476fd01a34',
'condition': 'checkout_android',
},
'third_party/colorama/src': {