Roll Depot Tools from 6cf251b5179f to e69b086c0f37 (6 revisions)

https://skia.googlesource.com/buildbot.git/+log/6cf251b5179f..e69b086c0f37

2025-02-19 chanli@google.com [depot_tools] Roll led
2025-02-18 gavinmak@google.com Revert "Add AffectedFile.Extension() in presubmit_support"
2025-02-18 bershanskyi@gmail.com Add AffectedFile.Extension() in presubmit_support
2025-02-18 sokcevic@chromium.org [docs] Update readme with instructions for auto deployment
2025-02-18 agrieve@chromium.org android_build_server_helper.py: Do not start server when stdout is a pipe
2025-02-18 aredulla@google.com [win-bootstrap] Update depot_tools_tutorial to install Git for Windows

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 borenet@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: borenet@google.com
Change-Id: I8eb6f4a075bdc7e55baea229cf08d4f45539c6bb
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/953137
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 87efaa0..f2447dd 100644
--- a/DEPS
+++ b/DEPS
@@ -10,7 +10,7 @@
 
 deps = {
   'depot_tools': {
-    'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@6cf251b5179f2cd5157cc314b60ef461d863eca1',
+    'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@e69b086c0f3764fe1211435b297f793e02ecd13e',
     'condition': 'False',
   },
   'cipd_bin_packages': {
diff --git a/go/depot_tools/deps/deps_gen.go b/go/depot_tools/deps/deps_gen.go
index 3f85324..7b0ebb3 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: "6cf251b5179f2cd5157cc314b60ef461d863eca1",
+		Version: "e69b086c0f3764fe1211435b297f793e02ecd13e",
 		Path:    "depot_tools",
 	},
 	"infra/3pp/tools/cpython/linux-amd64": {