Index: mojo/mojo_shell.gyp |
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp |
index 0b95228d76b4d2fef27855c90c5b6713b120d5d7..9f4c80bed6923212b6946791bf08b3c2992f5dc3 100644 |
--- a/mojo/mojo_shell.gyp |
+++ b/mojo/mojo_shell.gyp |
@@ -141,6 +141,12 @@ |
'<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
], |
}], |
+ ['OS=="mac"', { |
+ 'sources': [ |
+ 'shell/runner/host/mach_broker.cc', |
+ 'shell/runner/host/mach_broker.h', |
+ ], |
+ }], |
], |
}], |
} |