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'),