diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 16:55:23 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 16:55:23 +0000 |
commit | 50abe3e86d43f2dd46350bfc271aa25fd8a752f6 (patch) | |
tree | eaaff6b6477f69d7b9868ca3706d015f9b731425 | |
parent | feb79bcd1b3f755b1125ba471c4e17c7b7ede66d (diff) | |
download | chromium_src-50abe3e86d43f2dd46350bfc271aa25fd8a752f6.zip chromium_src-50abe3e86d43f2dd46350bfc271aa25fd8a752f6.tar.gz chromium_src-50abe3e86d43f2dd46350bfc271aa25fd8a752f6.tar.bz2 |
NaCl: Update revision in DEPS, r6106 -> r6145
BUG=none
TEST=nacl_integration
Review URL: http://codereview.chromium.org/7469002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93417 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,14 +9,14 @@ vars = { "swig_revision": "69281", # These hashes need to be updated when nacl_revision is changed. # After changing nacl_revision, run 'gclient runhooks' to get the new values. - "nacl_irt_hash_x86_32": "940d9c16d36e10085af92a72620865a099cf0ad9", - "nacl_irt_hash_x86_64": "55678cbba7e597f232d7d3d63508bec5fbd5c935", - "nacl_revision": "6106", + "nacl_irt_hash_x86_32": "53432ea2ca5f66f159c0af1ad210236b9634e7c4", + "nacl_irt_hash_x86_64": "fc86ff02675639192b00b0de9dc9d20415d6d306", + "nacl_revision": "6145", # 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 # revisions here, but it makes checkdeps confused. We should fix checkdeps. - "nacl_chrome_ppapi_revision": "92654", # native_client/DEPS: chrome_ppapi_rev + "nacl_chrome_ppapi_revision": "93192", # native_client/DEPS: chrome_ppapi_rev "nacl_tools_revision": "5360", # native_client/DEPS: tools_rev "libjingle_revision": "73", "libvpx_revision": "90416", |