diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 17:40:09 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 17:40:09 +0000 |
commit | dfa521c72309666c4c7e62127eb480a6e8f2f457 (patch) | |
tree | ae50b368e3bde279edfaff8ff2c6c0a196e294ea | |
parent | 1d232b98fb18de71f7cc000c2f845c610efe113b (diff) | |
download | chromium_src-dfa521c72309666c4c7e62127eb480a6e8f2f457.zip chromium_src-dfa521c72309666c4c7e62127eb480a6e8f2f457.tar.gz chromium_src-dfa521c72309666c4c7e62127eb480a6e8f2f457.tar.bz2 |
NaCl: Update revision in DEPS, r10107 -> r10116
This pulls in the following Native Client changes:
r10108: (phosek) Add an IRT dev interface for mprotect()
r10109: (shcherbina) Validator testing cleanup: remove unnecessary add_rdfa_field script.
r10110: (mcgrathr) Refactor new toolchain recipes, build the compiler
r10111: (halyavin) Report to debugger that NaCl module has killed by signal 9,
r10112: (mseaborn) Add a hook for replacing standalone sel_ldr's outer sandbox setup
r10113: (mcgrathr) Make toolchain_build "pinned" procedure clobber local cruft
r10114: (bradnelson) Make the bots fail if they can't cache build results.
r10115: (sbc) Fix .d files generated by pnacl-clang on win32.
r10116: (shcherbina) Validator_ragel: add the very sketch of the new standalone validator (so-called ncval)
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11342007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164671 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ vars = { "chromium_git": "http://git.chromium.org/git", "chromiumos_git": "http://git.chromium.org/chromiumos", "swig_revision": "69281", - "nacl_revision": "10107", + "nacl_revision": "10116", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev |