diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-22 22:57:12 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-22 22:57:12 +0000 |
commit | 565bfe6454edf5a06d6c028d8131903654f851f3 (patch) | |
tree | a3fb6140602d69f597ed40dd21842203c5d691fd /.DEPS.git | |
parent | 132c7cf030d2b87c6fefda7d84d2cb94a0239dd8 (diff) | |
download | chromium_src-565bfe6454edf5a06d6c028d8131903654f851f3.zip chromium_src-565bfe6454edf5a06d6c028d8131903654f851f3.tar.gz chromium_src-565bfe6454edf5a06d6c028d8131903654f851f3.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.DEPS.git')
-rw-r--r-- | .DEPS.git | 43 |
1 files changed, 30 insertions, 13 deletions
@@ -194,28 +194,45 @@ hooks = [ 'action': [ 'python', + 'src/build/gyp_chromium' +], + 'pattern': + '.' +}, + { + 'action': + [ + 'python', + 'src/build/download_nacl_irt.py', + '--nacl_revision', + '6499', + '--file_hash', + 'x86_32', + '3da71eefa07c815a1aed9dc3a379fc41efda4b6b', + '--file_hash', + 'x86_64', + '147077c09e87ff2db20d32af2054bfb4de343c20' +], + 'pattern': + '.' +}, + { + 'action': + [ + 'python', 'src/build/download_nacl_toolchains.py', '--x86-version', - '6494', + '6429', '--nacl-newlib-only', '--file-hash', 'mac_x86_newlib', - '1b0855435c03c435a011c6105a509624b2a4edaa', + 'be4cc2baf6eb34c8fe155a1bb61e2acd8ca1e924', '--file-hash', 'win_x86_newlib', - '5038a47b5a9a49acdc36cbe311aec7bce575c164', + '56667d7f653b1005cd5116de3d8e9faf346053cf', '--file-hash', 'linux_x86_newlib', - '01e245dc6dca16bea5cf840dbc77e3aa138f234f' -], - 'pattern': - '.' -}, - { - 'action': - [ - 'python', - 'src/build/gyp_chromium' + '5e4876a1fa53c7701cdbeef969a99b3ff0b0ddc5' ], 'pattern': '.' |