| Index: remoting/host/installer/win/BUILD.gn
|
| diff --git a/remoting/host/installer/win/BUILD.gn b/remoting/host/installer/win/BUILD.gn
|
| index 372ff3745fba12395328a3bc7b5bc5acf9f22e02..0890883114290cdb4bbf6e533d6eb6860d42793c 100644
|
| --- a/remoting/host/installer/win/BUILD.gn
|
| +++ b/remoting/host/installer/win/BUILD.gn
|
| @@ -140,5 +140,9 @@ if (is_chrome_branded && !is_component_build && target_cpu == "x86") {
|
| }
|
| } else {
|
| group("remoting_host_installation") {
|
| + # We still want to build host archive under other configurations.
|
| + deps = [
|
| + "//remoting/host:remoting_me2me_host_archive",
|
| + ]
|
| }
|
| }
|
|
|