diff options
author | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-25 17:46:40 +0000 |
---|---|---|
committer | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-25 17:46:40 +0000 |
commit | 39073fd86f92a429b1e3b571dbffd45ca9625fbb (patch) | |
tree | 705a0ac1532a4e907179a86b552beb30a63fc34a /remoting/remoting_test.gypi | |
parent | 5ccc6ee339e62d35a91f57d1df82bec0d4576592 (diff) | |
download | chromium_src-39073fd86f92a429b1e3b571dbffd45ca9625fbb.zip chromium_src-39073fd86f92a429b1e3b571dbffd45ca9625fbb.tar.gz chromium_src-39073fd86f92a429b1e3b571dbffd45ca9625fbb.tar.bz2 |
Moving me2me native messaging host implementation to remoting_core on Windows.
This significantly reduces the size of remoting_native_messaging_host.exe and thus the download size of the Windows host package. The size of the debug binary was reduced to 440k from 17M.
BUG=325567
Review URL: https://codereview.chromium.org/166203003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253186 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 0979c9b..2ef35a4a 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -100,6 +100,8 @@ 'host/register_support_host_request_unittest.cc', 'host/remote_input_filter_unittest.cc', 'host/resizing_host_observer_unittest.cc', + 'host/setup/me2me_native_messaging_host.cc', + 'host/setup/me2me_native_messaging_host.h', 'host/screen_capturer_fake.cc', 'host/screen_capturer_fake.h', 'host/screen_resolution_unittest.cc', |