Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index fa078966f9194595f82eca2525ca601d5d3b00ef..2dcf67ec269905871a7ba86a6f578c054a972196 100644 |
| --- a/components/components_tests.gyp |
| +++ b/components/components_tests.gyp |
| @@ -345,6 +345,15 @@ |
| 'nacl.gyp:nacl_common', |
| ], |
| }], |
| + ['disable_nacl==0 and OS == "linux"', { |
|
Mark Seaborn
2014/04/15 23:03:14
Nit: removes spaces around "==" to follow usual Gy
hamaji
2014/04/16 02:10:48
Done.
|
| + 'sources': [ |
| + 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc', |
| + ], |
| + 'dependencies': [ |
| + 'nacl.gyp:nacl_loader', |
| + '../sandbox/sandbox.gyp:sandbox_linux_test_utils', |
| + ], |
| + }], |
| ['OS == "mac"', { |
| 'link_settings': { |
| 'libraries': [ |