From 21355f16f2c3f41167f8b9632c46ab81785f59b0 Mon Sep 17 00:00:00 2001 From: v8-ci-autoroll-builder Date: Sat, 28 Jan 2023 19:21:35 -0800 Subject: [PATCH] Update V8 DEPS (trusted) Rolling v8/build: https://chromium.googlesource.com/chromium/src/build/+log/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 Commit-Queue: v8-ci-autoroll-builder Cr-Commit-Position: refs/heads/main@{#85530} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 62043a7c2f..b9baffd601 100644 --- a/DEPS +++ b/DEPS @@ -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': {