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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1460593005: Make protocol::ConnectionToClient an abstract interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 04d373816c432793e84bd8aef2cad299242ac970..8e5e02e8276eed92391b9c2f8b02dae98b76707e 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -106,7 +106,6 @@
'protocol/clipboard_stub.h',
'protocol/clipboard_thread_proxy.cc',
'protocol/clipboard_thread_proxy.h',
- 'protocol/connection_to_client.cc',
'protocol/connection_to_client.h',
'protocol/connection_to_host.h',
'protocol/connection_to_host_impl.cc',
@@ -123,6 +122,8 @@
'protocol/host_stub.h',
'protocol/host_video_dispatcher.cc',
'protocol/host_video_dispatcher.h',
+ 'protocol/ice_connection_to_client.cc',
+ 'protocol/ice_connection_to_client.h',
'protocol/ice_transport_channel.cc',
'protocol/ice_transport_channel.h',
'protocol/ice_transport_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698