Index: sandbox/sandbox_nacl_nonsfi.gyp |
diff --git a/sandbox/sandbox_nacl_nonsfi.gyp b/sandbox/sandbox_nacl_nonsfi.gyp |
index 906fc7bdd87b089d5d19ab816c2e7e226501197f..f56ad15a7777dd2135372c93a175a62f3c2ae069 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_linux_test_utils_nacl_nonsfi', |
+ 'type': 'none', |
+ 'variables': { |
+ 'nacl_untrusted_build': 1, |
+ 'nlib_target': 'libsandbox_linux_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', |
+ ], |
+ }, |
], |
}], |
], |