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

Unified Diff: components/components_tests.gyp

Issue 196793023: Add seccomp sandbox for non-SFI NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove one more unittest for shutdown Created 6 years, 8 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
« no previous file with comments | « no previous file | components/nacl.gyp » ('j') | components/nacl.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | components/nacl.gyp » ('j') | components/nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698