Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: remoting/protocol/BUILD.gn

Issue 976233003: Adding the base ChromotingInstance implementation and unittests. This class will be used by the ap… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a unit test name Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index b7bf4bf4ccd37a622eea347674f4408a484e232d..41f0e8f3755f684e8dc289cefc8fe23d2a261110 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",

Powered by Google App Engine
This is Rietveld 408576698