OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../../build/common_untrusted.gypi', | 10 '../../build/common_untrusted.gypi', |
(...skipping 11 matching lines...) Expand all Loading... |
22 'build_newlib': 0, | 22 'build_newlib': 0, |
23 'build_irt': 0, | 23 'build_irt': 0, |
24 'build_pnacl_newlib': 0, | 24 'build_pnacl_newlib': 0, |
25 'build_nonsfi_helper': 1, | 25 'build_nonsfi_helper': 1, |
26 | 26 |
27 'sources': [ | 27 'sources': [ |
28 # This is the subset of linux build target, needed for | 28 # This is the subset of linux build target, needed for |
29 # nacl_helper_nonsfi's sandbox implementation. | 29 # nacl_helper_nonsfi's sandbox implementation. |
30 'bpf_dsl/bpf_dsl.cc', | 30 'bpf_dsl/bpf_dsl.cc', |
31 'bpf_dsl/codegen.cc', | 31 'bpf_dsl/codegen.cc', |
32 'bpf_dsl/errorcode.cc', | |
33 'bpf_dsl/policy.cc', | 32 'bpf_dsl/policy.cc', |
34 'bpf_dsl/policy_compiler.cc', | 33 'bpf_dsl/policy_compiler.cc', |
35 'bpf_dsl/syscall_set.cc', | 34 'bpf_dsl/syscall_set.cc', |
36 'seccomp-bpf-helpers/sigsys_handlers.cc', | 35 'seccomp-bpf-helpers/sigsys_handlers.cc', |
37 'seccomp-bpf-helpers/syscall_parameters_restrictions.cc', | 36 'seccomp-bpf-helpers/syscall_parameters_restrictions.cc', |
38 'seccomp-bpf/die.cc', | 37 'seccomp-bpf/die.cc', |
39 'seccomp-bpf/sandbox_bpf.cc', | 38 'seccomp-bpf/sandbox_bpf.cc', |
40 'seccomp-bpf/syscall.cc', | 39 'seccomp-bpf/syscall.cc', |
41 'seccomp-bpf/trap.cc', | 40 'seccomp-bpf/trap.cc', |
42 'services/credentials.cc', | 41 'services/credentials.cc', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 ], | 76 ], |
78 }, | 77 }, |
79 'dependencies': [ | 78 'dependencies': [ |
80 '../../testing/gtest_nacl.gyp:gtest_nacl', | 79 '../../testing/gtest_nacl.gyp:gtest_nacl', |
81 ], | 80 ], |
82 }, | 81 }, |
83 ], | 82 ], |
84 }], | 83 }], |
85 ], | 84 ], |
86 } | 85 } |
OLD | NEW |