Chromium Code Reviews| Index: remoting/remoting_host_win.gypi |
| diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi |
| index f998e05ba595b00454a6e5db8a398d2c6308c402..feb2c1333e0625d82dc53719cb796cb560c268cb 100644 |
| --- a/remoting/remoting_host_win.gypi |
| +++ b/remoting/remoting_host_win.gypi |
| @@ -563,7 +563,7 @@ |
| # component build is used the produced installation will not work due to |
| # missing DLLs. We build it anyway to make sure the GYP scripts are executed |
| # by the bots. |
| - ['wix_exists == "True"', { |
| + ['wix_exists == "True" and target_arch == "ia32"', { |
|
joedow
2016/06/20 22:15:04
nit: Add comment on why we don't build for x64.
Hzj_jie
2016/06/21 02:14:55
Done.
|
| 'targets': [ |
| { |
| 'target_name': 'remoting_host_installation', |