summaryrefslogtreecommitdiffstats
path: root/mojo/shell/runner/host/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/runner/host/BUILD.gn')
-rw-r--r--mojo/shell/runner/host/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
index 67066af..edcce93 100644
--- a/mojo/shell/runner/host/BUILD.gn
+++ b/mojo/shell/runner/host/BUILD.gn
@@ -99,6 +99,13 @@ source_set("lib") {
"//sandbox/linux:seccomp_bpf_helpers",
]
}
+
+ if (is_mac) {
+ sources += [
+ "mach_broker.cc",
+ "mach_broker.h",
+ ]
+ }
}
test("mojo_runner_host_unittests") {