| Index: sandbox/mac/BUILD.gn
|
| diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
|
| index 2da2e1709526bb2d87e81af8bedc4f20f59ee9c5..20b3f00f088d0d395a11f44d561ff6029cf408eb 100644
|
| --- a/sandbox/mac/BUILD.gn
|
| +++ b/sandbox/mac/BUILD.gn
|
| @@ -6,6 +6,8 @@ component("sandbox") {
|
| sources = [
|
| "bootstrap_sandbox.cc",
|
| "bootstrap_sandbox.h",
|
| + "dispatch_source_mach.cc",
|
| + "dispatch_source_mach.h",
|
| "launchd_interception_server.cc",
|
| "launchd_interception_server.h",
|
| "mach_message_server.cc",
|
| @@ -56,6 +58,7 @@ action("generate_stubs") {
|
| test("sandbox_mac_unittests") {
|
| sources = [
|
| "bootstrap_sandbox_unittest.mm",
|
| + "dispatch_source_mach_unittest.cc",
|
| "policy_unittest.cc",
|
| ]
|
|
|
|
|