Chromium Code Reviews| Index: mojo/shell/runner/host/BUILD.gn |
| diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn |
| index 67066af72f6a98c7ee6bb1c7e534efe639d3ac19..edcce93d503168e849dda4c9355e5faca6782dff 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") { |