| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 2a0118ba9cf04de389cf51d7838785ecf69c9689..ad9ec73c8797d1948fb8f8ad543305a0917f75a5 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2221,13 +2221,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,
|
|
|