| Index: components/nacl.gyp
|
| diff --git a/components/nacl.gyp b/components/nacl.gyp
|
| index 9c8e2b3de15f370f0555fe04fd4230402f002ab3..8fb901161ef400b87f19b430c22d7f1e605cf41c 100644
|
| --- a/components/nacl.gyp
|
| +++ b/components/nacl.gyp
|
| @@ -449,6 +449,21 @@
|
| },
|
| ],
|
| }],
|
| + ['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/test_launcher_nacl_nonsfi.cc',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:test_support_base',
|
| + 'nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests_main',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| 'targets': [
|
| {
|
|
|