diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-02 16:32:44 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-02 16:32:44 +0000 |
commit | dcfdb63bb9a5466e0edf2915d1f4d9af1e651d98 (patch) | |
tree | 427fbdf4e006c42829312d908e9e1980ff2e7c2d /DEPS | |
parent | 1e6d0a5934d87473678c5ca193664aff1964d86f (diff) | |
download | chromium_src-dcfdb63bb9a5466e0edf2915d1f4d9af1e651d98.zip chromium_src-dcfdb63bb9a5466e0edf2915d1f4d9af1e651d98.tar.gz chromium_src-dcfdb63bb9a5466e0edf2915d1f4d9af1e651d98.tar.bz2 |
NaCl: Update revision in DEPS, r9883 -> r9899
This pulls in the following Native Client changes:
r9884: (petarj) [MIPS] Build sel_ldr for MIPS.
r9885: (jvoung) Add a small set of sandboxed translator tests to the tc
r9886: (shcherbina) Enforce "run_..._test" naming convention for tests in scons.
r9887: (halyavin) Update glibc revision.
r9888: (dschuff) Remove toollib and toolinc from build_nexe.py
r9889: (jfb) Make portability bits truly portable.
r9890: (mseaborn) PNaCl: Update binutils-gold revision
r9891: (mseaborn) ARM: Add the CPSR (flags) register to NaClSignalContext
r9892: (bsy) change native_client/.../sys/mman.h to native_client/.../bits/mman.h
r9893: (iannucci) Add default Chrome binary location for winja.
r9894: (bsy) fixed merge issue w/ reappearance of const in munmap
r9895: (mcgrathr) Do not use explicit -L for standard library directories
r9896: (dschuff) Pull in merge to LLVM r164918 This pulls in the recent enabling of the new
r9897: (mseaborn) Increase verbosity for threading tests that fail with exit status -1 on Windows
r9898: (mseaborn) Enable run_multidomain_test on Mac OS X
r9899: (shcherbina) Add test showing that x86-64 validators accept lock and data16 prefixes in any order.
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11040022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-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": "9883", + "nacl_revision": "9899", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "9330", # native_client/DEPS: tools_rev |