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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1177983009: Move remoting-specific adapters from jingle/glue to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « remoting/protocol/pseudotcp_channel_factory.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 6b5dc0db87c5c7c85b72fd98d003cc72284a3f37..968ab1bf99288fb6894fd6cd35f39b959c73a273 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -90,6 +90,8 @@
'protocol/channel_dispatcher_base.h',
'protocol/channel_multiplexer.cc',
'protocol/channel_multiplexer.h',
+ 'protocol/channel_socket_adapter.cc',
+ 'protocol/channel_socket_adapter.h',
'protocol/chromium_port_allocator.cc',
'protocol/chromium_port_allocator.h',
'protocol/chromium_socket_factory.cc',
@@ -169,6 +171,8 @@
'protocol/pairing_registry.h',
'protocol/port_range.cc',
'protocol/port_range.h',
+ 'protocol/pseudotcp_adapter.cc',
+ 'protocol/pseudotcp_adapter.h',
'protocol/pseudotcp_channel_factory.cc',
'protocol/pseudotcp_channel_factory.h',
'protocol/secure_channel_factory.cc',
« no previous file with comments | « remoting/protocol/pseudotcp_channel_factory.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698