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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 11958035: Android: remove x86 from sandbox/linux once again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months 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 ce694a7df54f31d59a35efbb3079fd6b2ba5c188..a856ca8e9ccb8e72f51d47ce09132381ec329310 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -10,7 +10,7 @@
}, {
'compile_suid_client': 0,
}],
- ['((OS=="linux" or OS=="android") and '
+ ['((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,
« 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