Roll Depot Tools from 22366974605e to fba5d8a8b46a (5 revisions) https://skia.googlesource.com/buildbot.git/+log/22366974605e..fba5d8a8b46a 2026-05-06 mitchella@google.com Remove ex-security team member and add fancl@google.com 2026-05-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2026-05-05 drubery@chromium.org Add ability to reply to comments in git_cl.py 2026-05-05 cbruni@chromium.org Support parallel DEPS hooks 2026-05-05 rop@google.com Check `restrictive_license_approvals.textproto` for missing licenses 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: Ic05fdf949ee9ab356ff1002cf6ca77c9671efaa6 Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/1227157 Bot-Commit: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index 8236c57..ac51471 100644 --- a/DEPS +++ b/DEPS
@@ -2,7 +2,7 @@ deps = { 'depot_tools': { - 'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@22366974605ee47fc081d967f1d8e6f2afaefeed', + 'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@fba5d8a8b46a5a7a3559c04f451a650d81253ca1', 'condition': 'False', }, }
diff --git a/go/depot_tools/deps/deps_gen.go b/go/depot_tools/deps/deps_gen.go index c9f4db3..801a5a0 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: "22366974605ee47fc081d967f1d8e6f2afaefeed", + Version: "fba5d8a8b46a5a7a3559c04f451a650d81253ca1", Path: "depot_tools", }, }