diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-02 21:14:28 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-02 21:14:28 +0000 |
commit | 5e14c0ae7cda1a39e5aea314ec815b31e844c2b8 (patch) | |
tree | 3e76348982390a752086dad1d3df489eeaab1ac5 /DEPS | |
parent | 9bed88ad9ea1d6f9bab6b6a16132408a1f0a6ed0 (diff) | |
download | chromium_src-5e14c0ae7cda1a39e5aea314ec815b31e844c2b8.zip chromium_src-5e14c0ae7cda1a39e5aea314ec815b31e844c2b8.tar.gz chromium_src-5e14c0ae7cda1a39e5aea314ec815b31e844c2b8.tar.bz2 |
NaCl: Update revision in DEPS, r12194 -> r12206
This pulls in the following Native Client changes:
r12195: (petarj) Build fuzz test instead of using the canned binary
r12196: (petarj) [MIPS] Move the upper guard line to 0x40008000
r12197: (jvoung) Turn on fp-restore part of eh_floating_point_*_test for PNaCl.
r12198: (halyavin) Allow debug stub not to crash while accessing the first page.
r12199: (dschuff) Move __libnacl_irt_init to its own file
r12200: (phosek) timespec definition guard
r12201: (phosek) Enable mprotect syscall by default
r12202: (jvoung) Remove a couple of known failures from toolchain_tester list.
r12203: (sbc) Update ARM trusted root image to include precise security updates.
r12204: (bradnelson) Adding exception information to minidumps.
r12205: (sehr) Remove glibc support from the PNaCl driver
r12206: (bsy) Change gdb_test_guest to take file arg instead of fixed name; remove file after use in nacl.scons
BUG=none
TEST=browser_tests and nacl_integration
Review URL: https://codereview.chromium.org/25548006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ vars = { "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "skia_git": "https://skia.googlesource.com", "swig_revision": "69281", - "nacl_revision": "12194", + "nacl_revision": "12206", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev |