| Index: sandbox/linux/sandbox_linux_test_sources.gypi
|
| diff --git a/sandbox/linux/sandbox_linux_test_sources.gypi b/sandbox/linux/sandbox_linux_test_sources.gypi
|
| index eef29db7177ab497243f3e74f982c4f4e6531830..db039edc53c23c38b4342bf6aa3c95e25bf77efe 100644
|
| --- a/sandbox/linux/sandbox_linux_test_sources.gypi
|
| +++ b/sandbox/linux/sandbox_linux_test_sources.gypi
|
| @@ -17,7 +17,9 @@
|
| '../..',
|
| ],
|
| 'sources': [
|
| + 'services/proc_util_unittest.cc',
|
| 'services/scoped_process_unittest.cc',
|
| + 'services/resource_limits_unittests.cc',
|
| 'services/syscall_wrappers_unittest.cc',
|
| 'services/thread_helpers_unittests.cc',
|
| 'services/yama_unittests.cc',
|
| @@ -39,11 +41,12 @@
|
| }],
|
| [ 'use_seccomp_bpf==1', {
|
| 'sources': [
|
| - 'bpf_dsl/bpf_dsl_more_unittest.cc',
|
| 'bpf_dsl/bpf_dsl_unittest.cc',
|
| 'bpf_dsl/codegen_unittest.cc',
|
| 'bpf_dsl/cons_unittest.cc',
|
| 'bpf_dsl/syscall_set_unittest.cc',
|
| + 'integration_tests/bpf_dsl_seccomp_unittest.cc',
|
| + 'integration_tests/seccomp_broker_process_unittest.cc',
|
| 'seccomp-bpf-helpers/baseline_policy_unittest.cc',
|
| 'seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc',
|
| 'seccomp-bpf/bpf_tests_unittest.cc',
|
| @@ -54,11 +57,10 @@
|
| }],
|
| [ 'compile_credentials==1', {
|
| 'sources': [
|
| + 'integration_tests/namespace_unix_domain_socket_unittest.cc',
|
| 'services/credentials_unittest.cc',
|
| 'services/namespace_sandbox_unittest.cc',
|
| 'services/namespace_utils_unittest.cc',
|
| - 'services/proc_util_unittest.cc',
|
| - 'services/unix_domain_socket_unittest.cc',
|
| ],
|
| }],
|
| ],
|
|
|