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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1516163002: Reland of Removing references to webrtc::PortAllocatorFactoryInterface. (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 unified diff | Download patch
« no previous file with comments | « remoting/protocol/webrtc_transport.cc ('k') | no next file » | 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'protocol/capture_scheduler.cc', 203 'protocol/capture_scheduler.cc',
204 'protocol/capture_scheduler.h', 204 'protocol/capture_scheduler.h',
205 'protocol/chromium_port_allocator.cc', 205 'protocol/chromium_port_allocator.cc',
206 'protocol/chromium_port_allocator.h', 206 'protocol/chromium_port_allocator.h',
207 'protocol/chromium_port_allocator_factory.cc', 207 'protocol/chromium_port_allocator_factory.cc',
208 'protocol/chromium_port_allocator_factory.h', 208 'protocol/chromium_port_allocator_factory.h',
209 'protocol/chromium_socket_factory.cc', 209 'protocol/chromium_socket_factory.cc',
210 'protocol/chromium_socket_factory.h', 210 'protocol/chromium_socket_factory.h',
211 'protocol/ice_connection_to_client.cc', 211 'protocol/ice_connection_to_client.cc',
212 'protocol/ice_connection_to_client.h', 212 'protocol/ice_connection_to_client.h',
213 'protocol/port_allocator_factory.h',
213 'protocol/video_frame_pump.cc', 214 'protocol/video_frame_pump.cc',
214 'protocol/video_frame_pump.h', 215 'protocol/video_frame_pump.h',
215 'protocol/webrtc_connection_to_client.cc', 216 'protocol/webrtc_connection_to_client.cc',
216 'protocol/webrtc_connection_to_client.h', 217 'protocol/webrtc_connection_to_client.h',
217 'protocol/webrtc_data_stream_adapter.cc', 218 'protocol/webrtc_data_stream_adapter.cc',
218 'protocol/webrtc_data_stream_adapter.h', 219 'protocol/webrtc_data_stream_adapter.h',
219 'protocol/webrtc_transport.cc', 220 'protocol/webrtc_transport.cc',
220 'protocol/webrtc_transport.h', 221 'protocol/webrtc_transport.h',
221 'protocol/webrtc_video_capturer_adapter.cc', 222 'protocol/webrtc_video_capturer_adapter.cc',
222 'protocol/webrtc_video_capturer_adapter.h', 223 'protocol/webrtc_video_capturer_adapter.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'client/plugin/pepper_util.cc', 308 'client/plugin/pepper_util.cc',
308 'client/plugin/pepper_util.h', 309 'client/plugin/pepper_util.h',
309 'client/plugin/pepper_video_renderer.h', 310 'client/plugin/pepper_video_renderer.h',
310 'client/plugin/pepper_video_renderer_2d.cc', 311 'client/plugin/pepper_video_renderer_2d.cc',
311 'client/plugin/pepper_video_renderer_2d.h', 312 'client/plugin/pepper_video_renderer_2d.h',
312 'client/plugin/pepper_video_renderer_3d.cc', 313 'client/plugin/pepper_video_renderer_3d.cc',
313 'client/plugin/pepper_video_renderer_3d.h', 314 'client/plugin/pepper_video_renderer_3d.h',
314 ], 315 ],
315 } 316 }
316 } 317 }
OLDNEW
« no previous file with comments | « remoting/protocol/webrtc_transport.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698