Roll Depot Tools from 62fc3a1d2443 to 43691064b487 (4 revisions) https://skia.googlesource.com/buildbot.git/+log/62fc3a1d2443..43691064b487 2024-09-05 gavinmak@google.com Remove commits-to-cherry-pick only after a cherry-pick is created 2024-09-05 aeubanks@google.com [git-cl] Only ignore deleted files for formatting purposes 2024-09-05 pkasting@chromium.org Set blame.ignoreRevsFile to .git-blame-ignore-revs. 2024-09-05 gavinmak@google.com Use the cherry picked CL's Change-Id 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-skia-infra Please CC kjlubick@google.com,skiabot@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Depot Tools: https://bugs.chromium.org/p/chromium/issues/entry To file a bug in Skia Infra: https://bugs.chromium.org/p/skia/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: kjlubick@google.com Change-Id: I4464f2539064470728223a45390a13d4ecc5ad27 Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/897196 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index 3acd2c1..1b97f48 100644 --- a/DEPS +++ b/DEPS
@@ -10,7 +10,7 @@ deps = { 'depot_tools': { - 'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@62fc3a1d244368a430ffd7a6b55377a6dfd5e348', + 'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@43691064b48769d3b084d8feee29990f2bd70dff', 'condition': 'False', }, 'cipd_bin_packages': {
diff --git a/go/depot_tools/deps/deps_gen.go b/go/depot_tools/deps/deps_gen.go index 2f8c4fa..85e52d6 100755 --- a/go/depot_tools/deps/deps_gen.go +++ b/go/depot_tools/deps/deps_gen.go
@@ -9,7 +9,7 @@ var deps = deps_parser.DepsEntries{ "chromium.googlesource.com/chromium/tools/depot_tools": { Id: "chromium.googlesource.com/chromium/tools/depot_tools", - Version: "62fc3a1d244368a430ffd7a6b55377a6dfd5e348", + Version: "43691064b48769d3b084d8feee29990f2bd70dff", Path: "depot_tools", }, "infra/3pp/tools/cpython/linux-amd64": {