| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'client/key_event_mapper.cc', | 297 'client/key_event_mapper.cc', |
| 298 'client/key_event_mapper.h', | 298 'client/key_event_mapper.h', |
| 299 'client/normalizing_input_filter_cros.cc', | 299 'client/normalizing_input_filter_cros.cc', |
| 300 'client/normalizing_input_filter_cros.h', | 300 'client/normalizing_input_filter_cros.h', |
| 301 'client/normalizing_input_filter_mac.cc', | 301 'client/normalizing_input_filter_mac.cc', |
| 302 'client/normalizing_input_filter_mac.h', | 302 'client/normalizing_input_filter_mac.h', |
| 303 'client/normalizing_input_filter_win.cc', | 303 'client/normalizing_input_filter_win.cc', |
| 304 'client/normalizing_input_filter_win.h', | 304 'client/normalizing_input_filter_win.h', |
| 305 'client/server_log_entry_client.cc', | 305 'client/server_log_entry_client.cc', |
| 306 'client/server_log_entry_client.h', | 306 'client/server_log_entry_client.h', |
| 307 'client/shared_frame_video_renderer.cc', |
| 308 'client/shared_frame_video_renderer.h', |
| 307 'client/software_video_renderer.cc', | 309 'client/software_video_renderer.cc', |
| 308 'client/software_video_renderer.h', | 310 'client/software_video_renderer.h', |
| 309 'client/touch_input_scaler.cc', | 311 'client/touch_input_scaler.cc', |
| 310 'client/touch_input_scaler.h', | 312 'client/touch_input_scaler.h', |
| 311 ], | 313 ], |
| 312 | 314 |
| 313 'remoting_client_standalone_sources': [ | 315 'remoting_client_standalone_sources': [ |
| 314 'client/chromoting_client_runtime.cc', | 316 'client/chromoting_client_runtime.cc', |
| 315 'client/chromoting_client_runtime.h', | 317 'client/chromoting_client_runtime.h', |
| 316 ], | 318 ], |
| (...skipping 38 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 |