From 98e965a1a633616f1acf8968e705cb0c0162d436 Mon Sep 17 00:00:00 2001 From: v8-ci-autoroll-builder Date: Fri, 27 Sep 2019 20:05:06 -0700 Subject: [PATCH] Update V8 DEPS. Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/15152b5..5f4659d Rolling v8/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools/+log/2b82936..3905857 TBR=machenbach@chromium.org,tmrts@chromium.org Change-Id: I6293d1e076c663cf2ebc850ea33f4025145f2e38 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1829508 Reviewed-by: v8-ci-autoroll-builder Commit-Queue: v8-ci-autoroll-builder Cr-Commit-Position: refs/heads/master@{#64031} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index b2373ce58a..029a4c38f5 100644 --- a/DEPS +++ b/DEPS @@ -73,7 +73,7 @@ deps = { 'v8/build': Var('chromium_url') + '/chromium/src/build.git' + '@' + 'b321a92cd248e2e878b10f5e870dd6f3910b1fac', 'v8/third_party/depot_tools': - Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '2b829368295598cb663f9e7b931c330d5697cfc3', + Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '39058571f71ef66bb032ecc1fa143ea15e38cf05', 'v8/third_party/icu': Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '2ecd66c696c46e255cd634d3175b1072f4499949', 'v8/third_party/instrumented_libraries': @@ -167,7 +167,7 @@ deps = { 'dep_type': 'cipd', }, 'v8/third_party/catapult': { - 'url': Var('chromium_url') + '/catapult.git' + '@' + '15152b52a721da1352f8f9fedcd4dd0c4a2f6cac', + 'url': Var('chromium_url') + '/catapult.git' + '@' + '5f4659d6f7a8b48728247d88b64abe806ccc6822', 'condition': 'checkout_android', }, 'v8/third_party/colorama/src': {