Update V8 DEPS (trusted)

Rolling v8/build: 8aeec71..835b928

Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/cae097a..35d0649

Rolling v8/third_party/fuchsia-sdk/sdk: version:11.20230127.1.1..version:11.20230128.1.1

Change-Id: I355d8c537b1a248417c711c27fd676d4b9621229
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4199765
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@{#85530}
This commit is contained in:
v8-ci-autoroll-builder 2023-01-28 19:21:35 -08:00 committed by V8 LUCI CQ
parent 2949bb9e5c
commit 21355f16f2

6
DEPS
View File

@ -68,7 +68,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.20230127.1.1',
'fuchsia_version': 'version:11.20230128.1.1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version
@ -108,7 +108,7 @@ deps = {
'base/trace_event/common':
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '68e6038b5350cba18c341cc7c572170af5c5b20c',
'build':
Var('chromium_url') + '/chromium/src/build.git' + '@' + '8aeec71acde510648c5499d467a8a3d627425733',
Var('chromium_url') + '/chromium/src/build.git' + '@' + '835b928036e061a4e7a6128bc29340c8db5147d1',
'buildtools':
Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '3c7e3f1b8b1e4c0b6ec693430379cea682de78d6',
'buildtools/clang_format/script':
@ -212,7 +212,7 @@ deps = {
'dep_type': 'cipd',
},
'third_party/catapult': {
'url': Var('chromium_url') + '/catapult.git' + '@' + 'cae097acfe9a97cfda56671f6c9070a5cf8aebe6',
'url': Var('chromium_url') + '/catapult.git' + '@' + '35d06490ad8ba91feb48301edd8f842046ce7fd9',
'condition': 'checkout_android',
},
'third_party/colorama/src': {