summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/BUILD.gn
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-03-11 15:08:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-11 22:08:58 +0000
commit20fd2b06a7e26f7ad265912f8c8d322c3cb5a306 (patch)
treee463c1119ae6080d73546e81ca022b277ff3c166 /remoting/protocol/BUILD.gn
parent1a2a2738522cb00347f277e8e7d725a4e46ed053 (diff)
downloadchromium_src-20fd2b06a7e26f7ad265912f8c8d322c3cb5a306.zip
chromium_src-20fd2b06a7e26f7ad265912f8c8d322c3cb5a306.tar.gz
chromium_src-20fd2b06a7e26f7ad265912f8c8d322c3cb5a306.tar.bz2
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}
Diffstat (limited to 'remoting/protocol/BUILD.gn')
-rw-r--r--remoting/protocol/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index b7bf4bf..41f0e8f 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -35,6 +35,8 @@ source_set("test_support") {
sources = [
"fake_authenticator.cc",
"fake_authenticator.h",
+ "fake_connection_to_host.cc",
+ "fake_connection_to_host.h",
"fake_datagram_socket.cc",
"fake_datagram_socket.h",
"fake_session.cc",