Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: sandbox/sandbox_nacl_nonsfi.gyp

Issue 1137553003: Non-SFI mode: Build nacl_helper_nonsfi_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/tests/unit_tests.cc ('k') | testing/gtest_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
],
}],
],
« no previous file with comments | « sandbox/linux/tests/unit_tests.cc ('k') | testing/gtest_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698