Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 0576db7967148f8fd38591dd9d61fc396b3caef2..40107d2f0d71a05d04f4c21b4014f708b9252f57 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -327,6 +327,15 @@ |
'nacl.gyp:nacl_common', |
], |
}], |
+ ['disable_nacl==0 and OS == "linux"', { |
+ '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': [ |