Adding the base ChromotingInstance implementation and unittests. This class will...
commit20fd2b06a7e26f7ad265912f8c8d322c3cb5a306
authorjoedow <joedow@chromium.org>
Wed, 11 Mar 2015 22:08:03 +0000 (11 15:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 11 Mar 2015 22:08:58 +0000 (11 22:08 +0000)
treee463c1119ae6080d73546e81ca022b277ff3c166
parent1a2a2738522cb00347f277e8e7d725a4e46ed053
Adding the base ChromotingInstance implementation and unittests.  This class will be used by the app remoting test driver in a subsequent checkin.

BUG=464808

Review URL: https://codereview.chromium.org/976233003

Cr-Commit-Position: refs/heads/master@{#320161}
21 files changed:
remoting/BUILD.gn
remoting/client/chromoting_client.cc
remoting/client/chromoting_client.h
remoting/client/client_status_logger.cc
remoting/client/server_log_entry_client.cc
remoting/protocol/BUILD.gn
remoting/protocol/connection_to_host.h
remoting/protocol/connection_to_host_impl.cc [moved from remoting/protocol/connection_to_host.cc with 76% similarity]
remoting/protocol/connection_to_host_impl.h [new file with mode: 0644]
remoting/protocol/fake_connection_to_host.cc [new file with mode: 0644]
remoting/protocol/fake_connection_to_host.h [new file with mode: 0644]
remoting/protocol/protocol_mock_objects.h
remoting/remoting_srcs.gypi
remoting/remoting_test.gypi
remoting/test/access_token_fetcher_unittest.cc
remoting/test/remote_connection_observer.h [new file with mode: 0644]
remoting/test/test_chromoting_client.cc [new file with mode: 0644]
remoting/test/test_chromoting_client.h [new file with mode: 0644]
remoting/test/test_chromoting_client_unittest.cc [new file with mode: 0644]
remoting/test/test_video_renderer.cc [new file with mode: 0644]
remoting/test/test_video_renderer.h [new file with mode: 0644]