Chromium Code Reviews| 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..befbc4e97b8d640dd307b77b7fc90383adb1314f 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 on unsupported platforms. |
|
joedow
2016/10/13 21:37:53
I'd update 'platforms' here since this applies to
Hzj_jie
2016/10/13 22:51:57
Done.
|
| + deps = [ |
| + "//remoting/host:remoting_me2me_host_archive", |
| + ] |
| } |
| } |