1 # Copyright (c) 2012 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.
11 '../components/nacl/nacl_defines.gypi',
15 'target_name': 'nacl_helper',
21 '../components/nacl.gyp:nacl',
22 '../components/nacl_common.gyp:nacl_common',
23 '../crypto/crypto.gyp:crypto',
24 '../sandbox/sandbox.gyp:libc_urandom_override',
25 '../sandbox/sandbox.gyp:sandbox',
31 'nacl/nacl_helper_linux.cc',
32 '../base/posix/unix_domain_socket_linux.cc',
33 '../components/nacl/loader/nacl_sandbox_linux.cc',
34 '../content/common/child_process_sandbox_support_impl_shm_linux.cc',
35 '../content/common/sandbox_init_linux.cc',
36 '../content/common/sandbox_seccomp_bpf_linux.cc',
37 '../content/public/common/content_switches.cc',
40 ['toolkit_uses_gtk == 1', {
42 '../build/linux/system.gyp:gtk',
47 '../build/linux/system.gyp:glib',
50 ['os_posix == 1 and OS != "mac"', {
52 ['linux_use_tcmalloc==1', {
54 '../base/allocator/allocator.gyp:allocator',