summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authoralexeypa@google.com <alexeypa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-03 14:59:09 +0000
committeralexeypa@google.com <alexeypa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-03 14:59:09 +0000
commit5b806e1ee9241dc3f48250258a8b3170bf4d4457 (patch)
tree958f744e7e4c53ad115cadf33f7c22c64347fbfa /remoting
parent327ca9544a15410565dc219ce677a1c235cfcb5a (diff)
downloadchromium_src-5b806e1ee9241dc3f48250258a8b3170bf4d4457.zip
chromium_src-5b806e1ee9241dc3f48250258a8b3170bf4d4457.tar.gz
chromium_src-5b806e1ee9241dc3f48250258a8b3170bf4d4457.tar.bz2
[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
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/win/chromoting.wxs (renamed from remoting/host/installer/chromoting.wxs)0
-rw-r--r--remoting/remoting.gyp10
-rwxr-xr-xremoting/tools/candle_and_light.py (renamed from remoting/candle_and_light.py)0
-rwxr-xr-xremoting/tools/dark_and_candle_and_light.py (renamed from remoting/dark_and_candle_and_light.py)0
4 files changed, 5 insertions, 5 deletions
diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/win/chromoting.wxs
index 2f5d811..2f5d811 100644
--- a/remoting/host/installer/chromoting.wxs
+++ b/remoting/host/win/chromoting.wxs
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index d44361b..01e5bea 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -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).',
diff --git a/remoting/candle_and_light.py b/remoting/tools/candle_and_light.py
index 056bffd..056bffd 100755
--- a/remoting/candle_and_light.py
+++ b/remoting/tools/candle_and_light.py
diff --git a/remoting/dark_and_candle_and_light.py b/remoting/tools/dark_and_candle_and_light.py
index c3858cc..c3858cc 100755
--- a/remoting/dark_and_candle_and_light.py
+++ b/remoting/tools/dark_and_candle_and_light.py