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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1681393006: Use UrlRequest in PortAllocator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/webrtc_transport.cc ('k') | remoting/test/protocol_perftest.cc » ('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 35d3a9ee6c0066bbb4e7ea297a6bbac7b037a1a2..cda738099e216c2115a63cd06181e82b8ff7f569 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -171,8 +171,8 @@
'protocol/pairing_registry.h',
'protocol/performance_tracker.cc',
'protocol/performance_tracker.h',
- 'protocol/port_allocator_base.cc',
- 'protocol/port_allocator_base.h',
+ 'protocol/port_allocator.cc',
+ 'protocol/port_allocator.h',
'protocol/port_allocator_factory.h',
'protocol/port_range.cc',
'protocol/port_range.h',
@@ -216,8 +216,8 @@
'remoting_protocol_nonnacl_sources': [
'protocol/capture_scheduler.cc',
'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',
@@ -316,8 +316,8 @@
'client/plugin/pepper_packet_socket_factory.h',
'client/plugin/pepper_main_thread_task_runner.cc',
'client/plugin/pepper_main_thread_task_runner.h',
- 'client/plugin/pepper_port_allocator.cc',
- 'client/plugin/pepper_port_allocator.h',
+ 'client/plugin/pepper_port_allocator_factory.cc',
+ 'client/plugin/pepper_port_allocator_factory.h',
'client/plugin/pepper_url_request.cc',
'client/plugin/pepper_url_request.h',
'client/plugin/pepper_util.cc',
« no previous file with comments | « remoting/protocol/webrtc_transport.cc ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698