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

Unified Diff: remoting/remoting_srcs.gypi

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 Release Build Break 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/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 1248808ab0c8b759eacfadaae0f25856b177bf0a..68994c0a67de8733e2a8babba650dce4d37109fb 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -109,8 +109,9 @@
'protocol/clipboard_thread_proxy.h',
'protocol/connection_to_client.cc',
'protocol/connection_to_client.h',
- 'protocol/connection_to_host.cc',
'protocol/connection_to_host.h',
+ 'protocol/connection_to_host_impl.cc',
+ 'protocol/connection_to_host_impl.h',
'protocol/content_description.cc',
'protocol/content_description.h',
'protocol/datagram_channel_factory.h',

Powered by Google App Engine
This is Rietveld 408576698