Commit e59f2ff2 authored by dschuff@chromium.org's avatar dschuff@chromium.org

NaCl: Update revision in DEPS, r13350 -> r13371

This pulls in the following Native Client changes:

r13351: (bradnelson) Pull in a newer glibc revision.
r13352: (mseaborn) PNaCl: Remove uses of "-pnaclabi-allow-dev-intrinsics", which is a no-op now
r13353: (bradnelson) Adding a test to confirm fdopen works.
r13354: (jvoung) Define __UINT_LEAST8_TYPE__ for toolchain tester.
r13355: (dschuff) Disable SSSE3 for PNaCl SIMD vector tests on Windows.
r13356: (mseaborn) PNaCl driver scripts: Move selection of some link options to pnacl-translate
r13357: (jfb) Update revision for PNaCl r13316->r13350
r13358: (mseaborn) Remove the need to call nacl_secure_random_init() before nacl_secure_random()
r13359: (hamaji) Non-SFI Mode: Add clock_getres syscall wrapper
r13360: (hamaji) Non-SFI Mode: Add dup and dup2 syscall wrappers
r13361: (hamaji) Non-SFI Mode: Add nanosleep syscall wrapper
r13362: (dschuff) Update default mcpu values to not use SSSE3 and tune for pre-sandybridge CPUs
r13363: (dschuff) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
r13364: (teravest) NaCl: Allow nexe loads without LOAD_MODULE SRPC.
r13365: (dschuff) Fix driver tests for new translation flags
r13366: (dschuff) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
r13367: (thakis) Set target_arch to ia32 instead of x86_64 on 32bit userland 64bit kernel systems.
r13368: (dschuff) PNaCl: add Windows to set of bots used by try_git_change.py
r13369: (thakis) Don't remove -m32 when building ia32 targets.
r13370: (thakis) Revert r13369
r13371: (dschuff) Update revision for PNaCl r13350->r13366

BUG=none
TEST=browser_tests and nacl_integration
R=dschuff@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278127 0039d316-1c4b-4281-b951-d872f2087c98
parent 5bbfbae2
...@@ -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": "13350", "nacl_revision": "13371",
# 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