Chromium Code Reviews| Index: remoting/host/BUILD.gn |
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
| index 29c7e33fbcf409e758829db12f4be9e763265ec6..9a42df23d9747401caa748cc75a4ec1acd7ad3f4 100644 |
| --- a/remoting/host/BUILD.gn |
| +++ b/remoting/host/BUILD.gn |
| @@ -843,6 +843,21 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host. |
| ":remoting_me2me_host_static", |
| "//build/config/sanitizers:deps", |
| ] |
| + |
| + if (is_linux) { |
| + deps += [ ":remoting_me2me_host_runner" ] |
| + } |
| + } |
| + |
| + if (is_linux) { |
| + copy("remoting_me2me_host_runner") { |
| + sources = [ |
| + "linux/linux_me2me_host.py", |
| + ] |
| + outputs = [ |
| + "$root_build_dir/run_me2me_host", |
|
Sergey Ulanov
2016/04/14 23:49:06
It's confusing to use 3 different name for the sam
|
| + ] |
| + } |
| } |
| executable("native_messaging_host") { |