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

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: 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
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',
+ ],
+ },
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698