Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: components/components_tests.gyp

Issue 273623002: Non-SFI NaCl: Stop running sandbox tests in components_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 77be27280582bc39cbec01cfd1bda4dccdbfea1a..be92f2f1c23ab3eaeef929e4cce28ffdb693ebdd 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -381,16 +381,6 @@
'nacl.gyp:nacl_common',
],
}],
- ['disable_nacl==0 and OS=="linux"', {
- 'sources': [
- 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc',
- 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc',
- ],
- 'dependencies': [
- 'nacl.gyp:nacl_linux',
- '../sandbox/sandbox.gyp:sandbox_linux_test_utils',
- ],
- }],
['OS == "mac"', {
'link_settings': {
'libraries': [
« no previous file with comments | « no previous file | components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc » ('j') | sandbox/linux/tests/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698