Index: sandbox/linux/sandbox_linux.gypi |
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi |
index e124007784a2fb16a68c8ac013916930a3084cf1..fb68c73c2b48520e884ab5f759152feceff48e76 100644 |
--- a/sandbox/linux/sandbox_linux.gypi |
+++ b/sandbox/linux/sandbox_linux.gypi |
@@ -24,7 +24,8 @@ |
], |
}], |
# Similarly, compile seccomp BPF when we support it |
- [ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64")', { |
+ [ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64" ' |
+ 'or target_arch=="arm")', { |
'type': 'static_library', |
'dependencies': [ |
'seccomp_bpf', |
@@ -47,7 +48,8 @@ |
'../..', |
], |
'conditions': [ |
- [ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64")', { |
+ [ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64" ' |
+ 'or target_arch=="arm")', { |
'sources': [ |
'seccomp-bpf/sandbox_bpf_unittest.cc', |
], |