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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 'signaling/xmpp_login_handler.cc', | 281 'signaling/xmpp_login_handler.cc', |
282 'signaling/xmpp_login_handler.h', | 282 'signaling/xmpp_login_handler.h', |
283 ], | 283 ], |
284 | 284 |
285 'remoting_client_sources': [ | 285 'remoting_client_sources': [ |
286 'client/audio_consumer.h', | 286 'client/audio_consumer.h', |
287 'client/audio_decode_scheduler.cc', | 287 'client/audio_decode_scheduler.cc', |
288 'client/audio_decode_scheduler.h', | 288 'client/audio_decode_scheduler.h', |
289 'client/audio_player.cc', | 289 'client/audio_player.cc', |
290 'client/audio_player.h', | 290 'client/audio_player.h', |
| 291 'client/cursor_shape_stub_proxy.cc', |
| 292 'client/cursor_shape_stub_proxy.h', |
291 'client/chromoting_client.cc', | 293 'client/chromoting_client.cc', |
292 'client/chromoting_client.h', | 294 'client/chromoting_client.h', |
293 'client/client_context.cc', | 295 'client/client_context.cc', |
294 'client/client_context.h', | 296 'client/client_context.h', |
295 'client/client_status_logger.cc', | 297 'client/client_status_logger.cc', |
296 'client/client_status_logger.h', | 298 'client/client_status_logger.h', |
297 'client/client_telemetry_logger.cc', | 299 'client/client_telemetry_logger.cc', |
298 'client/client_telemetry_logger.h', | 300 'client/client_telemetry_logger.h', |
299 'client/client_user_interface.h', | 301 'client/client_user_interface.h', |
300 'client/dual_buffer_frame_consumer.cc', | 302 'client/dual_buffer_frame_consumer.cc', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'client/gl_helpers.h', | 374 'client/gl_helpers.h', |
373 'client/gl_math.cc', | 375 'client/gl_math.cc', |
374 'client/gl_math.h', | 376 'client/gl_math.h', |
375 'client/gl_renderer.cc', | 377 'client/gl_renderer.cc', |
376 'client/gl_renderer.h', | 378 'client/gl_renderer.h', |
377 'client/gl_render_layer.cc', | 379 'client/gl_render_layer.cc', |
378 'client/gl_render_layer.h', | 380 'client/gl_render_layer.h', |
379 ], | 381 ], |
380 } | 382 } |
381 } | 383 } |
OLD | NEW |