| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index 593580d0c4e83343a1cd424df4d6eac65a8b4faf..e6a812ed49e9e3abde68a62bb8a8fda88203f8f1 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -56,6 +56,8 @@ source_set("test_support") {
|
| sources = [
|
| "fake_authenticator.cc",
|
| "fake_authenticator.h",
|
| + "fake_connection_to_client.cc",
|
| + "fake_connection_to_client.h",
|
| "fake_connection_to_host.cc",
|
| "fake_connection_to_host.h",
|
| "fake_datagram_socket.cc",
|
|
|