Index: deps/v8/DEPS
--- deps/v8/DEPS.orig
+++ deps/v8/DEPS
@@ -585,6 +585,7 @@ hooks = [
     # disabled.
     'name': 'disable_depot_tools_selfupdate',
     'pattern': '.',
+    'condition': 'False',
     'action': [
         'python3',
         'third_party/depot_tools/update_depot_tools_toggle.py',
@@ -609,7 +610,7 @@ hooks = [
     'pattern': '.',
     'condition': 'download_prebuilt_bazel',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--bucket', 'chromium-v8-prebuilt-bazel/linux',
                 '--no_resume',
                 '-s', 'tools/bazel/bazel.sha1',
@@ -622,7 +623,7 @@ hooks = [
     'pattern': '.',
     'condition': 'host_os == "mac" and host_cpu == "arm64"',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--no_resume',
                 '--no_auth',
                 '--bucket', 'chromium-browser-clang',
@@ -635,7 +636,7 @@ hooks = [
     'pattern': '.',
     'condition': 'host_os == "mac" and host_cpu == "x64"',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--no_resume',
                 '--no_auth',
                 '--bucket', 'chromium-browser-clang',
@@ -648,7 +649,7 @@ hooks = [
     'pattern': '.',
     'condition': 'download_gcmole',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--bucket', 'chrome-v8-gcmole',
                 '-u', '--no_resume',
                 '-s', 'tools/gcmole/gcmole-tools.tar.gz.sha1',
@@ -660,7 +661,7 @@ hooks = [
     'pattern': '.',
     'condition': 'download_jsfunfuzz',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--bucket', 'chrome-v8-jsfunfuzz',
                 '-u', '--no_resume',
                 '-s', 'tools/jsfunfuzz/jsfunfuzz.tar.gz.sha1',
@@ -671,7 +672,7 @@ hooks = [
     'name': 'wasm_spec_tests',
     'pattern': '.',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--no_resume',
                 '--no_auth',
                 '-u',
@@ -683,7 +684,7 @@ hooks = [
     'name': 'wasm_js',
     'pattern': '.',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--no_resume',
                 '--no_auth',
                 '-u',
@@ -697,7 +698,7 @@ hooks = [
     'pattern': '.',
     'condition': 'checkout_win and host_os == "linux"',
     'action': [ 'python3',
-                'third_party/depot_tools/download_from_google_storage.py',
+                '/usr/local/libexec/gclient/download_from_google_storage.py',
                 '--no_resume',
                 '--no_auth',
                 '--bucket', 'chromium-browser-clang/ciopfs',
@@ -757,6 +758,7 @@ hooks = [
   {
     'name': 'vpython3_common',
     'pattern': '.',
+    'condition': 'False',
     'action': [ 'vpython3',
                 '-vpython-spec', '.vpython3',
                 '-vpython-tool', 'install',
