| 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', |
| 11 'base/auto_thread.h', | 11 'base/auto_thread.h', |
| 12 'base/auto_thread_task_runner.cc', | 12 'base/auto_thread_task_runner.cc', |
| 13 'base/auto_thread_task_runner.h', | 13 'base/auto_thread_task_runner.h', |
| 14 'base/buffered_socket_writer.cc', | 14 'base/buffered_socket_writer.cc', |
| 15 'base/buffered_socket_writer.h', | 15 'base/buffered_socket_writer.h', |
| 16 'base/capabilities.cc', | 16 'base/capabilities.cc', |
| 17 'base/capabilities.h', | 17 'base/capabilities.h', |
| 18 'base/chromium_url_request.cc', | 18 'base/chromium_url_request.cc', |
| 19 'base/chromium_url_request.h', | 19 'base/chromium_url_request.h', |
| 20 'base/chromoting_event.cc', |
| 21 'base/chromoting_event.h', |
| 20 'base/compound_buffer.cc', | 22 'base/compound_buffer.cc', |
| 21 'base/compound_buffer.h', | 23 'base/compound_buffer.h', |
| 22 'base/constants.cc', | 24 'base/constants.cc', |
| 23 'base/constants.h', | 25 'base/constants.h', |
| 24 'base/rate_counter.cc', | 26 'base/rate_counter.cc', |
| 25 'base/rate_counter.h', | 27 'base/rate_counter.h', |
| 26 'base/rsa_key_pair.cc', | 28 'base/rsa_key_pair.cc', |
| 27 'base/rsa_key_pair.h', | 29 'base/rsa_key_pair.h', |
| 28 'base/running_samples.cc', | 30 'base/running_samples.cc', |
| 29 'base/running_samples.h', | 31 'base/running_samples.h', |
| 30 'base/scoped_sc_handle_win.h', | 32 'base/scoped_sc_handle_win.h', |
| 31 'base/socket_reader.cc', | 33 'base/socket_reader.cc', |
| 32 'base/socket_reader.h', | 34 'base/socket_reader.h', |
| 35 'base/telemetry_log_writer.cc', |
| 36 'base/telemetry_log_writer.h', |
| 33 'base/typed_buffer.h', | 37 'base/typed_buffer.h', |
| 34 'base/url_request.h', | 38 'base/url_request.h', |
| 35 'base/url_request_context_getter.cc', | 39 'base/url_request_context_getter.cc', |
| 36 'base/url_request_context_getter.h', | 40 'base/url_request_context_getter.h', |
| 37 'base/util.cc', | 41 'base/util.cc', |
| 38 'base/util.h', | 42 'base/util.h', |
| 39 'base/vlog_net_log.cc', | 43 'base/vlog_net_log.cc', |
| 40 'base/vlog_net_log.h', | 44 'base/vlog_net_log.h', |
| 41 ], | 45 ], |
| 42 'remoting_codec_sources': [ | 46 'remoting_codec_sources': [ |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 'protocol/webrtc_video_encoder_factory.h', | 251 'protocol/webrtc_video_encoder_factory.h', |
| 248 'protocol/webrtc_transport.cc', | 252 'protocol/webrtc_transport.cc', |
| 249 'protocol/webrtc_transport.h', | 253 'protocol/webrtc_transport.h', |
| 250 'protocol/webrtc_video_stream.cc', | 254 'protocol/webrtc_video_stream.cc', |
| 251 'protocol/webrtc_video_stream.h', | 255 'protocol/webrtc_video_stream.h', |
| 252 'protocol/webrtc_video_renderer_adapter.cc', | 256 'protocol/webrtc_video_renderer_adapter.cc', |
| 253 'protocol/webrtc_video_renderer_adapter.h', | 257 'protocol/webrtc_video_renderer_adapter.h', |
| 254 ], | 258 ], |
| 255 | 259 |
| 256 'remoting_signaling_sources': [ | 260 'remoting_signaling_sources': [ |
| 257 'signaling/chromoting_event.cc', | |
| 258 'signaling/chromoting_event.h', | |
| 259 'signaling/iq_sender.cc', | 261 'signaling/iq_sender.cc', |
| 260 'signaling/iq_sender.h', | 262 'signaling/iq_sender.h', |
| 261 'signaling/jid_util.cc', | 263 'signaling/jid_util.cc', |
| 262 'signaling/jid_util.h', | 264 'signaling/jid_util.h', |
| 263 'signaling/log_to_server.cc', | 265 'signaling/log_to_server.cc', |
| 264 'signaling/log_to_server.h', | 266 'signaling/log_to_server.h', |
| 265 'signaling/push_notification_subscriber.cc', | 267 'signaling/push_notification_subscriber.cc', |
| 266 'signaling/push_notification_subscriber.h', | 268 'signaling/push_notification_subscriber.h', |
| 267 'signaling/server_log_entry.cc', | 269 'signaling/server_log_entry.cc', |
| 268 'signaling/server_log_entry.h', | 270 'signaling/server_log_entry.h', |
| 269 'signaling/signal_strategy.h', | 271 'signaling/signal_strategy.h', |
| 270 'signaling/telemetry_log_writer.cc', | |
| 271 'signaling/telemetry_log_writer.h', | |
| 272 'signaling/xmpp_signal_strategy.cc', | 272 'signaling/xmpp_signal_strategy.cc', |
| 273 'signaling/xmpp_signal_strategy.h', | 273 'signaling/xmpp_signal_strategy.h', |
| 274 'signaling/xmpp_stream_parser.cc', | 274 'signaling/xmpp_stream_parser.cc', |
| 275 'signaling/xmpp_stream_parser.h', | 275 'signaling/xmpp_stream_parser.h', |
| 276 'signaling/xmpp_login_handler.cc', | 276 'signaling/xmpp_login_handler.cc', |
| 277 'signaling/xmpp_login_handler.h', | 277 'signaling/xmpp_login_handler.h', |
| 278 ], | 278 ], |
| 279 | 279 |
| 280 'remoting_client_sources': [ | 280 'remoting_client_sources': [ |
| 281 'client/audio_decode_scheduler.cc', | 281 'client/audio_decode_scheduler.cc', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'client/plugin/pepper_util.cc', | 343 'client/plugin/pepper_util.cc', |
| 344 'client/plugin/pepper_util.h', | 344 'client/plugin/pepper_util.h', |
| 345 'client/plugin/pepper_video_renderer.h', | 345 'client/plugin/pepper_video_renderer.h', |
| 346 'client/plugin/pepper_video_renderer_2d.cc', | 346 'client/plugin/pepper_video_renderer_2d.cc', |
| 347 'client/plugin/pepper_video_renderer_2d.h', | 347 'client/plugin/pepper_video_renderer_2d.h', |
| 348 'client/plugin/pepper_video_renderer_3d.cc', | 348 'client/plugin/pepper_video_renderer_3d.cc', |
| 349 'client/plugin/pepper_video_renderer_3d.h', | 349 'client/plugin/pepper_video_renderer_3d.h', |
| 350 ], | 350 ], |
| 351 } | 351 } |
| 352 } | 352 } |
| OLD | NEW |