| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index f310534ec2acd04363802adf6749e05514f3ec41..c4e956c5cf7964332e2ae4a66a8af33d7ef8707c 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -67,10 +67,10 @@ source_set("sandbox_linux_test_utils") {
|
| # The main sandboxing test target.
|
| test("sandbox_linux_unittests") {
|
| sources = [
|
| - "services/broker_process_unittest.cc",
|
| "services/scoped_process_unittest.cc",
|
| "services/thread_helpers_unittests.cc",
|
| "services/yama_unittests.cc",
|
| + "syscall_broker/broker_process_unittest.cc",
|
| "tests/main.cc",
|
| "tests/scoped_temporary_file.cc",
|
| "tests/scoped_temporary_file.h",
|
| @@ -219,8 +219,6 @@ if (is_linux) {
|
|
|
| component("sandbox_services") {
|
| sources = [
|
| - "services/broker_process.cc",
|
| - "services/broker_process.h",
|
| "services/init_process_reaper.cc",
|
| "services/init_process_reaper.h",
|
| "services/scoped_process.cc",
|
| @@ -229,6 +227,15 @@ component("sandbox_services") {
|
| "services/thread_helpers.h",
|
| "services/yama.h",
|
| "services/yama.cc",
|
| + "syscall_broker/broker_client.cc",
|
| + "syscall_broker/broker_client.h",
|
| + "syscall_broker/broker_common.h",
|
| + "syscall_broker/broker_host.cc",
|
| + "syscall_broker/broker_host.h",
|
| + "syscall_broker/broker_policy.cc",
|
| + "syscall_broker/broker_policy.h",
|
| + "syscall_broker/broker_process.cc",
|
| + "syscall_broker/broker_process.h",
|
| ]
|
|
|
| defines = [ "SANDBOX_IMPLEMENTATION" ]
|
|
|