Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 1866c2efdb51ebc5bfe10929bb6743a1fa8b4e62..3738f07df866b21d355f5197f7c8e3b6b5f5d870 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -493,6 +493,11 @@ |
| '../mojo/mojo_nacl.gyp:monacl_shell', |
| ], |
| }], |
| + ['disable_nacl==0 and disable_nacl_untrusted==0 and OS=="linux"', { |
| + 'dependencies': [ |
| + '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests', |
| + ], |
| + }], |
| ], |
| }, # target_name: chromium_builder_tests |
| ], |