Chromium Code Reviews| Index: sandbox/sandbox_nacl_nonsfi.gyp |
| diff --git a/sandbox/sandbox_nacl_nonsfi.gyp b/sandbox/sandbox_nacl_nonsfi.gyp |
| index 906fc7bdd87b089d5d19ab816c2e7e226501197f..88bcc7b0c428425cedf9b910e6f947d7e481a1bf 100644 |
| --- a/sandbox/sandbox_nacl_nonsfi.gyp |
| +++ b/sandbox/sandbox_nacl_nonsfi.gyp |
| @@ -55,6 +55,29 @@ |
| '../base/base_nacl.gyp:base_nacl_nonsfi', |
| ], |
| }, |
| + |
| + { |
| + 'target_name': 'sandbox_test_utils_nacl_nonsfi', |
|
Mark Seaborn
2015/05/12 18:07:37
Nit: should this be 'sandbox_linux_test_utils_nacl
hidehiko
2015/05/13 05:43:15
Done.
|
| + 'type': 'none', |
| + 'variables': { |
| + 'nacl_untrusted_build': 1, |
| + 'nlib_target': 'libsandbox_test_utils_nacl_nonsfi.a', |
| + 'build_glibc': 0, |
| + 'build_newlib': 0, |
| + 'build_irt': 0, |
| + 'build_pnacl_newlib': 0, |
| + 'build_nonsfi_helper': 1, |
| + |
| + 'sources': [ |
| + 'linux/seccomp-bpf/sandbox_bpf_test_runner.cc', |
| + 'linux/tests/sandbox_test_runner.cc', |
| + 'linux/tests/unit_tests.cc', |
| + ], |
| + }, |
| + 'dependencies': [ |
| + '../testing/gtest_nacl.gyp:gtest_nacl', |
| + ], |
| + }, |
| ], |
| }], |
| ], |