diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-29 17:17:32 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-29 17:17:32 +0000 |
commit | 0c6c80b90b03d672286e6cfdc167e1b60cca08a9 (patch) | |
tree | ae50042f500bfd8ac6471e4f0c412c6b5d6bcc75 /DEPS | |
parent | 6e9e9e23a03e5c6c05c8f17f0c38e4d2d5ab7367 (diff) | |
download | chromium_src-0c6c80b90b03d672286e6cfdc167e1b60cca08a9.zip chromium_src-0c6c80b90b03d672286e6cfdc167e1b60cca08a9.tar.gz chromium_src-0c6c80b90b03d672286e6cfdc167e1b60cca08a9.tar.bz2 |
NaCl: Update revision in DEPS, r12306 -> r12321
This pulls in the following Native Client changes:
r12307: (mseaborn) PNaCl: Remove unused dynamic linking code from crtbegin.c
r12308: (mseaborn) PNaCl: Switch to using copy of GCC torture tests under pnacl/git/gcc/
r12309: (bradnelson) Switch back to local MinGW for now.
r12310: (jfb) libnacl: add an API for secure random numbers.
r12311: (bradnelson) Incorporate gcc version string into toolchain_build platform string.
r12312: (bradnelson) Revert "Incorporate gcc version string into toolchain_build platform string."
r12313: (mseaborn) Unsandboxed IRT: Add munmap(), clock(), dup(), dup2() and read()
r12314: (petarj) Remove canned hello_world binary
r12315: (jvoung) Bump newlib revision for x86 and pnacl to pull in posix_memalign declaration.
r12316: (sbc) Build ARM trusted components as armhf rather than armel.
r12317: (jfb) Update pnacl/DEPS libcxx version.
r12318: (jfb) Revert "Update pnacl/DEPS libcxx version."
r12319: (jfb) Update PNaCl DEPS for clang and llvm
r12320: (jfb) Update PNaCl DEPS: libc++ and newlib
r12321: (mcgrathr) Add a test for x86 nop sequences generated by assembler/linker
BUG=none
TEST=browser_tests and nacl_integration
Review URL: https://codereview.chromium.org/50273002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ vars = { "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "skia_git": "https://skia.googlesource.com", "swig_revision": "230490", - "nacl_revision": "12306", + "nacl_revision": "12321", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "12289", # native_client/DEPS: tools_rev |