diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 20:42:13 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 20:42:13 +0000 |
commit | 165e786bf08b5511406e73c3d4cf077aa00764de (patch) | |
tree | be48e05eea31aba3e13756a9dae0556974f2fb2e /.DEPS.git | |
parent | 3a0b2499c0a1c9e1456790cf501df6eb15af5f82 (diff) | |
download | chromium_src-165e786bf08b5511406e73c3d4cf077aa00764de.zip chromium_src-165e786bf08b5511406e73c3d4cf077aa00764de.tar.gz chromium_src-165e786bf08b5511406e73c3d4cf077aa00764de.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.DEPS.git')
-rw-r--r-- | .DEPS.git | 43 |
1 files changed, 13 insertions, 30 deletions
@@ -194,45 +194,28 @@ 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', - '6429', + '6494', '--nacl-newlib-only', '--file-hash', 'mac_x86_newlib', - 'be4cc2baf6eb34c8fe155a1bb61e2acd8ca1e924', + '1b0855435c03c435a011c6105a509624b2a4edaa', '--file-hash', 'win_x86_newlib', - '56667d7f653b1005cd5116de3d8e9faf346053cf', + '5038a47b5a9a49acdc36cbe311aec7bce575c164', '--file-hash', 'linux_x86_newlib', - '5e4876a1fa53c7701cdbeef969a99b3ff0b0ddc5' + '01e245dc6dca16bea5cf840dbc77e3aa138f234f' +], + 'pattern': + '.' +}, + { + 'action': + [ + 'python', + 'src/build/gyp_chromium' ], 'pattern': '.' |