Commit 8a7001a1 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Update revision in DEPS, r13281 -> r13295

This pulls in the following Native Client changes:

r13282: (hamaji) Non-SFI Mode: Handle args and envp in entry_linux.c
r13283: (hamaji) Remove FUN_TO_VOID_PTR in nc_thread.c
r13284: (jfb) Update revision for PNaCl r13261->r13281
r13285: (dyen) Fix for incorrect indentation causing windows to not update cygwin.
r13286: (mseaborn) Cleanup: Fix dlmalloc/malloc.c to compile with -Wstrict-prototypes
r13287: (mcgrathr) Update x86 and ARM newlib toolchains
r13288: (dyen) When validating git repositories, also check if the repository is empty.
r13289: (bradnelson) Turn annotator tags for toolchain_build back on by default.
r13290: (sehr) Create NaCl Android trybots
r13291: (dyen) Toolchain building now utilizes a git cache to share git objects.
r13292: (mcgrathr) toolchain_build: Add suffix to buildbot test step names
r13293: (binji) Update PNaCl newlib
r13294: (hamaji) Non-SFI Mode: Add thread support to libnacl_sys_private
r13295: (hamaji) Work-around a false alarm from cpplint by defining a typedef

BUG=none
TEST=browser_tests and nacl_integration

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275495 0039d316-1c4b-4281-b951-d872f2087c98
parent 29826043
...@@ -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": "13281", "nacl_revision": "13295",
# 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