diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 23:03:40 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 23:03:40 +0000 |
commit | 26531a224340735a19c6c2cba95b781e6d6f673f (patch) | |
tree | aa3c9a07dcb1dac39e46c549f1bb5dcfe6e13914 /DEPS | |
parent | a193fddf861740bd7f22859ce345ed5648bccd99 (diff) | |
download | chromium_src-26531a224340735a19c6c2cba95b781e6d6f673f.zip chromium_src-26531a224340735a19c6c2cba95b781e6d6f673f.tar.gz chromium_src-26531a224340735a19c6c2cba95b781e6d6f673f.tar.bz2 |
NaCl: Update revision in DEPS, r10167 -> r10186
This pulls in the following Native Client changes:
r10168: (olonho) Make double mapping (for dynamic code loading) work on Android
r10169: (shcherbina) Validator_ragel ncval: handle all validation errors.
r10170: (shcherbina) Validator_ragel ncval: fix error detection in callback.
r10171: (shcherbina) Validator_ragel: add ncval_annotate.
r10172: (kschimpf) Add virtual "uses" to deal with R9 issue, and fix (ARM) table
r10173: (kschimpf) Add code to test the "defs" definition for decoders in the ARM7 tables. This
r10174: (jvoung) Update perf expectations for llc.nexe sizes (without export-dynamic).
r10175: (jfb) ARM validator huge tests: take the recent preload change into account.
r10176: (mseaborn) ARM: Use [r9, #4] instead of syscall for reading the IRT's TLS value
r10177: (mseaborn) Make the x86 validators compilable with -Wstrict-prototypes
r10178: (mseaborn) Set SVN property "svn:eol-style LF" on various assembly files
r10179: (dschuff) Update pnacl toolchain deps to bring in bitcode streaming fix
r10180: (kschimpf) Clean up data_processing_register_shifted_register table (ARM), and add uses virtual.
r10181: (dschuff) Update perf_expectation for runtime_ammp on ARM
r10182: (robertm) This will result in no action (i.e. no timeout) by default.
r10183: (petarj) [MIPS] Restore the trusted stack in NaClSyscallSeg.
r10184: (dschuff) Update Pnacl TOOL_REVISIONS to 10179
r10185: (robertm) update arm trusted TC rev to pull in qemu timeout check
r10186: (robertm) Make the ARM QEMU toolchain tests on the bots less likely terminate prematurely due to stuck jobs.
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11361082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166063 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": "10167", + "nacl_revision": "10186", # 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 |