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

Unified Diff: components/nacl.gyp

Issue 1154313003: Non-SFI mode: Implement test launcher for 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: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 9c8e2b3de15f370f0555fe04fd4230402f002ab3..f756a7d9766a4e308c8ab38341666bd3fcc0073e 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -449,6 +449,22 @@
},
],
}],
+ ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test==1', {
+ 'targets': [
+ {
+ 'target_name': 'nacl_helper_nonsfi_unittests',
+ 'type': '<(gtest_target_type)',
+ 'sources': [
+ 'nacl/loader/nonsfi/nacl_helper_nonsfi_unittests.cc',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_launcher_nacl_nonsfi',
+ 'nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests_main',
+ ],
+ },
+ ],
+ }],
],
'targets': [
{

Powered by Google App Engine
This is Rietveld 408576698