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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « remoting/protocol/webrtc_transport.cc ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'protocol/pairing_authenticator_base.cc', 164 'protocol/pairing_authenticator_base.cc',
165 'protocol/pairing_authenticator_base.h', 165 'protocol/pairing_authenticator_base.h',
166 'protocol/pairing_client_authenticator.cc', 166 'protocol/pairing_client_authenticator.cc',
167 'protocol/pairing_client_authenticator.h', 167 'protocol/pairing_client_authenticator.h',
168 'protocol/pairing_host_authenticator.cc', 168 'protocol/pairing_host_authenticator.cc',
169 'protocol/pairing_host_authenticator.h', 169 'protocol/pairing_host_authenticator.h',
170 'protocol/pairing_registry.cc', 170 'protocol/pairing_registry.cc',
171 'protocol/pairing_registry.h', 171 'protocol/pairing_registry.h',
172 'protocol/performance_tracker.cc', 172 'protocol/performance_tracker.cc',
173 'protocol/performance_tracker.h', 173 'protocol/performance_tracker.h',
174 'protocol/port_allocator_base.cc', 174 'protocol/port_allocator.cc',
175 'protocol/port_allocator_base.h', 175 'protocol/port_allocator.h',
176 'protocol/port_allocator_factory.h', 176 'protocol/port_allocator_factory.h',
177 'protocol/port_range.cc', 177 'protocol/port_range.cc',
178 'protocol/port_range.h', 178 'protocol/port_range.h',
179 'protocol/pseudotcp_adapter.cc', 179 'protocol/pseudotcp_adapter.cc',
180 'protocol/pseudotcp_adapter.h', 180 'protocol/pseudotcp_adapter.h',
181 'protocol/pseudotcp_channel_factory.cc', 181 'protocol/pseudotcp_channel_factory.cc',
182 'protocol/pseudotcp_channel_factory.h', 182 'protocol/pseudotcp_channel_factory.h',
183 'protocol/rejecting_authenticator.cc', 183 'protocol/rejecting_authenticator.cc',
184 'protocol/rejecting_authenticator.h', 184 'protocol/rejecting_authenticator.h',
185 'protocol/secure_channel_factory.cc', 185 'protocol/secure_channel_factory.cc',
(...skipping 23 matching lines...) Expand all
209 'protocol/v2_authenticator.cc', 209 'protocol/v2_authenticator.cc',
210 'protocol/v2_authenticator.h', 210 'protocol/v2_authenticator.h',
211 'protocol/video_renderer.h', 211 'protocol/video_renderer.h',
212 'protocol/video_stub.h', 212 'protocol/video_stub.h',
213 ], 213 ],
214 214
215 # Files in protocol that don't compile for NaCl. 215 # Files in protocol that don't compile for NaCl.
216 'remoting_protocol_nonnacl_sources': [ 216 'remoting_protocol_nonnacl_sources': [
217 'protocol/capture_scheduler.cc', 217 'protocol/capture_scheduler.cc',
218 'protocol/capture_scheduler.h', 218 'protocol/capture_scheduler.h',
219 'protocol/chromium_port_allocator.cc', 219 'protocol/chromium_port_allocator_factory.cc',
220 'protocol/chromium_port_allocator.h', 220 'protocol/chromium_port_allocator_factory.h',
221 'protocol/chromium_socket_factory.cc', 221 'protocol/chromium_socket_factory.cc',
222 'protocol/chromium_socket_factory.h', 222 'protocol/chromium_socket_factory.h',
223 'protocol/ice_connection_to_client.cc', 223 'protocol/ice_connection_to_client.cc',
224 'protocol/ice_connection_to_client.h', 224 'protocol/ice_connection_to_client.h',
225 'protocol/video_frame_pump.cc', 225 'protocol/video_frame_pump.cc',
226 'protocol/video_frame_pump.h', 226 'protocol/video_frame_pump.h',
227 'protocol/webrtc_connection_to_client.cc', 227 'protocol/webrtc_connection_to_client.cc',
228 'protocol/webrtc_connection_to_client.h', 228 'protocol/webrtc_connection_to_client.h',
229 'protocol/webrtc_connection_to_host.cc', 229 'protocol/webrtc_connection_to_host.cc',
230 'protocol/webrtc_connection_to_host.h', 230 'protocol/webrtc_connection_to_host.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'client/plugin/pepper_input_handler.h', 309 'client/plugin/pepper_input_handler.h',
310 'client/plugin/pepper_module.cc', 310 'client/plugin/pepper_module.cc',
311 'client/plugin/pepper_mouse_locker.cc', 311 'client/plugin/pepper_mouse_locker.cc',
312 'client/plugin/pepper_mouse_locker.h', 312 'client/plugin/pepper_mouse_locker.h',
313 'client/plugin/pepper_network_manager.cc', 313 'client/plugin/pepper_network_manager.cc',
314 'client/plugin/pepper_network_manager.h', 314 'client/plugin/pepper_network_manager.h',
315 'client/plugin/pepper_packet_socket_factory.cc', 315 'client/plugin/pepper_packet_socket_factory.cc',
316 'client/plugin/pepper_packet_socket_factory.h', 316 'client/plugin/pepper_packet_socket_factory.h',
317 'client/plugin/pepper_main_thread_task_runner.cc', 317 'client/plugin/pepper_main_thread_task_runner.cc',
318 'client/plugin/pepper_main_thread_task_runner.h', 318 'client/plugin/pepper_main_thread_task_runner.h',
319 'client/plugin/pepper_port_allocator.cc', 319 'client/plugin/pepper_port_allocator_factory.cc',
320 'client/plugin/pepper_port_allocator.h', 320 'client/plugin/pepper_port_allocator_factory.h',
321 'client/plugin/pepper_url_request.cc', 321 'client/plugin/pepper_url_request.cc',
322 'client/plugin/pepper_url_request.h', 322 'client/plugin/pepper_url_request.h',
323 'client/plugin/pepper_util.cc', 323 'client/plugin/pepper_util.cc',
324 'client/plugin/pepper_util.h', 324 'client/plugin/pepper_util.h',
325 'client/plugin/pepper_video_renderer.h', 325 'client/plugin/pepper_video_renderer.h',
326 'client/plugin/pepper_video_renderer_2d.cc', 326 'client/plugin/pepper_video_renderer_2d.cc',
327 'client/plugin/pepper_video_renderer_2d.h', 327 'client/plugin/pepper_video_renderer_2d.h',
328 'client/plugin/pepper_video_renderer_3d.cc', 328 'client/plugin/pepper_video_renderer_3d.cc',
329 'client/plugin/pepper_video_renderer_3d.h', 329 'client/plugin/pepper_video_renderer_3d.h',
330 ], 330 ],
331 } 331 }
332 } 332 }
OLDNEW
« 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