| Index: sandbox/linux/sandbox_linux.gypi
|
| diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
|
| index fb68c73c2b48520e884ab5f759152feceff48e76..6d59816c88c29f1d398d0add2a9c810b77394edb 100644
|
| --- a/sandbox/linux/sandbox_linux.gypi
|
| +++ b/sandbox/linux/sandbox_linux.gypi
|
| @@ -41,7 +41,9 @@
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| 'sources': [
|
| + 'tests/main.cc',
|
| 'tests/unit_tests.cc',
|
| + 'tests/unit_tests.h',
|
| 'suid/client/setuid_sandbox_client_unittest.cc',
|
| ],
|
| 'include_dirs': [
|
| @@ -51,6 +53,8 @@
|
| [ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64" '
|
| 'or target_arch=="arm")', {
|
| 'sources': [
|
| + 'seccomp-bpf/bpf_tests.cc',
|
| + 'seccomp-bpf/bpf_tests.h',
|
| 'seccomp-bpf/sandbox_bpf_unittest.cc',
|
| ],
|
| }],
|
| @@ -60,6 +64,8 @@
|
| 'target_name': 'seccomp_bpf',
|
| 'type': 'static_library',
|
| 'sources': [
|
| + 'seccomp-bpf/die.cc',
|
| + 'seccomp-bpf/die.h',
|
| 'seccomp-bpf/sandbox_bpf.cc',
|
| 'seccomp-bpf/sandbox_bpf.h',
|
| 'seccomp-bpf/verifier.cc',
|
|
|