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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 260793003: [MIPS] Add seccomp bpf support (Closed) Base URL: https://git.chromium.org/git/chromium/src.git@master
Patch Set: Rebase. 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: sandbox/linux/sandbox_linux.gypi
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index 0cccd2e9ebfb49d53678406febc08c5c4d17f01c..085c0393d4103410a49072039b3d4bad8b4453e3 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -12,7 +12,7 @@
'compile_suid_client': 0,
'compile_credentials': 0,
}],
- ['OS=="linux" and (target_arch=="ia32" or target_arch=="x64")', {
+ ['OS=="linux" and (target_arch=="ia32" or target_arch=="x64" or target_arch=="mipsel")', {
jln (very slow on Chromium) 2014/05/02 20:42:04 Please, wrap
nedeljko 2014/05/07 15:40:05 Done.
'compile_seccomp_bpf_demo': 1,
}, {
'compile_seccomp_bpf_demo': 0,
@@ -240,7 +240,9 @@
'services/android_arm_ucontext.h',
'services/android_ucontext.h',
'services/android_i386_ucontext.h',
+ 'services/android_mips_ucontext.h',
'services/arm_linux_syscalls.h',
+ 'services/mips_linux_syscalls.h',
'services/linux_syscalls.h',
'services/x86_32_linux_syscalls.h',
'services/x86_64_linux_syscalls.h',

Powered by Google App Engine
This is Rietveld 408576698