| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'client/audio_player.h', | 285 'client/audio_player.h', |
| 286 'client/chromoting_client.cc', | 286 'client/chromoting_client.cc', |
| 287 'client/chromoting_client.h', | 287 'client/chromoting_client.h', |
| 288 'client/client_context.cc', | 288 'client/client_context.cc', |
| 289 'client/client_context.h', | 289 'client/client_context.h', |
| 290 'client/client_status_logger.cc', | 290 'client/client_status_logger.cc', |
| 291 'client/client_status_logger.h', | 291 'client/client_status_logger.h', |
| 292 'client/client_telemetry_logger.cc', | 292 'client/client_telemetry_logger.cc', |
| 293 'client/client_telemetry_logger.h', | 293 'client/client_telemetry_logger.h', |
| 294 'client/client_user_interface.h', | 294 'client/client_user_interface.h', |
| 295 'client/dual_buffer_frame_consumer.cc', |
| 296 'client/dual_buffer_frame_consumer.h', |
| 295 'client/empty_cursor_filter.cc', | 297 'client/empty_cursor_filter.cc', |
| 296 'client/empty_cursor_filter.h', | 298 'client/empty_cursor_filter.h', |
| 297 'client/key_event_mapper.cc', | 299 'client/key_event_mapper.cc', |
| 298 'client/key_event_mapper.h', | 300 'client/key_event_mapper.h', |
| 299 'client/normalizing_input_filter_cros.cc', | 301 'client/normalizing_input_filter_cros.cc', |
| 300 'client/normalizing_input_filter_cros.h', | 302 'client/normalizing_input_filter_cros.h', |
| 301 'client/normalizing_input_filter_mac.cc', | 303 'client/normalizing_input_filter_mac.cc', |
| 302 'client/normalizing_input_filter_mac.h', | 304 'client/normalizing_input_filter_mac.h', |
| 303 'client/normalizing_input_filter_win.cc', | 305 'client/normalizing_input_filter_win.cc', |
| 304 'client/normalizing_input_filter_win.h', | 306 'client/normalizing_input_filter_win.h', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'client/gl_canvas.h', | 357 'client/gl_canvas.h', |
| 356 'client/gl_desktop.cc', | 358 'client/gl_desktop.cc', |
| 357 'client/gl_desktop.h', | 359 'client/gl_desktop.h', |
| 358 'client/gl_helpers.cc', | 360 'client/gl_helpers.cc', |
| 359 'client/gl_helpers.h', | 361 'client/gl_helpers.h', |
| 360 'client/gl_render_layer.cc', | 362 'client/gl_render_layer.cc', |
| 361 'client/gl_render_layer.h' | 363 'client/gl_render_layer.h' |
| 362 ], | 364 ], |
| 363 } | 365 } |
| 364 } | 366 } |
| OLD | NEW |