| 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',
|
| + ]
|
| + }],
|
| ],
|
| },
|
| {
|
|
|