diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 23:32:11 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 23:32:11 +0000 |
commit | 599dcac04fd879e1364958ccb6067a40c06d6c87 (patch) | |
tree | cad0e6cf5c8290a083c304337de29f3a0c8aa172 /DEPS | |
parent | ae25a371e8197d119bc4166d8708a67763d0555a (diff) | |
download | chromium_src-599dcac04fd879e1364958ccb6067a40c06d6c87.zip chromium_src-599dcac04fd879e1364958ccb6067a40c06d6c87.tar.gz chromium_src-599dcac04fd879e1364958ccb6067a40c06d6c87.tar.bz2 |
Update NaCl rev from 6743 to 6760
Update NaCl toolchains rev to 6757
Add license check string for file pulled in by toolchain bump
BUG= none
TEST= trybots
Review URL: http://codereview.chromium.org/7975001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,7 +7,7 @@ vars = { "webkit_revision": "95802", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "6743", + "nacl_revision": "6760", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. # TODO(brettw) We should use the "From" syntax to avoid hardcoding the @@ -18,12 +18,12 @@ vars = { # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the # new values. "nacl_toolchain_mac_x86_newlib_hash": - "1b0855435c03c435a011c6105a509624b2a4edaa", + "280ecee659ff804d5eeca8964c31545b0d68d9c8", "nacl_toolchain_win_x86_newlib_hash": - "5038a47b5a9a49acdc36cbe311aec7bce575c164", + "7730f4515c745c0c012df4a1080be9a46ffcda47", "nacl_toolchain_linux_x86_newlib_hash": - "01e245dc6dca16bea5cf840dbc77e3aa138f234f", - "nacl_toolchain_revision": "6494", + "596aa5b812ec4b24160ed7ce55b3fd141f929fbf", + "nacl_toolchain_revision": "6757", "libjingle_revision": "85", "libvpx_revision": "97420", |