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/host/disconnect_window_win.cc | |
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/host/disconnect_window_win.cc')
-rw-r--r-- | remoting/host/disconnect_window_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc index ff41c67..8fc7ac4 100644 --- a/remoting/host/disconnect_window_win.cc +++ b/remoting/host/disconnect_window_win.cc @@ -14,8 +14,8 @@ #include "base/win/scoped_gdi_object.h" #include "base/win/scoped_hdc.h" #include "base/win/scoped_select_object.h" -#include "remoting/host/host_ui_resource.h" #include "remoting/host/ui_strings.h" +#include "remoting/host/win/core_resource.h" // TODO(garykac): Lots of duplicated code in this file and // continue_window_win.cc. If we need to expand this then we should |