Index: sandbox/mac/BUILD.gn |
diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn |
index d74bfcb85852891b94e298af7b3d2d867fc7746d..13960bfaef3fad7360692eaa8ea86a01640b4725 100644 |
--- a/sandbox/mac/BUILD.gn |
+++ b/sandbox/mac/BUILD.gn |
@@ -48,8 +48,6 @@ 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", |
@@ -85,7 +83,6 @@ component("sandbox") { |
test("sandbox_mac_unittests") { |
sources = [ |
"bootstrap_sandbox_unittest.mm", |
- "dispatch_source_mach_unittest.cc", |
"policy_unittest.cc", |
"xpc_message_server_unittest.cc", |
] |