commit | 1ff7639fdf7e5978e80704e514072a2af2740dae | [log] [tgz] |
---|---|---|
author | chromium-autoroll <[email protected]> | Mon Mar 23 23:54:47 2020 |
committer | Commit Bot <[email protected]> | Mon Mar 23 23:54:47 2020 |
tree | 2bbb24f7feb216b391c43ed64113a98e5ee2ac80 | |
parent | d2cf0a010075d9679711fff36ebdaa7369e6edd7 [diff] [blame] |
Roll src/third_party/depot_tools 10d9c49f23c8..ae3586b5380f (1 commits) https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/10d9c49f23c8..ae3586b5380f git log 10d9c49f23c8..ae3586b5380f --date=short --first-parent --format='%ad %ae %s' 2020-03-23 [email protected] depot_tools: Use gclient_utils.AskForData instead of raw_input. Created with: gclient setdep -r src/third_party/depot_tools@ae3586b5380f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1063976 Tbr: [email protected] Change-Id: I4b99b3fbcca4555fc01c9f28c2100a0913d62195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116708 Reviewed-by: chromium-autoroll <[email protected]> Commit-Queue: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/master@{#752647}
diff --git a/DEPS b/DEPS index 35e2533..0f55bdfb 100644 --- a/DEPS +++ b/DEPS
@@ -877,7 +877,7 @@ }, 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '10d9c49f23c8ba5e868ea50d049cf773e591a2a6', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ae3586b5380f0c00448c5a056528419b03ddf9b1', 'src/third_party/devtools-frontend/src': Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),