From fd6677922f4abaf55b0530a3c0a81b1c47eaa46a Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 18 Sep 2026 15:04:18 +0000 Subject: [PATCH] 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 --- tools/v8/fetch_deps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/v8/fetch_deps.py b/tools/v8/fetch_deps.py index 055ffb50eafb..728e48eb14e8 100755 --- a/tools/v8/fetch_deps.py +++ b/tools/v8/fetch_deps.py @@ -24,8 +24,6 @@ "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,