diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 00:20:38 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 00:20:38 +0000 |
commit | 2a4f9884f3b47a5af5bac0703251efa77810986e (patch) | |
tree | 78a2cfaa1fb2f33d4b82ac166eef6f1206794e20 /remoting/remoting.gyp | |
parent | aa81a750d6898c19e2d820745670b04a6ba5f61a (diff) | |
download | chromium_src-2a4f9884f3b47a5af5bac0703251efa77810986e.zip chromium_src-2a4f9884f3b47a5af5bac0703251efa77810986e.tar.gz chromium_src-2a4f9884f3b47a5af5bac0703251efa77810986e.tar.bz2 |
Cleanup some chromoting code
Renamed SimpleHost to ChromotingHost as it's not simple any more and it's
becoming mature enough to be the main host implementation.
Review URL: http://codereview.chromium.org/2722010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 890f142..0f203a8 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -165,6 +165,8 @@ 'sources': [ 'host/capturer.cc', 'host/capturer.h', + 'host/chromoting_host.cc', + 'host/chromoting_host.h', 'host/client_connection.cc', 'host/client_connection.h', 'host/differ.h', @@ -180,8 +182,6 @@ 'host/event_executor.h', 'host/session_manager.cc', 'host/session_manager.h', - 'host/simple_host.cc', - 'host/simple_host.h', 'host/heartbeat_sender.cc', 'host/heartbeat_sender.h', ], |