diff options
author | alexeypa@google.com <alexeypa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 17:18:03 +0000 |
---|---|---|
committer | alexeypa@google.com <alexeypa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 17:18:03 +0000 |
commit | e68141cd8040e7522efc7864f0836463c39eefcc (patch) | |
tree | 4d4ae0cb3e3d58b8bedb2fdf9ebb6dc4d6073170 /build/some.gyp | |
parent | 74c96b84463112eaf1a1095573ce348214c8d2a8 (diff) | |
download | chromium_src-e68141cd8040e7522efc7864f0836463c39eefcc.zip chromium_src-e68141cd8040e7522efc7864f0836463c39eefcc.tar.gz chromium_src-e68141cd8040e7522efc7864f0836463c39eefcc.tar.bz2 |
Revert 180433 because build\some.gyp was added to the CL by mistake.
> 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
Diffstat (limited to 'build/some.gyp')
-rw-r--r-- | build/some.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/some.gyp b/build/some.gyp index 715c6c5..44a1dd5 100644 --- a/build/some.gyp +++ b/build/some.gyp @@ -18,7 +18,6 @@ # # Example: # '../chrome/chrome.gyp:chrome', - '../remoting/remoting.gyp:remoting_host_installation', ], }, ], |