summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_win.gypi
diff options
context:
space:
mode:
authordcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 05:32:11 +0000
committerdcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 05:32:11 +0000
commit91464ea3fbe81a300542a9039864f874f260cb10 (patch)
tree722fa2b9d631f1eb84c658c12bb717291cf60c40 /remoting/remoting_host_win.gypi
parent0dc0e99d46c708369bf841d00bcd922c62b12ff2 (diff)
downloadchromium_src-91464ea3fbe81a300542a9039864f874f260cb10.zip
chromium_src-91464ea3fbe81a300542a9039864f874f260cb10.tar.gz
chromium_src-91464ea3fbe81a300542a9039864f874f260cb10.tar.bz2
Enable x64 Chromoting host and installer
N.B. I had to move the sawbuck_provider in the .wxs out of the installation directory. Even though it only contains registry changes, candle will complain if it is not inside a directory, but the application directory is platform specific, whereas sawbuck_provider is always 32-bit. BUG=394467 Review URL: https://codereview.chromium.org/398173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284007 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host_win.gypi')
-rw-r--r--remoting/remoting_host_win.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index 29648f8..91e13e5a 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -502,6 +502,7 @@
'python', 'tools/zip2msi.py',
'--wix_path', '<(wix_path)',
'--intermediate_dir', '<(INTERMEDIATE_DIR)/installation',
+ '--target_arch', '<(target_arch)',
'<(RULE_INPUT_PATH)',
'<@(_outputs)',
],