Commit 086d9c058d5 for nodejs
commit 086d9c058d5b663caa15e8250e2e44d5a99e8192
Author: Richard Lau <richard.lau@ibm.com>
Date: Sun Sep 20 16:32:57 2026 +0100
Revert "deps: V8: override `depot_tools` version"
This reverts commit abff716eaccd0c4f4949d1315cb057a45979649d.
No longer required as the override points to the same commit sha of
depot_tools as `deps/v8/DEPS`.
Signed-off-by: Richard Lau <richard.lau@ibm.com>
PR-URL: https://github.com/nodejs/node/pull/66110
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
diff --git a/tools/v8/fetch_deps.py b/tools/v8/fetch_deps.py
index 2d72127f955..7bee2b32ca6 100755
--- a/tools/v8/fetch_deps.py
+++ b/tools/v8/fetch_deps.py
@@ -21,8 +21,6 @@ GCLIENT_SOLUTION = [
"deps_file" : "DEPS",
"managed" : False,
"custom_deps" : {
- # Update depot_tools for compatibility with Python 3.12.
- "v8/third_party/depot_tools" : "https://chromium.googlesource.com/chromium/tools/depot_tools.git@284c5ccb591c3de4e9f71be4a4beb5d1916d5383",
# These deps are already part of Node.js.
"v8/base/trace_event/common" : None,
"v8/third_party/abseil-cpp" : None,