| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'client/audio_player.h', | 227 'client/audio_player.h', |
| 228 'client/chromoting_client.cc', | 228 'client/chromoting_client.cc', |
| 229 'client/chromoting_client.h', | 229 'client/chromoting_client.h', |
| 230 'client/chromoting_stats.cc', | 230 'client/chromoting_stats.cc', |
| 231 'client/chromoting_stats.h', | 231 'client/chromoting_stats.h', |
| 232 'client/client_context.cc', | 232 'client/client_context.cc', |
| 233 'client/client_context.h', | 233 'client/client_context.h', |
| 234 'client/client_status_logger.cc', | 234 'client/client_status_logger.cc', |
| 235 'client/client_status_logger.h', | 235 'client/client_status_logger.h', |
| 236 'client/client_user_interface.h', | 236 'client/client_user_interface.h', |
| 237 'client/empty_cursor_filter.cc', |
| 238 'client/empty_cursor_filter.h', |
| 237 'client/frame_consumer.h', | 239 'client/frame_consumer.h', |
| 238 'client/frame_consumer_proxy.cc', | 240 'client/frame_consumer_proxy.cc', |
| 239 'client/frame_consumer_proxy.h', | 241 'client/frame_consumer_proxy.h', |
| 240 'client/frame_producer.h', | 242 'client/frame_producer.h', |
| 241 'client/key_event_mapper.cc', | 243 'client/key_event_mapper.cc', |
| 242 'client/key_event_mapper.h', | 244 'client/key_event_mapper.h', |
| 245 'client/normalizing_input_filter_cros.cc', |
| 246 'client/normalizing_input_filter_cros.h', |
| 247 'client/normalizing_input_filter_mac.cc', |
| 248 'client/normalizing_input_filter_mac.h', |
| 243 'client/server_log_entry_client.cc', | 249 'client/server_log_entry_client.cc', |
| 244 'client/server_log_entry_client.h', | 250 'client/server_log_entry_client.h', |
| 245 'client/software_video_renderer.cc', | 251 'client/software_video_renderer.cc', |
| 246 'client/software_video_renderer.h', | 252 'client/software_video_renderer.h', |
| 247 'client/token_fetcher_proxy.cc', | 253 'client/token_fetcher_proxy.cc', |
| 248 'client/token_fetcher_proxy.h', | 254 'client/token_fetcher_proxy.h', |
| 255 'client/touch_input_scaler.cc', |
| 256 'client/touch_input_scaler.h', |
| 249 'client/video_renderer.h', | 257 'client/video_renderer.h', |
| 250 ], | 258 ], |
| 251 | 259 |
| 252 'remoting_client_plugin_sources': [ | 260 'remoting_client_plugin_sources': [ |
| 253 'client/plugin/chromoting_instance.cc', | 261 'client/plugin/chromoting_instance.cc', |
| 254 'client/plugin/chromoting_instance.h', | 262 'client/plugin/chromoting_instance.h', |
| 255 'client/plugin/delegating_signal_strategy.cc', | 263 'client/plugin/delegating_signal_strategy.cc', |
| 256 'client/plugin/delegating_signal_strategy.h', | 264 'client/plugin/delegating_signal_strategy.h', |
| 257 'client/plugin/empty_cursor_filter.cc', | |
| 258 'client/plugin/empty_cursor_filter.h', | |
| 259 'client/plugin/normalizing_input_filter_cros.cc', | |
| 260 'client/plugin/normalizing_input_filter_cros.h', | |
| 261 'client/plugin/normalizing_input_filter_mac.cc', | |
| 262 'client/plugin/normalizing_input_filter_mac.h', | |
| 263 'client/plugin/pepper_address_resolver.cc', | 265 'client/plugin/pepper_address_resolver.cc', |
| 264 'client/plugin/pepper_address_resolver.h', | 266 'client/plugin/pepper_address_resolver.h', |
| 265 'client/plugin/pepper_audio_player.cc', | 267 'client/plugin/pepper_audio_player.cc', |
| 266 'client/plugin/pepper_audio_player.h', | 268 'client/plugin/pepper_audio_player.h', |
| 267 'client/plugin/pepper_cursor_setter.cc', | 269 'client/plugin/pepper_cursor_setter.cc', |
| 268 'client/plugin/pepper_cursor_setter.h', | 270 'client/plugin/pepper_cursor_setter.h', |
| 269 'client/plugin/pepper_input_handler.cc', | 271 'client/plugin/pepper_input_handler.cc', |
| 270 'client/plugin/pepper_input_handler.h', | 272 'client/plugin/pepper_input_handler.h', |
| 271 'client/plugin/pepper_mouse_locker.cc', | 273 'client/plugin/pepper_mouse_locker.cc', |
| 272 'client/plugin/pepper_mouse_locker.h', | 274 'client/plugin/pepper_mouse_locker.h', |
| 273 'client/plugin/pepper_network_manager.cc', | 275 'client/plugin/pepper_network_manager.cc', |
| 274 'client/plugin/pepper_network_manager.h', | 276 'client/plugin/pepper_network_manager.h', |
| 275 'client/plugin/pepper_packet_socket_factory.cc', | 277 'client/plugin/pepper_packet_socket_factory.cc', |
| 276 'client/plugin/pepper_packet_socket_factory.h', | 278 'client/plugin/pepper_packet_socket_factory.h', |
| 277 'client/plugin/pepper_plugin_thread_delegate.cc', | 279 'client/plugin/pepper_plugin_thread_delegate.cc', |
| 278 'client/plugin/pepper_plugin_thread_delegate.h', | 280 'client/plugin/pepper_plugin_thread_delegate.h', |
| 279 'client/plugin/pepper_port_allocator.cc', | 281 'client/plugin/pepper_port_allocator.cc', |
| 280 'client/plugin/pepper_port_allocator.h', | 282 'client/plugin/pepper_port_allocator.h', |
| 281 'client/plugin/pepper_util.cc', | 283 'client/plugin/pepper_util.cc', |
| 282 'client/plugin/pepper_util.h', | 284 'client/plugin/pepper_util.h', |
| 283 'client/plugin/pepper_video_renderer.h', | 285 'client/plugin/pepper_video_renderer.h', |
| 284 'client/plugin/pepper_video_renderer_2d.cc', | 286 'client/plugin/pepper_video_renderer_2d.cc', |
| 285 'client/plugin/pepper_video_renderer_2d.h', | 287 'client/plugin/pepper_video_renderer_2d.h', |
| 286 'client/plugin/pepper_video_renderer_3d.cc', | 288 'client/plugin/pepper_video_renderer_3d.cc', |
| 287 'client/plugin/pepper_video_renderer_3d.h', | 289 'client/plugin/pepper_video_renderer_3d.h', |
| 288 'client/plugin/touch_input_scaler.cc', | |
| 289 'client/plugin/touch_input_scaler.h', | |
| 290 ], | 290 ], |
| 291 } | 291 } |
| 292 } | 292 } |
| OLD | NEW |