commit | 70b8f9b3002519fb52dd418f786d38944a468804 | [log] [tgz] |
---|---|---|
author | chromium-autoroll <[email protected]> | Mon Mar 11 18:21:36 2019 |
committer | Commit Bot <[email protected]> | Mon Mar 11 18:21:36 2019 |
tree | 3eeee2b5e24a1eec441ebb4ad6a7778bfb18301c | |
parent | 2edd1617602ec4785e4e120f58d2f4141398dc73 [diff] [blame] |
Roll src/third_party/depot_tools 3485a263f4ab..09e0b38f0f51 (1 commits) https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3485a263f4ab..09e0b38f0f51 git log 3485a263f4ab..09e0b38f0f51 --date=short --no-merges --format='%ad %ae %s' 2019-03-11 [email protected] Move gclient path access to separate module. Created with: gclient setdep -r src/third_party/depot_tools@09e0b38f0f51 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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:939959 [email protected] Change-Id: I67ce2d5ebae6581bec35509888ddf6a05048e1ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1515732 Reviewed-by: chromium-autoroll <[email protected]> Commit-Queue: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/master@{#639564}
diff --git a/DEPS b/DEPS index 72830b0..1882a35 100644 --- a/DEPS +++ b/DEPS
@@ -785,7 +785,7 @@ }, 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3485a263f4ab1f5e5576d0bd3b2633a37b8b217f', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '09e0b38f0f512d257976c5a6b73845e47edd915a', 'src/third_party/devtools-node-modules': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),