OLD | NEW |
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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'protocol/video_frame_pump.cc', | 238 'protocol/video_frame_pump.cc', |
239 'protocol/video_frame_pump.h', | 239 'protocol/video_frame_pump.h', |
240 'protocol/webrtc_connection_to_client.cc', | 240 'protocol/webrtc_connection_to_client.cc', |
241 'protocol/webrtc_connection_to_client.h', | 241 'protocol/webrtc_connection_to_client.h', |
242 'protocol/webrtc_connection_to_host.cc', | 242 'protocol/webrtc_connection_to_host.cc', |
243 'protocol/webrtc_connection_to_host.h', | 243 'protocol/webrtc_connection_to_host.h', |
244 'protocol/webrtc_data_stream_adapter.cc', | 244 'protocol/webrtc_data_stream_adapter.cc', |
245 'protocol/webrtc_data_stream_adapter.h', | 245 'protocol/webrtc_data_stream_adapter.h', |
246 'protocol/webrtc_dummy_video_capturer.cc', | 246 'protocol/webrtc_dummy_video_capturer.cc', |
247 'protocol/webrtc_dummy_video_capturer.h', | 247 'protocol/webrtc_dummy_video_capturer.h', |
248 'protocol/webrtc_frame_scheduler.cc', | |
249 'protocol/webrtc_frame_scheduler.h', | |
250 'protocol/webrtc_video_encoder_factory.cc', | 248 'protocol/webrtc_video_encoder_factory.cc', |
251 'protocol/webrtc_video_encoder_factory.h', | 249 'protocol/webrtc_video_encoder_factory.h', |
252 'protocol/webrtc_transport.cc', | 250 'protocol/webrtc_transport.cc', |
253 'protocol/webrtc_transport.h', | 251 'protocol/webrtc_transport.h', |
254 'protocol/webrtc_video_stream.cc', | 252 'protocol/webrtc_video_stream.cc', |
255 'protocol/webrtc_video_stream.h', | 253 'protocol/webrtc_video_stream.h', |
256 'protocol/webrtc_video_renderer_adapter.cc', | 254 'protocol/webrtc_video_renderer_adapter.cc', |
257 'protocol/webrtc_video_renderer_adapter.h', | 255 'protocol/webrtc_video_renderer_adapter.h', |
258 ], | 256 ], |
259 | 257 |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 'client/plugin/pepper_util.cc', | 341 'client/plugin/pepper_util.cc', |
344 'client/plugin/pepper_util.h', | 342 'client/plugin/pepper_util.h', |
345 'client/plugin/pepper_video_renderer.h', | 343 'client/plugin/pepper_video_renderer.h', |
346 'client/plugin/pepper_video_renderer_2d.cc', | 344 'client/plugin/pepper_video_renderer_2d.cc', |
347 'client/plugin/pepper_video_renderer_2d.h', | 345 'client/plugin/pepper_video_renderer_2d.h', |
348 'client/plugin/pepper_video_renderer_3d.cc', | 346 'client/plugin/pepper_video_renderer_3d.cc', |
349 'client/plugin/pepper_video_renderer_3d.h', | 347 'client/plugin/pepper_video_renderer_3d.h', |
350 ], | 348 ], |
351 } | 349 } |
352 } | 350 } |
OLD | NEW |