From cd4f726ba98aeffb0e1605be5d915f20cb6b59cb Mon Sep 17 00:00:00 2001 From: sbc Date: Tue, 7 Jul 2015 07:48:12 -0700 Subject: [PATCH] NaCl: Update revision in DEPS, 9cb3a31 -> 4e75a29 This pulls in the following Native Client changes: e99966a: (mseaborn@chromium.org) Move syscall handler table into NaClApp, instead of it being a global array 0f30d70: (sbc@chromium.org) Remove hardcoded location for mips gcc compiler 20e82d0: (leslieb@chromium.org) Initial x86-32 validator hook implementation for safe remote debugging in nacl. e91fa6d: (kschimpf@google.com) PNaCl: Update Subzero revision in pnacl/COMPONENT_REVISIONS cd7b373: (sbc@chromium.org) Disable pnacl_dynloader for mips ac2c414: (sbc@chromium.org) [MIPS] Add MIPS trusted toolchain to toolchain_revisions 490baeb: (dschuff@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS efd02a4: (sbc@chromium.org) Add arm glibc support for gyp build 04818d4: (sbc@chromium.org) Port some changes from chromium's common.gypi 1bd60be: (bradnelson@chromium.org) Disable perf graph upload for android builders. b2c6249: (jvoung@chromium.org) Update revision for PNaCl 4ada3cb: (dcheng@chromium.org) Fix a -Wempty-body warning in NaClPerfCounterMark 99aebd3: (smklein@chromium.org) Adding filesz vs memsz check while loading the IRT as an ELF object. 63c4915: (sbc@chromium.org) Don't dump sel_ldr command line when verbosity < 0 5bf1530: (jvoung@chromium.org) Add ARM glibc nso action too. 4e75a29: (sbc@chromium.org) Fix chromium integration issues in common.gypi Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/9cb3a31796937176950f1727ea5b7778c9861ae5..4e75a2959c8c77f68890c29c5082e2a67c99de6f BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1221183003 Cr-Commit-Position: refs/heads/master@{#337599} --- DEPS | 2 +- ppapi/native_client/native_client.gyp | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 75c4e9073c25..6ee0e8dac0c2 100644 --- a/DEPS +++ b/DEPS @@ -82,7 +82,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling NaCl # and whatever else without interference from each other. - 'nacl_revision': '9cb3a31796937176950f1727ea5b7778c9861ae5', + 'nacl_revision': '4e75a2959c8c77f68890c29c5082e2a67c99de6f', } # Only these hosts are allowed for dependencies in this DEPS file. diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp index 41b74f796d46..e7676981447a 100644 --- a/ppapi/native_client/native_client.gyp +++ b/ppapi/native_client/native_client.gyp @@ -89,6 +89,13 @@ 'src/untrusted/irt_stub/libppapi.a', ], }, + { + 'destination': '>(tc_lib_dir_glibc_arm)', + 'files': [ + 'src/untrusted/irt_stub/libppapi.a', + 'src/untrusted/irt_stub/libppapi.so', + ], + }, ] }], ['target_arch=="mipsel"', { -- 2.11.4.GIT