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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'linux/services/resource_limits.cc', | 48 'linux/services/resource_limits.cc', |
49 'linux/services/syscall_wrappers.cc', | 49 'linux/services/syscall_wrappers.cc', |
50 'linux/services/thread_helpers.cc', | 50 'linux/services/thread_helpers.cc', |
51 'linux/suid/client/setuid_sandbox_client.cc', | 51 'linux/suid/client/setuid_sandbox_client.cc', |
52 ], | 52 ], |
53 }, | 53 }, |
54 'dependencies': [ | 54 'dependencies': [ |
55 '../base/base_nacl.gyp:base_nacl_nonsfi', | 55 '../base/base_nacl.gyp:base_nacl_nonsfi', |
56 ], | 56 ], |
57 }, | 57 }, |
| 58 |
| 59 { |
| 60 'target_name': 'sandbox_linux_test_utils_nacl_nonsfi', |
| 61 'type': 'none', |
| 62 'variables': { |
| 63 'nacl_untrusted_build': 1, |
| 64 'nlib_target': 'libsandbox_linux_test_utils_nacl_nonsfi.a', |
| 65 'build_glibc': 0, |
| 66 'build_newlib': 0, |
| 67 'build_irt': 0, |
| 68 'build_pnacl_newlib': 0, |
| 69 'build_nonsfi_helper': 1, |
| 70 |
| 71 'sources': [ |
| 72 'linux/seccomp-bpf/sandbox_bpf_test_runner.cc', |
| 73 'linux/tests/sandbox_test_runner.cc', |
| 74 'linux/tests/unit_tests.cc', |
| 75 ], |
| 76 }, |
| 77 'dependencies': [ |
| 78 '../testing/gtest_nacl.gyp:gtest_nacl', |
| 79 ], |
| 80 }, |
58 ], | 81 ], |
59 }], | 82 }], |
60 ], | 83 ], |
61 } | 84 } |
OLD | NEW |