summaryrefslogtreecommitdiffstats
path: root/remoting/branding_Chrome
Commit message (Collapse)AuthorAgeFilesLines
* Relanding r180433, now without build/some.gyp:alexeypa@chromium.org2013-02-041-0/+1
| | | | | | | | | | | | | | | | 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
* Revert 180433 because build\some.gyp was added to the CL by mistake.alexeypa@google.com2013-02-041-1/+0
| | | | | | | | | | | | | | | | | > 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 TBR=alexeypa@chromium.org Review URL: https://codereview.chromium.org/12179013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180440 0039d316-1c4b-4281-b951-d872f2087c98
* Merged all Chromoting Host code into remoting_core.dll (Windows).alexeypa@chromium.org2013-02-041-0/+1
| | | | | | | | | | | | 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
* Revert 179373. This makes the try jobs started by the commit queue fail.marja@chromium.org2013-01-311-1/+0
| | | | | | | | | | | | | | | | | > 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 TBR=alexeypa@chromium.org Review URL: https://codereview.chromium.org/12090089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179833 0039d316-1c4b-4281-b951-d872f2087c98
* Merged all Chromoting Host code into remoting_core.dll (Windows).alexeypa@chromium.org2013-01-291-0/+1
| | | | | | | | | | | | 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
* Revert 179226kinuko@chromium.org2013-01-291-1/+0
| | | | | | | | | | | | | | | | > 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. > > BUG=170200 > > > Review URL: https://chromiumcodereview.appspot.com/11970044 TBR=alexeypa@chromium.org Review URL: https://codereview.chromium.org/12089044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179322 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 179294, MAC linking is fixed by 179304vitalybuka@chromium.org2013-01-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | > Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)." > > This reverts commit r179226. > > Broke mac dbg build. > > > 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. > > > > BUG=170200 > > > > Review URL: https://chromiumcodereview.appspot.com/11970044 > > TBR=alexeypa@chromium.org > > Review URL: https://codereview.chromium.org/12094024 TBR=mattm@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179306 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)."mattm@chromium.org2013-01-291-1/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit r179226. Broke mac dbg build. > 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. > > BUG=170200 > > Review URL: https://chromiumcodereview.appspot.com/11970044 TBR=alexeypa@chromium.org Review URL: https://codereview.chromium.org/12094024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179294 0039d316-1c4b-4281-b951-d872f2087c98
* Merged all Chromoting Host code into remoting_core.dll (Windows).alexeypa@chromium.org2013-01-291-0/+1
| | | | | | | | | | | 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. BUG=170200 Review URL: https://chromiumcodereview.appspot.com/11970044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179226 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Adding the desktop integration binary to the host installation ↵alexeypa@chromium.org2012-09-121-6/+7
| | | | | | | | | | | | | on Windows. The desktop integration binary is compiled and added to the host installation only when a multi-process host is built. This CL also renames a few constants to match the multi process host terminology more closely. BUG=134694 Review URL: https://chromiumcodereview.appspot.com/10910075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156395 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Cleanup branding variables in Chromoting gyp file.garykac@chromium.org2012-08-171-0/+20
Also remote tabs that crept into the remoting.gyp file. Review URL: https://chromiumcodereview.appspot.com/10829327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152182 0039d316-1c4b-4281-b951-d872f2087c98