| 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',
|
|
|