Index: DEPS |
diff --git a/DEPS b/DEPS |
index d7aea2a7fce0289d4f20d6d6e607a6651e02c7f5..74cd3409fee1ecc665cca2501e43e89894f24f10 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -658,40 +658,6 @@ hooks = [ |
"-s", "src/third_party/WebKit", |
"-o", "src/build/util/LASTCHANGE.blink"], |
}, |
- # Pull node.js binaries. |
- { |
- "name": "nodejs_win", |
- "pattern": "src/tools/nodejs/win/node.exe.sha1", |
- "action": [ "download_from_google_storage", |
- "--no_resume", |
- "--platform=win32", |
- "--no_auth", |
- "--bucket", "chromium-nodejs", |
- "-s", "src/tools/nodejs/win/node.exe.sha1", |
- ], |
- }, |
- { |
- "name": "nodejs_mac", |
- "pattern": "src/tools/nodejs/mac/node.sha1", |
- "action": [ "download_from_google_storage", |
- "--no_resume", |
- "--platform=darwin", |
- "--no_auth", |
- "--bucket", "chromium-nodejs", |
- "-s", "src/tools/nodejs/mac/node.sha1", |
- ], |
- }, |
- { |
- "name": "nodejs_linux", |
- "pattern": "src/tools/nodejs/linux/*.sha1", |
- "action": [ "download_from_google_storage", |
- "--no_resume", |
- "--platform=linux*", |
- "--no_auth", |
- "--bucket", "chromium-nodejs", |
- "--directory", "src/tools/nodejs/linux", |
- ], |
- }, |
# Pull GN binaries. This needs to be before running GYP below. |
{ |
"name": "gn_win", |