commit | 668615b61603d579ce7ac2bf1b390034722708af | [log] [tgz] |
---|---|---|
author | depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> | Fri Apr 13 19:46:18 2018 |
committer | Commit Bot <[email protected]> | Fri Apr 13 19:46:18 2018 |
tree | b4aac05c0c792f021e6eaf7f74acb7164b5cab87 | |
parent | 00d3a24514b59d9628b2074ed2f2d82d4d1953de [diff] |
Roll src/third_party/depot_tools/ 54a81e45d..58330b0db (1 commit) https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/54a81e45ddfc..58330b0db43d $ git log 54a81e45d..58330b0db --date=short --no-merges --format='%ad %ae %s' 2018-04-06 ehmaldonado roll-dep: Use gclient_eval.GetRevision to get current revision. Created with: roll-dep src/third_party/depot_tools BUG=chromium:760633 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. [email protected] Change-Id: Icab9883fd549a3383689c198168a5d196ab1c855 Reviewed-on: https://chromium-review.googlesource.com/1012342 Reviewed-by: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#550724}
diff --git a/DEPS b/DEPS index 22256eb..f74c6af 100644 --- a/DEPS +++ b/DEPS
@@ -510,7 +510,7 @@ }, 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '54a81e45ddfc976a037e01ca71c9f02d614c1f43', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '58330b0db43d1b3ff7b94ea8f6dc67520af8621b', 'src/third_party/devtools-node-modules': Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),