Chromium Code Reviews| 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', |