| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 9fae86e07b9f1963733f1f95ae88f3b4255a2233..6dd61c97bb03cc4063273aebc2b9986d3c566e78 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2119,13 +2119,13 @@
|
| 'chromium_win_pch': 0,
|
| }],
|
|
|
| - # The seccomp-bpf sandbox is only supported on three architectures
|
| + # The seccomp-bpf sandbox is only supported on four architectures
|
| # currently.
|
| # Do not disable seccomp_bpf anywhere without talking to
|
| # security@chromium.org!
|
| ['((OS=="linux" or OS=="android") and '
|
| '(target_arch=="ia32" or target_arch=="x64" or '
|
| - 'target_arch=="arm"))', {
|
| + 'target_arch=="arm" or target_arch=="mipsel"))', {
|
| 'use_seccomp_bpf%': 1,
|
| }, {
|
| 'use_seccomp_bpf%': 0,
|
|
|