Index: DEPS |
diff --git a/DEPS b/DEPS |
index b383934a629a202bf59d2104b6629085d2b5002f..3b05d2eddfb12add0c0c9ad700e374443c2990c4 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -64,33 +64,4 @@ deps_os = { |
} |
} |
-hooks = [{ |
- 'pattern': '.', |
- 'action': ['download_from_google_storage', |
- '--quiet', |
- '--no_resume', |
- '--no_auth', |
- '--bucket', 'chromium-gn', |
- '--platform=linux*', |
- '-s', 'buildtools/linux64/gn.sha1'], |
-},{ |
- 'pattern': '.', |
- 'action': ['download_from_google_storage', |
- '--quiet', |
- '--no_resume', |
- '--no_auth', |
- '--bucket', 'chromium-gn', |
- '--platform=darwin', |
- '-s', 'buildtools/mac/gn.sha1'], |
-},{ |
- 'pattern': '.', |
- 'action': ['download_from_google_storage', |
- '--quiet', |
- '--no_resume', |
- '--no_auth', |
- '--bucket', 'chromium-gn', |
- '--platform=win32', |
- '-s', 'buildtools/win/gn.exe.sha1'], |
-}] |
- |
recursedeps = [ "common" ] |