From cbc5dfec03e7b5cec2a2f386aff602fbc9e471ed Mon Sep 17 00:00:00 2001 From: depot-tools-chromium-autoroll Date: Mon, 4 Jun 2018 10:51:22 +0000 Subject: [PATCH] Roll src/third_party/depot_tools 88087ba..518bb68 (1 commits) https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/88087ba..518bb68 git log 88087ba..518bb68 --date=short --no-merges --format='%ad %ae %s' 2018-06-04 sergiyb@chromium.org Include "fuchsia" as a known "deps_os" value Created with: gclient setdep -r src/third_party/depot_tools@518bb68 The AutoRoll server is located here: https://depot-tools-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:848676 TBR=agable@chromium.org Change-Id: Icceef87a36ffa32dffc75f75c8409562441ef6e8 Reviewed-on: https://chromium-review.googlesource.com/1084436 Reviewed-by: depot-tools-chromium-autoroll Commit-Queue: depot-tools-chromium-autoroll Cr-Commit-Position: refs/heads/master@{#564050} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b085f780d02006..c2f57c8e89e3e6 100644 --- a/DEPS +++ b/DEPS @@ -540,7 +540,7 @@ deps = { }, 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '88087bad47fb55e5e783ef678faddf6174a29a13', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '518bb6847a6e29b2bc23a2b7b3a39d9aa5adc166', 'src/third_party/devtools-node-modules': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),