| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'client/normalizing_input_filter_win.cc', | 292 'client/normalizing_input_filter_win.cc', |
| 293 'client/normalizing_input_filter_win.h', | 293 'client/normalizing_input_filter_win.h', |
| 294 'client/server_log_entry_client.cc', | 294 'client/server_log_entry_client.cc', |
| 295 'client/server_log_entry_client.h', | 295 'client/server_log_entry_client.h', |
| 296 'client/software_video_renderer.cc', | 296 'client/software_video_renderer.cc', |
| 297 'client/software_video_renderer.h', | 297 'client/software_video_renderer.h', |
| 298 'client/touch_input_scaler.cc', | 298 'client/touch_input_scaler.cc', |
| 299 'client/touch_input_scaler.h', | 299 'client/touch_input_scaler.h', |
| 300 ], | 300 ], |
| 301 | 301 |
| 302 'remoting_client_standalone_sources': [ | |
| 303 'client/chromoting_client_runtime.cc', | |
| 304 'client/chromoting_client_runtime.h', | |
| 305 ], | |
| 306 | |
| 307 'remoting_client_plugin_sources': [ | 302 'remoting_client_plugin_sources': [ |
| 308 'client/plugin/chromoting_instance.cc', | 303 'client/plugin/chromoting_instance.cc', |
| 309 'client/plugin/chromoting_instance.h', | 304 'client/plugin/chromoting_instance.h', |
| 310 'client/plugin/delegating_signal_strategy.cc', | 305 'client/plugin/delegating_signal_strategy.cc', |
| 311 'client/plugin/delegating_signal_strategy.h', | 306 'client/plugin/delegating_signal_strategy.h', |
| 312 'client/plugin/pepper_address_resolver.cc', | 307 'client/plugin/pepper_address_resolver.cc', |
| 313 'client/plugin/pepper_address_resolver.h', | 308 'client/plugin/pepper_address_resolver.h', |
| 314 'client/plugin/pepper_audio_player.cc', | 309 'client/plugin/pepper_audio_player.cc', |
| 315 'client/plugin/pepper_audio_player.h', | 310 'client/plugin/pepper_audio_player.h', |
| 316 'client/plugin/pepper_cursor_setter.cc', | 311 'client/plugin/pepper_cursor_setter.cc', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 333 'client/plugin/pepper_util.cc', | 328 'client/plugin/pepper_util.cc', |
| 334 'client/plugin/pepper_util.h', | 329 'client/plugin/pepper_util.h', |
| 335 'client/plugin/pepper_video_renderer.h', | 330 'client/plugin/pepper_video_renderer.h', |
| 336 'client/plugin/pepper_video_renderer_2d.cc', | 331 'client/plugin/pepper_video_renderer_2d.cc', |
| 337 'client/plugin/pepper_video_renderer_2d.h', | 332 'client/plugin/pepper_video_renderer_2d.h', |
| 338 'client/plugin/pepper_video_renderer_3d.cc', | 333 'client/plugin/pepper_video_renderer_3d.cc', |
| 339 'client/plugin/pepper_video_renderer_3d.h', | 334 'client/plugin/pepper_video_renderer_3d.h', |
| 340 ], | 335 ], |
| 341 } | 336 } |
| 342 } | 337 } |
| OLD | NEW |