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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 11639038: ucontext_t support for Android x86. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ucontext_t support for Android x86 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 | « AUTHORS ('k') | sandbox/linux/seccomp-bpf/sandbox_bpf.cc » ('j') | 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 a856ca8e9ccb8e72f51d47ce09132381ec329310..96cde200bbda006200a58259f3523a39b0f5952f 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -10,9 +10,8 @@
}, {
'compile_suid_client': 0,
}],
- ['((OS=="linux" or (OS=="android" and target_arch=="arm")) and '
- '(target_arch=="ia32" or target_arch=="x64" or '
- 'target_arch=="arm"))', {
+ ['(OS=="linux" or OS=="android") and (target_arch=="ia32" '
+ 'or target_arch=="x64" or target_arch=="arm")', {
'compile_seccomp_bpf': 1,
}, {
'compile_seccomp_bpf': 0,
@@ -76,6 +75,7 @@
'tests/unit_tests.cc',
'tests/unit_tests.h',
'services/broker_process_unittest.cc',
+ 'services/ucontext_unittest.cc'
],
'include_dirs': [
'../..',
« no previous file with comments | « AUTHORS ('k') | sandbox/linux/seccomp-bpf/sandbox_bpf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698