summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-28 02:04:40 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-28 02:04:40 +0000
commit34d5cbefe108d4ccb439388a0fb47763110a26bb (patch)
tree3d548c34d1fa5776bb3e5cf7f72e3e6b639f8739 /chrome/tools/build
parentff14a7fd1ab60a82a83ab4bfc8a120a7a3c2457b (diff)
downloadchromium_src-34d5cbefe108d4ccb439388a0fb47763110a26bb.zip
chromium_src-34d5cbefe108d4ccb439388a0fb47763110a26bb.tar.gz
chromium_src-34d5cbefe108d4ccb439388a0fb47763110a26bb.tar.bz2
Renaming Chromoting Host binaries on Windows:
- remoting_host_controller.exe -> remoting_controller.exe - remoting_me2me_host.exe -> remoting_host.exe - remoting_service.exe -> remoting_daemon.exe This CL also moves the installation script to remoting/host/installer/win. BUG=134694 Review URL: https://chromiumcodereview.appspot.com/11000029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rw-r--r--chrome/tools/build/win/FILES.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 21d6ed3..d14d382 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -452,53 +452,53 @@ FILES = [
'direct_archive': 1,
},
{
- 'filename': 'remoting_host_controller.exe',
+ 'filename': 'remoting_controller.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
- 'filename': 'remoting_host_controller.pdb',
+ 'filename': 'remoting_controller.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
},
{
- 'filename': 'remoting_host_plugin.dll',
+ 'filename': 'remoting_daemon.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
- 'filename': 'remoting_host_plugin.pdb',
+ 'filename': 'remoting_daemon.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
},
{
- 'filename': 'remoting_me2me_host.exe',
+ 'filename': 'remoting_host.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
- 'filename': 'remoting_me2me_host.pdb',
+ 'filename': 'remoting_host.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
},
{
- 'filename': 'remoting_service.exe',
+ 'filename': 'remoting_host_plugin.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
},
{
- 'filename': 'remoting_service.pdb',
+ 'filename': 'remoting_host_plugin.pdb',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'archive': 'remoting-win32.zip',