1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
10 '../build/common_untrusted.gypi',
13 ['disable_nacl==0 and disable_nacl_untrusted==0', {
16 'target_name': 'sandbox_nacl_nonsfi',
19 'nacl_untrusted_build': 1,
20 'nlib_target': 'libsandbox_nacl_nonsfi.a',
24 'build_pnacl_newlib': 0,
25 'build_nonsfi_helper': 1,
28 # This is the subset of linux build target, needed for
29 # nacl_helper_nonsfi's sandbox implementation.
30 'linux/services/credentials.cc',
31 'linux/services/namespace_utils.cc',
32 'linux/services/namespace_sandbox.cc',
33 'linux/services/proc_util.cc',
34 'linux/services/syscall_wrappers.cc',
35 'linux/services/thread_helpers.cc',
36 'linux/suid/client/setuid_sandbox_client.cc',
37 # TODO(hidehiko): Support seccomp-bpf sandbox.
41 '../base/base_nacl.gyp:base_nacl_nonsfi',