diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 17:06:30 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 17:06:30 +0000 |
commit | 225e792ca6e9e7d43aa3a8fbe81ab6852a169ce5 (patch) | |
tree | 74d1ae4f7a43d2151b335c67c4c76cd02d2d3b7c /remoting/branding_Chromium | |
parent | 47850e5cdcf5b639d751d0b97ea1ae27dcd31de2 (diff) | |
download | chromium_src-225e792ca6e9e7d43aa3a8fbe81ab6852a169ce5.zip chromium_src-225e792ca6e9e7d43aa3a8fbe81ab6852a169ce5.tar.gz chromium_src-225e792ca6e9e7d43aa3a8fbe81ab6852a169ce5.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 3rd attempt to land this CL. The previous attempt was reverted at r179373 because ninja sometimes failed to create a manifest for targets that use manifestXXX linker flags. This CL fixes that by manually embedding the manifests into binaries.
BUG=170200,173052
Review URL: https://codereview.chromium.org/12092117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180433 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 |