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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1521883006: Add TransportContext class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/remoting_host_srcs.gypi ('k') | remoting/test/fake_port_allocator.h » ('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 b5e2153909a589fb7fd704103e858202b6e5337a..aac6cc756f4fd93aeac4a0f820ab56223418dd05 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -118,8 +118,6 @@
'protocol/host_video_dispatcher.h',
'protocol/ice_transport_channel.cc',
'protocol/ice_transport_channel.h',
- 'protocol/ice_transport_factory.cc',
- 'protocol/ice_transport_factory.h',
'protocol/ice_transport.cc',
'protocol/ice_transport.h',
'protocol/input_event_tracker.cc',
@@ -193,6 +191,8 @@
'protocol/token_validator.h',
'protocol/transport.cc',
'protocol/transport.h',
+ 'protocol/transport_context.cc',
+ 'protocol/transport_context.h',
'protocol/v2_authenticator.cc',
'protocol/v2_authenticator.h',
'protocol/video_stub.h',
@@ -204,8 +204,6 @@
'protocol/capture_scheduler.h',
'protocol/chromium_port_allocator.cc',
'protocol/chromium_port_allocator.h',
- 'protocol/chromium_port_allocator_factory.cc',
- 'protocol/chromium_port_allocator_factory.h',
'protocol/chromium_socket_factory.cc',
'protocol/chromium_socket_factory.h',
'protocol/ice_connection_to_client.cc',
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | remoting/test/fake_port_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698