diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-06 18:17:08 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-06 18:17:08 +0000 |
commit | 6a9aa7d0dbca2180c4d9d853c2b681ffb4b9e6bf (patch) | |
tree | 57728c8171c9078b40fffca8465011eab59b776b /DEPS | |
parent | bdff416f9c0fe3c07c2fc1de5319991db2bbf549 (diff) | |
download | chromium_src-6a9aa7d0dbca2180c4d9d853c2b681ffb4b9e6bf.zip chromium_src-6a9aa7d0dbca2180c4d9d853c2b681ffb4b9e6bf.tar.gz chromium_src-6a9aa7d0dbca2180c4d9d853c2b681ffb4b9e6bf.tar.bz2 |
NaCl: Update revision in DEPS, r7946 -> r7952
This pulls in the following Native Client changes:
r7947: (sehr) Removes the -i option from the start up command line and replaces the argument
r7948: (halyavin) Remove temporary change need for display manifest url in chrome://memory page.
r7949: (kschimpf) Fix code so that x86-32 decoder doesn't abort on some illegal instructions.
r7950: (kschimpf) Factor out xed decoder into separate tester instance.
r7951: (jvoung) Fix bug from 7761. Have pnacl toolchain tester actually test sbtc for arm.
r7952: (kschimpf) Remove the confusing concept of OpDest from the new decoder.
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9595029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ vars = { "webkit_revision": "109784", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "7946", + "nacl_revision": "7952", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7139", # native_client/DEPS: tools_rev |