Commit 610c0159 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Update revision in DEPS, r13309 -> r13328

This pulls in the following Native Client changes:

r13310: (dyen) Commands for toolchain_build are now filtered before invoking anything.
r13311: (dyen) Fix for needing to push to ssh URL for toolchain_build sources.
r13312: (mcgrathr) Disable seccomp-bpf tests under ASan
r13313: (mcgrathr) Disable LSan (leak detection) in ASan tests
r13314: (mseaborn) Enable the -Wstrict-prototypes warning for untrusted code in the Gyp build
r13315: (dyen) Python logging now organized to use loggers instead of global variables.
r13316: (jfb) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
r13317: (jfb) Update revision for PNaCl r13281->r13311
r13318: (jfb) Update revision for PNaCl r13311->r13316
r13319: (mcgrathr) Fix leaks in gio tests
r13320: (mcgrathr) Fix leak of SRPC string argument template buffers
r13321: (dyen) Make sure git cache dir is not referenced directly in case of cygwin.
r13322: (noelallen) Roll bionic
r13323: (mcgrathr) Don't close stderr in ncval_stubout
r13324: (jvoung) Change torture_test.py to use toolchain_build/src instead of pnacl/git.
r13325: (mcgrathr) Use LC_ALL=C rather than LANG=en_US.UTF-8 in build_nexe.py
r13326: (mcgrathr) meaningless change to kick bots
r13327: (petarj) [MIPS] Accept SIGTRAP from __builtin_trap
r13328: (mseaborn) Untrusted Gyp build: Apply -Wstrict-prototypes to NaCl-side code only

BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32,linux_arm_cross_compile,linux_nacl_sdk_build

Review URL: https://codereview.chromium.org/333503006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276758 0039d316-1c4b-4281-b951-d872f2087c98
parent 0264d7c6
...@@ -34,7 +34,7 @@ vars = { ...@@ -34,7 +34,7 @@ vars = {
"pdfium_git": "https://pdfium.googlesource.com", "pdfium_git": "https://pdfium.googlesource.com",
"skia_git": "https://skia.googlesource.com", "skia_git": "https://skia.googlesource.com",
"swig_revision": "230490", "swig_revision": "230490",
"nacl_revision": "13309", "nacl_revision": "13328",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's. # to update other nacl_*_revision's.
"nacl_tools_revision": "13077", # native_client/DEPS: tools_rev "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment