| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 48370974cad76d9588387b868a893b315dff95e9..4d79a84feacb65f445d2b59bea35961e42760263 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -489,6 +489,11 @@
|
| '../components/nacl.gyp:nacl_loader_unittests',
|
| ],
|
| }],
|
| + ['disable_nacl==0 and disable_nacl_untrusted==0 and OS=="linux"', {
|
| + 'dependencies': [
|
| + '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests',
|
| + ],
|
| + }],
|
| ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| 'dependencies': [
|
| '../mojo/mojo_nacl_untrusted.gyp:libmojo',
|
|
|