diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 19:07:30 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 19:07:30 +0000 |
commit | 45936acf357193d351b0a39da85a7d9fa4f2d632 (patch) | |
tree | d953f8e19faa80fda8206f122dd4e998e65fd8c9 /remoting/branding_Chrome | |
parent | 7493c01516ae767782d9a6414114c8bf9e4035bb (diff) | |
download | chromium_src-45936acf357193d351b0a39da85a7d9fa4f2d632.zip chromium_src-45936acf357193d351b0a39da85a7d9fa4f2d632.tar.gz chromium_src-45936acf357193d351b0a39da85a7d9fa4f2d632.tar.bz2 |
Relanding r180433, now without build/some.gyp:
Merged all Chromoting Host code into remoting_core.dll (Windows).
Consolidated all installable Chromoting Host code into remoting_core.dll and converted all executables into thin wrappers around entry points exposed by remoting_core.dll. This reduces size of the installer by approximately 600KB.
This CL also ensures that proper manifests will be embedded into the binaries regardless whether msbuild or ninja is used.
TBR=sergeyu@chromium.org
BUG=170200, 173052
Review URL: https://codereview.chromium.org/12189013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/branding_Chrome')
-rw-r--r-- | remoting/branding_Chrome | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/branding_Chrome b/remoting/branding_Chrome index 028c3d2..e199668 100644 --- a/remoting/branding_Chrome +++ b/remoting/branding_Chrome @@ -9,6 +9,7 @@ DAEMON_FILE_NAME=Chrome Remote Desktop Host Service DAEMON_DESCRIPTION=Chrome Remote Desktop Host Service CONTROLLER_DESCRIPTION=Chrome Remote Desktop Host Controller DESKTOP_DESCRIPTION=Chrome Remote Desktop Integration Process +CORE_DESCRIPTION=Chrome Remote Desktop Core MAC_BUNDLE_ID=com.google.Chrome MAC_CREATOR=rimZ MAC_HOST_BUNDLE_ID=com.google.chrome_remote_desktop.remoting_me2me_host |