diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-18 00:06:12 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-18 00:06:12 +0000 |
commit | 0922d76148829b58dc92c261c041158957998fe4 (patch) | |
tree | 7e86c8cab6667397830d2bee1f873e5c5351014d /.DEPS.git | |
parent | 89e43f65817fe18cdee2e4b740ea874e6b0dc74f (diff) | |
download | chromium_src-0922d76148829b58dc92c261c041158957998fe4.zip chromium_src-0922d76148829b58dc92c261c041158957998fe4.tar.gz chromium_src-0922d76148829b58dc92c261c041158957998fe4.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.DEPS.git')
-rw-r--r-- | .DEPS.git | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -217,5 +217,26 @@ hooks = [ ], 'pattern': '.' +}, + { + 'action': + [ + 'python', + 'src/build/download_nacl_toolchains.py', + '--x86-version', + '6429', + '--nacl-newlib-only', + '--file-hash', + 'mac_x86_newlib', + 'be4cc2baf6eb34c8fe155a1bb61e2acd8ca1e924', + '--file-hash', + 'win_x86_newlib', + '56667d7f653b1005cd5116de3d8e9faf346053cf', + '--file-hash', + 'linux_x86_newlib', + '5e4876a1fa53c7701cdbeef969a99b3ff0b0ddc5' +], + 'pattern': + '.' } ] |