| Index: sandbox/linux/sandbox_linux.gypi
|
| diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
|
| index a856ca8e9ccb8e72f51d47ce09132381ec329310..96cde200bbda006200a58259f3523a39b0f5952f 100644
|
| --- a/sandbox/linux/sandbox_linux.gypi
|
| +++ b/sandbox/linux/sandbox_linux.gypi
|
| @@ -10,9 +10,8 @@
|
| }, {
|
| 'compile_suid_client': 0,
|
| }],
|
| - ['((OS=="linux" or (OS=="android" and target_arch=="arm")) and '
|
| - '(target_arch=="ia32" or target_arch=="x64" or '
|
| - 'target_arch=="arm"))', {
|
| + ['(OS=="linux" or OS=="android") and (target_arch=="ia32" '
|
| + 'or target_arch=="x64" or target_arch=="arm")', {
|
| 'compile_seccomp_bpf': 1,
|
| }, {
|
| 'compile_seccomp_bpf': 0,
|
| @@ -76,6 +75,7 @@
|
| 'tests/unit_tests.cc',
|
| 'tests/unit_tests.h',
|
| 'services/broker_process_unittest.cc',
|
| + 'services/ucontext_unittest.cc'
|
| ],
|
| 'include_dirs': [
|
| '../..',
|
|
|