Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1352)

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 11649044: Fix Android x86 build with a quick hack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/sandbox_linux.gypi
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index 936b3f6c2eeb6500944049e2bf9d2319b77aea94..5cdb8ca93f1d1a41d2ca088313736c00d6c6e8df 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -10,8 +10,9 @@
}, {
'compile_suid_client': 0,
}],
- ['(OS=="linux" or OS=="android") and (target_arch=="ia32" '
- 'or target_arch=="x64" or target_arch=="arm")', {
+ ['((OS=="linux" or (OS=="android" and target_arch=="arm")) and '
+ '(target_arch=="ia32" or target_arch=="x64" or '
+ 'target_arch=="arm"))', {
'compile_seccomp_bpf': 1,
}, {
'compile_seccomp_bpf': 0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698