From 9a4e4d82cbe51f6f22a024a735d58ffd3b185484 Mon Sep 17 00:00:00 2001 From: v8-ci-autoroll-builder Date: Mon, 15 Feb 2021 19:10:56 -0800 Subject: [PATCH] Update V8 DEPS. Rolling v8/build: https://chromium.googlesource.com/chromium/src/build/+log/aca4b0d..bc28354 Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/e4328db..35976bf TBR=v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I98bc979135d43d7a77ef2bb8872c3b2ef044666b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2696019 Reviewed-by: v8-ci-autoroll-builder Commit-Queue: v8-ci-autoroll-builder Cr-Commit-Position: refs/heads/master@{#72757} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index f86dc0696d..e06eb4447a 100644 --- a/DEPS +++ b/DEPS @@ -88,7 +88,7 @@ vars = { deps = { 'build': - Var('chromium_url') + '/chromium/src/build.git' + '@' + 'aca4b0d4b54fa8523d9d35c5f668dafde303bb96', + Var('chromium_url') + '/chromium/src/build.git' + '@' + 'bc28354170adf5955e8e91b11c6dc9d9a382eded', 'third_party/depot_tools': Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '7386a1e04f2a07de66a39ada64b511affae5cd03', 'third_party/icu': @@ -184,7 +184,7 @@ deps = { 'dep_type': 'cipd', }, 'third_party/catapult': { - 'url': Var('chromium_url') + '/catapult.git' + '@' + 'e4328db483c83f4f423970a2834ee8530e81c7da', + 'url': Var('chromium_url') + '/catapult.git' + '@' + '35976bfcac506668c032dec650867e785b67dc91', 'condition': 'checkout_android', }, 'third_party/colorama/src': {