Commit 5b806e1e authored by alexeypa@google.com's avatar alexeypa@google.com

[Chromoting] Moving Windows-only host installation script to...

[Chromoting] Moving Windows-only host installation script to remoting/host/win. Moving scripts to remoting/tools.
Review URL: https://chromiumcodereview.appspot.com/10832124

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149856 0039d316-1c4b-4281-b951-d872f2087c98
parent 327ca954
......@@ -727,7 +727,7 @@
'remoting_me2me_host',
],
'sources': [
'host/installer/chromoting.wxs',
'host/win/chromoting.wxs',
],
'outputs': [
'<(PRODUCT_DIR)/chromoting.msi',
......@@ -752,14 +752,14 @@
'<(PRODUCT_DIR)/remoting_service.exe',
'<(sas_dll_path)/sas.dll',
'resources/chromoting.ico',
'candle_and_light.py',
'tools/candle_and_light.py',
],
'outputs': [
'<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).msi',
],
'msvs_cygwin_shell': 0,
'action': [
'python', 'candle_and_light.py',
'python', 'tools/candle_and_light.py',
'--wix_path', '<(wix_path)',
'--version', '<(version_full)',
'--product_dir', '<(PRODUCT_DIR).',
......@@ -800,7 +800,7 @@
'rule_name': 'dark_and_candle_and_light',
'extension': 'msi',
'inputs': [
'dark_and_candle_and_light.py',
'tools/dark_and_candle_and_light.py',
],
'outputs': [
'<(INTERMEDIATE_DIR)/chromoting-test.msi',
......@@ -808,7 +808,7 @@
'msvs_cygwin_shell': 0,
'action': [
'python',
'dark_and_candle_and_light.py',
'tools/dark_and_candle_and_light.py',
'--wix_path', '<(wix_path)',
'--input', '<(RULE_INPUT_PATH)',
'--intermediate_dir', '<(INTERMEDIATE_DIR).',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment