From 0c6c80b90b03d672286e6cfdc167e1b60cca08a9 Mon Sep 17 00:00:00 2001 From: "mseaborn@chromium.org" Date: Tue, 29 Oct 2013 17:17:32 +0000 Subject: 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index b525252..2d7f186 100644 --- a/DEPS +++ b/DEPS @@ -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 -- cgit v1.1