diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-05 18:58:48 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-05 18:58:48 +0000 |
commit | 39549bf8f876b17f481e753161166370064458bd (patch) | |
tree | 302372219ac8b011e61d9cb2f8af1bfec00afe9a /remoting/remoting.gyp | |
parent | fbee5cb8c9797b4fe08afae83ac758a9aec7f7f5 (diff) | |
download | chromium_src-39549bf8f876b17f481e753161166370064458bd.zip chromium_src-39549bf8f876b17f481e753161166370064458bd.tar.gz chromium_src-39549bf8f876b17f481e753161166370064458bd.tar.bz2 |
Implementation of ClientStubImpl
Implementing ClientStubImpl using socket and BufferedSocketWriter.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4440001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 53a7d57..d651037 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -360,6 +360,9 @@ 'protocol/buffered_socket_writer.h', 'protocol/chromotocol_config.cc', 'protocol/chromotocol_config.h', + 'protocol/client_stub.h', + 'protocol/client_stub_impl.cc', + 'protocol/client_stub_impl.h', 'protocol/connection_to_client.cc', 'protocol/connection_to_client.h', 'protocol/connection_to_host.h', |