Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: remoting/remoting.gyp

Issue 10832124: [Chromoting] Moving Windows-only host installation script to remoting/host/win. Moving scripts to r… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/chromoting.wxs ('k') | remoting/tools/candle_and_light.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
===================================================================
--- remoting/remoting.gyp (revision 149722)
+++ remoting/remoting.gyp (working copy)
@@ -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).',
« no previous file with comments | « remoting/host/win/chromoting.wxs ('k') | remoting/tools/candle_and_light.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698