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

Unified Diff: components/nacl.gyp

Issue 226033002: Ensure seccomp-bpf cannot be silently disabled for non-SFI NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 160b934e893f1c0ef44b309aeef81fd27698dd5f..fd5714514132f90700aab159cc7b4f902c92316b 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -184,6 +184,7 @@
'dependencies': [
'nacl',
'nacl_common',
+ 'nacl_switches',
'../components/tracing.gyp:tracing',
'../crypto/crypto.gyp:crypto',
'../sandbox/sandbox.gyp:libc_urandom_override',

Powered by Google App Engine
This is Rietveld 408576698