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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 11618010: Linux Sandbox: get everything to compile on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Proper boilerplate this time. 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 | sandbox/linux/seccomp-bpf/sandbox_bpf.h » ('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 936b3f6c2eeb6500944049e2bf9d2319b77aea94..bffa7d4a4c835531abe3bae61943f54084d94ce1 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -25,12 +25,6 @@
['OS == "android"', {
'sources/': [
['include', '^linux/'],
- # TODO(jln): some files don't yet even compile on Android.
- # crbug.com/166704
- ['exclude', 'errorcode_unittest\\.cc$'],
- ['exclude', 'sandbox_bpf\\.cc$'],
- ['exclude', 'sandbox_bpf_unittest\\.cc$'],
- ['exclude', 'syscall_unittest\\.cc$'],
],
}],
],
@@ -101,6 +95,11 @@
'seccomp-bpf/syscall_unittest.cc',
],
}],
+ ['OS == "android" and gtest_target_type == "shared_library"', {
+ 'dependencies': [
+ '../testing/android/native_test.gyp:native_test_native_code',
+ ]
+ }],
],
},
{
« no previous file with comments | « no previous file | sandbox/linux/seccomp-bpf/sandbox_bpf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698