Chromium Code Reviews| Index: remoting/host/BUILD.gn |
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
| index d73c11c53ad867ca7fef8165560ed75be943122e..a5ac7b354438437f4f4f6aa10035170829692dce 100644 |
| --- a/remoting/host/BUILD.gn |
| +++ b/remoting/host/BUILD.gn |
| @@ -758,6 +758,10 @@ if (enable_me2me_host) { |
| if (is_mac && is_official_build) { |
| sources += [ "internal/internal_mac-inl.h" ] |
| } |
| + |
| + if (remoting_multi_process != 0) { |
| + deps += [ "//mojo/edk/system" ] |
| + } |
| } |
| if (is_win) { |