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 @@ ...@@ -727,7 +727,7 @@
'remoting_me2me_host', 'remoting_me2me_host',
], ],
'sources': [ 'sources': [
'host/installer/chromoting.wxs', 'host/win/chromoting.wxs',
], ],
'outputs': [ 'outputs': [
'<(PRODUCT_DIR)/chromoting.msi', '<(PRODUCT_DIR)/chromoting.msi',
...@@ -752,14 +752,14 @@ ...@@ -752,14 +752,14 @@
'<(PRODUCT_DIR)/remoting_service.exe', '<(PRODUCT_DIR)/remoting_service.exe',
'<(sas_dll_path)/sas.dll', '<(sas_dll_path)/sas.dll',
'resources/chromoting.ico', 'resources/chromoting.ico',
'candle_and_light.py', 'tools/candle_and_light.py',
], ],
'outputs': [ 'outputs': [
'<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).msi', '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).msi',
], ],
'msvs_cygwin_shell': 0, 'msvs_cygwin_shell': 0,
'action': [ 'action': [
'python', 'candle_and_light.py', 'python', 'tools/candle_and_light.py',
'--wix_path', '<(wix_path)', '--wix_path', '<(wix_path)',
'--version', '<(version_full)', '--version', '<(version_full)',
'--product_dir', '<(PRODUCT_DIR).', '--product_dir', '<(PRODUCT_DIR).',
...@@ -800,7 +800,7 @@ ...@@ -800,7 +800,7 @@
'rule_name': 'dark_and_candle_and_light', 'rule_name': 'dark_and_candle_and_light',
'extension': 'msi', 'extension': 'msi',
'inputs': [ 'inputs': [
'dark_and_candle_and_light.py', 'tools/dark_and_candle_and_light.py',
], ],
'outputs': [ 'outputs': [
'<(INTERMEDIATE_DIR)/chromoting-test.msi', '<(INTERMEDIATE_DIR)/chromoting-test.msi',
...@@ -808,7 +808,7 @@ ...@@ -808,7 +808,7 @@
'msvs_cygwin_shell': 0, 'msvs_cygwin_shell': 0,
'action': [ 'action': [
'python', 'python',
'dark_and_candle_and_light.py', 'tools/dark_and_candle_and_light.py',
'--wix_path', '<(wix_path)', '--wix_path', '<(wix_path)',
'--input', '<(RULE_INPUT_PATH)', '--input', '<(RULE_INPUT_PATH)',
'--intermediate_dir', '<(INTERMEDIATE_DIR).', '--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