Commit 9487f8f4 authored by raymes@chromium.org's avatar raymes@chromium.org

Add node.js gsutil .sha1 files.

This adds the gsutil .sha1 files for node.js binaries which are stored in
Google storage. It also updates the DEPS file to pull these binaries.

BUG=

Review URL: https://codereview.chromium.org/125593004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243768 0039d316-1c4b-4281-b951-d872f2087c98
parent 9e430fb8
......@@ -658,6 +658,40 @@ 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",
......
This diff is collapsed.
Name node.js
URL: http://nodejs.org/
Version: 0.10.24
License: MIT
License File: NOT_SHIPPED
Security Critical: No
These binaries have been obtained from http://nodejs.org/download/ and uploaded
to Google storage using gsutil.
Instructions for uploading are located at:
https://sites.google.com/a/google.com/chrome-infrastructure/git-conversion/moving-large-files-to-google-storage
The bucket name is "chromium-nodejs".
afa977ef21b91a0ac4d1a2b11675a9f24a693bcb
\ No newline at end of file
631deb1d30dc1e3d7542cde7eff420e89ff0185e
\ No newline at end of file
d7fc6f956b82cd6307b77610d5b31e32ab967ece
\ No newline at end of file
782c0b437f1d4205d7ba012e02157fb984d656b0
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment