summaryrefslogtreecommitdiffstats
path: root/.DEPS.git
diff options
context:
space:
mode:
authorchrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 04:38:09 +0000
committerchrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 04:38:09 +0000
commitca49fa84ef9d8679d6b9507337bfcdcb072a8fe3 (patch)
tree6413a63ec7f1d787fbf2f649f6b5e6480ead0ac5 /.DEPS.git
parent9487f8f45b1b94b1f92eec62eeed853b75cc7011 (diff)
downloadchromium_src-ca49fa84ef9d8679d6b9507337bfcdcb072a8fe3.zip
chromium_src-ca49fa84ef9d8679d6b9507337bfcdcb072a8fe3.tar.gz
chromium_src-ca49fa84ef9d8679d6b9507337bfcdcb072a8fe3.tar.bz2
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.DEPS.git')
-rw-r--r--.DEPS.git51
1 files changed, 51 insertions, 0 deletions
diff --git a/.DEPS.git b/.DEPS.git
index 2c909fc..040cbd0 100644
--- a/.DEPS.git
+++ b/.DEPS.git
@@ -504,6 +504,57 @@ hooks = [
'--platform=win32',
'--no_auth',
'--bucket',
+ 'chromium-nodejs',
+ '-s',
+ 'src/tools/nodejs/win/node.exe.sha1'
+],
+ 'pattern':
+ 'src/tools/nodejs/win/node.exe.sha1',
+ 'name':
+ 'nodejs_win'
+},
+ {
+ 'action':
+ [
+ 'download_from_google_storage',
+ '--no_resume',
+ '--platform=darwin',
+ '--no_auth',
+ '--bucket',
+ 'chromium-nodejs',
+ '-s',
+ 'src/tools/nodejs/mac/node.sha1'
+],
+ 'pattern':
+ 'src/tools/nodejs/mac/node.sha1',
+ 'name':
+ 'nodejs_mac'
+},
+ {
+ 'action':
+ [
+ 'download_from_google_storage',
+ '--no_resume',
+ '--platform=linux*',
+ '--no_auth',
+ '--bucket',
+ 'chromium-nodejs',
+ '--directory',
+ 'src/tools/nodejs/linux'
+],
+ 'pattern':
+ 'src/tools/nodejs/linux/*.sha1',
+ 'name':
+ 'nodejs_linux'
+},
+ {
+ 'action':
+ [
+ 'download_from_google_storage',
+ '--no_resume',
+ '--platform=win32',
+ '--no_auth',
+ '--bucket',
'chromium-gn',
'-s',
'src/tools/gn/bin/win/gn.exe.sha1'