diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-07 00:11:04 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-07 00:11:04 +0000 |
commit | 31e439b45cbb42352d2d9a21cc3f19cf736981e8 (patch) | |
tree | 7a7f6aa54d0a8baf4364b0523e35f6bd8cded6c8 /DEPS | |
parent | 7b5efd93112a03d51bd175d83ef31fc051305b60 (diff) | |
download | chromium_src-31e439b45cbb42352d2d9a21cc3f19cf736981e8.zip chromium_src-31e439b45cbb42352d2d9a21cc3f19cf736981e8.tar.gz chromium_src-31e439b45cbb42352d2d9a21cc3f19cf736981e8.tar.bz2 |
Fixing IRT download script so it works on windows (or fails after 5 tries).
Retrying nacl deps roll.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6958001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,9 @@ vars = { "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", # These hashes need to be updated when nacl_revision is changed. - "nacl_irt_hash_x86_32": "22aa515c504417708751f081f4b4325c0cebb1c7", - "nacl_irt_hash_x86_64": "3f345b96ba52220f404140d73f75d5443818774a", - "nacl_revision": "5062", + "nacl_irt_hash_x86_32": "e72ddc4bc568d6804dc595c8a136550ecaf6b5aa", + "nacl_irt_hash_x86_64": "694c864d7c50a902abf627771021abe658f519b3", + "nacl_revision": "5188", "nacl_tools_revision": "5025", "libjingle_revision": "55", "libvpx_revision": "81610", |