commit | fb20be161c55f788dfb1823d1cde452913c12050 | [log] [tgz] |
---|---|---|
author | chromium-autoroll <[email protected]> | Thu Nov 21 04:54:16 2019 |
committer | Commit Bot <[email protected]> | Thu Nov 21 04:54:16 2019 |
tree | 12a547a28f1891cb161ca242ed23d646fce9b29f | |
parent | fa92898b09e0afe78222ec29681bb82722e5bec6 [diff] [blame] |
Roll src/third_party/depot_tools 2e2f58756d1c..65f6b45d6d3f (2 commits) https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2e2f58756d1c..65f6b45d6d3f git log 2e2f58756d1c..65f6b45d6d3f --date=short --no-merges --format='%ad %ae %s' 2019-11-21 [email protected] gclient: Assert invokations of gclient succeed when running smoketests. 2019-11-21 [email protected] depot_tools: Run watchlists tests on Python 3 Created with: gclient setdep -r src/third_party/depot_tools@65f6b45d6d3f 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 [email protected] Bug: chromium:1024683,chromium:1002209 Change-Id: Ie711c876235fede3548c71353bea70e63a210319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928155 Reviewed-by: chromium-autoroll <[email protected]> Commit-Queue: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/master@{#717498}
diff --git a/DEPS b/DEPS index 1a932db..bf3e9fa 100644 --- a/DEPS +++ b/DEPS
@@ -887,7 +887,7 @@ }, 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '2e2f58756d1c3a4f96271776279c99e85b4f3369', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '65f6b45d6d3fb1050a1f802969ef9ad2c0000428', 'src/third_party/devtools-frontend/src': Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),