From 2fe326ce4967bfc967b9ad25748f0c26e728bacd Mon Sep 17 00:00:00 2001 From: v8-ci-autoroll-builder Date: Thu, 10 Dec 2020 19:10:34 -0800 Subject: [PATCH] Update V8 DEPS. Rolling v8/build: https://chromium.googlesource.com/chromium/src/build/+log/68a1580..026aa68 Rolling v8/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/86a7f72..ea9f1f7 Rolling v8/third_party/aemu-linux-x64: FZmiNfUmb6lJR28DxZkS03xoY4oJh4177LjCbVwbpCMC..5qqsaI1HWopoPDYdsXSJnZ-4w5bARXjJgFX_oohbDqIC Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/4565794..d5e2194 Rolling v8/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools/+log/99b0e4a..c94b21d TBR=machenbach@chromium.org,tmrts@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I9dc4a6bf1a806397c96d22b8125c79bccd066b4f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2586011 Reviewed-by: v8-ci-autoroll-builder Commit-Queue: v8-ci-autoroll-builder Cr-Commit-Position: refs/heads/master@{#71704} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index da518f877b..dfa89aa208 100644 --- a/DEPS +++ b/DEPS @@ -88,15 +88,15 @@ vars = { deps = { 'build': - Var('chromium_url') + '/chromium/src/build.git' + '@' + '68a15805c20f0fb72f77b7d4c61f93fff99a78a3', + Var('chromium_url') + '/chromium/src/build.git' + '@' + '026aa68debaa869118a81fffeafb6bdb1a638dd6', 'third_party/depot_tools': - Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '99b0e4a5f4c0b7223e0c6383e3e6d433ffe4e89e', + Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + 'c94b21d60ca4572c4f892a929f4ac0cff4af053f', 'third_party/icu': Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '5c3a0b95802abf409c686ed3534dd46296c1dfb5', 'third_party/instrumented_libraries': Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + '4d3867052d35b2171f2edbb3466fa8f7e2d11319', 'buildtools': - Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + '86a7f72ab16ed4796fb73d1575bc2e329be58ae8', + Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + 'ea9f1f737564cdf5e51b63103de081f5772a6339', 'buildtools/clang_format/script': Var('chromium_url') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', 'buildtools/linux64': { @@ -184,7 +184,7 @@ deps = { 'dep_type': 'cipd', }, 'third_party/catapult': { - 'url': Var('chromium_url') + '/catapult.git' + '@' + '4565794f5eda08cefef9bf842e16249fc8aeb5bc', + 'url': Var('chromium_url') + '/catapult.git' + '@' + 'd5e21940e048558fb675d0f14b49d638430c8279', 'condition': 'checkout_android', }, 'third_party/colorama/src': { @@ -239,7 +239,7 @@ deps = { 'packages': [ { 'package': 'fuchsia/third_party/aemu/linux-amd64', - 'version': 'FZmiNfUmb6lJR28DxZkS03xoY4oJh4177LjCbVwbpCMC' + 'version': '5qqsaI1HWopoPDYdsXSJnZ-4w5bARXjJgFX_oohbDqIC' }, ], 'condition': 'host_os == "linux" and checkout_fuchsia',