diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 18:11:26 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 18:11:26 +0000 |
commit | 33b7c47777e2b88e6a876cc48a562f03d5dddae4 (patch) | |
tree | 8a54c9b4970ae970d0df0bf8cd6d420fb3d1c3a2 /remoting/chromoting.gyp | |
parent | 8d5c43c4a9958b592565da16912fd44960aab906 (diff) | |
download | chromium_src-33b7c47777e2b88e6a876cc48a562f03d5dddae4.zip chromium_src-33b7c47777e2b88e6a876cc48a562f03d5dddae4.tar.gz chromium_src-33b7c47777e2b88e6a876cc48a562f03d5dddae4.tar.bz2 |
Separate out HostConnection into an interface and a jingle-based
implementation. Refactor to inject the running thread for Jingle.
Review URL: http://codereview.chromium.org/2753006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/chromoting.gyp')
-rw-r--r-- | remoting/chromoting.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/chromoting.gyp b/remoting/chromoting.gyp index 689ebd9..1ef15e7 100644 --- a/remoting/chromoting.gyp +++ b/remoting/chromoting.gyp @@ -226,8 +226,9 @@ 'client/decoder.h', 'client/decoder_verbatim.cc', 'client/decoder_verbatim.h', - 'client/host_connection.cc', 'client/host_connection.h', + 'client/jingle_host_connection.cc', + 'client/jingle_host_connection.h', ], }, # end of target 'chromoting_client' |