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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 12025004: Android make sandbox/linux/seccomp-bpf compile on i386 (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
Index: sandbox/linux/sandbox_linux.gypi
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index a856ca8e9ccb8e72f51d47ce09132381ec329310..2fac989ab6397f764ee6ad0be81e0f9da6333b31 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 target_arch=="arm")) and '
+ ['((OS=="linux" or OS=="android") and '
'(target_arch=="ia32" or target_arch=="x64" or '
'target_arch=="arm"))', {
'compile_seccomp_bpf': 1,
@@ -127,6 +127,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ 'sandbox_services_headers',
],
'include_dirs': [
'../..',
@@ -166,6 +167,21 @@
'..',
],
},
+ { 'target_name': 'sandbox_services_headers',
+ 'type': 'none',
+ 'sources': [
+ 'services/android_arm_ucontext.h',
+ 'services/android_ucontext.h',
+ 'services/android_i386_ucontext.h',
+ 'services/arm_linux_syscalls.h',
+ 'services/linux_syscalls.h',
+ 'services/x86_32_linux_syscalls.h',
+ 'services/x86_64_linux_syscalls.h',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
{
# We make this its own target so that it does not interfere
# with our tests.
« no previous file with comments | « no previous file | sandbox/linux/services/android_arm_ucontext.h » ('j') | sandbox/linux/services/android_i386_ucontext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698