diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 18:58:17 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 18:58:17 +0000 |
commit | 96ca5d7e7603d43da25c3cc0466902816366f7a0 (patch) | |
tree | 03fd4636b3aebc052c7d55f8d19170c22091c008 /remoting/branding_Chromium | |
parent | 8c6ca86c3a45b57f57e5bf96612aa490abd26de0 (diff) | |
download | chromium_src-96ca5d7e7603d43da25c3cc0466902816366f7a0.zip chromium_src-96ca5d7e7603d43da25c3cc0466902816366f7a0.tar.gz chromium_src-96ca5d7e7603d43da25c3cc0466902816366f7a0.tar.bz2 |
Merged all Chromoting Host code into remoting_core.dll (Windows).
Consolidated all installable Chromoting Host core 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 is the 2nd attempt to land this CL. It was previously reverted at r179322.
BUG=170200
Review URL: https://codereview.chromium.org/12088049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/branding_Chromium')
-rw-r--r-- | remoting/branding_Chromium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/branding_Chromium b/remoting/branding_Chromium index 524989a..83f9085 100644 --- a/remoting/branding_Chromium +++ b/remoting/branding_Chromium @@ -9,6 +9,7 @@ DAEMON_FILE_NAME=Chromoting Host Service DAEMON_DESCRIPTION=Chromoting Host Service CONTROLLER_DESCRIPTION=Chromoting Host Controller DESKTOP_DESCRIPTION=Chromoting Integration Process +CORE_DESCRIPTION=Chromoting Core MAC_BUNDLE_ID=org.chromium.Chromium MAC_CREATOR=Cr24 MAC_HOST_BUNDLE_ID=org.chromium.chromoting.remoting_me2me_host |