| Index: remoting/host/linux/BUILD.gn
|
| diff --git a/remoting/host/linux/BUILD.gn b/remoting/host/linux/BUILD.gn
|
| index 0745dc5e5fdccb0837297ffb37c017da9d2b313c..06c08f0ba12620806b6d27a6fe41da3b8beff22e 100644
|
| --- a/remoting/host/linux/BUILD.gn
|
| +++ b/remoting/host/linux/BUILD.gn
|
| @@ -18,23 +18,20 @@ if (enable_me2me_host) {
|
| ]
|
| }
|
|
|
| - copy("remoting_me2me_host_copy_host") {
|
| + copy("remoting_me2me_host_copy_host_wrapper") {
|
| sources = [
|
| "remoting_me2me_host_wrapper.sh",
|
| ]
|
| outputs = [
|
| "$root_build_dir/remoting/chrome-remote-desktop-host",
|
| ]
|
| -
|
| - deps = [
|
| - "//remoting/host:remoting_me2me_host",
|
| - ]
|
| }
|
|
|
| group("remoting_dev_me2me_host") {
|
| deps = [
|
| - ":remoting_me2me_host_copy_host",
|
| + ":remoting_me2me_host_copy_host_wrapper",
|
| ":remoting_me2me_host_copy_script",
|
| + "//remoting/host:remoting_me2me_host",
|
| ]
|
| }
|
| }
|
|
|