OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'remoting_base_sources': [ |
| 8 'base/auth_token_util.cc', |
| 9 'base/auth_token_util.h', |
| 10 'base/auto_thread.cc', |
| 11 'base/auto_thread.h', |
| 12 'base/auto_thread_task_runner.cc', |
| 13 'base/auto_thread_task_runner.h', |
| 14 'base/capabilities.cc', |
| 15 'base/capabilities.h', |
| 16 'base/compound_buffer.cc', |
| 17 'base/compound_buffer.h', |
| 18 'base/constants.cc', |
| 19 'base/constants.h', |
| 20 'base/plugin_thread_task_runner.cc', |
| 21 'base/plugin_thread_task_runner.h', |
| 22 'base/rate_counter.cc', |
| 23 'base/rate_counter.h', |
| 24 'base/resources.h', |
| 25 'base/resources_linux.cc', |
| 26 'base/resources_mac.cc', |
| 27 'base/resources_win.cc', |
| 28 'base/rsa_key_pair.cc', |
| 29 'base/rsa_key_pair.h', |
| 30 'base/running_average.cc', |
| 31 'base/running_average.h', |
| 32 'base/scoped_sc_handle_win.h', |
| 33 'base/socket_reader.cc', |
| 34 'base/socket_reader.h', |
| 35 'base/typed_buffer.h', |
| 36 'base/url_request_context.cc', |
| 37 'base/url_request_context.h', |
| 38 'base/util.cc', |
| 39 'base/util.h', |
| 40 'base/vlog_net_log.cc', |
| 41 'base/vlog_net_log.h', |
| 42 'codec/audio_decoder.cc', |
| 43 'codec/audio_decoder.h', |
| 44 'codec/audio_decoder_opus.cc', |
| 45 'codec/audio_decoder_opus.h', |
| 46 'codec/audio_decoder_verbatim.cc', |
| 47 'codec/audio_decoder_verbatim.h', |
| 48 'codec/audio_encoder.h', |
| 49 'codec/audio_encoder_opus.cc', |
| 50 'codec/audio_encoder_opus.h', |
| 51 'codec/audio_encoder_verbatim.cc', |
| 52 'codec/audio_encoder_verbatim.h', |
| 53 'codec/scoped_vpx_codec.cc', |
| 54 'codec/scoped_vpx_codec.h', |
| 55 'codec/video_decoder.h', |
| 56 'codec/video_decoder_verbatim.cc', |
| 57 'codec/video_decoder_verbatim.h', |
| 58 'codec/video_decoder_vpx.cc', |
| 59 'codec/video_decoder_vpx.h', |
| 60 'codec/video_encoder.h', |
| 61 'codec/video_encoder_verbatim.cc', |
| 62 'codec/video_encoder_verbatim.h', |
| 63 'codec/video_encoder_vpx.cc', |
| 64 'codec/video_encoder_vpx.h', |
| 65 ], |
| 66 |
| 67 'remoting_protocol_sources': [ |
| 68 'jingle_glue/chromium_port_allocator.cc', |
| 69 'jingle_glue/chromium_port_allocator.h', |
| 70 'jingle_glue/chromium_socket_factory.cc', |
| 71 'jingle_glue/chromium_socket_factory.h', |
| 72 'jingle_glue/iq_sender.cc', |
| 73 'jingle_glue/iq_sender.h', |
| 74 'jingle_glue/jingle_info_request.cc', |
| 75 'jingle_glue/jingle_info_request.h', |
| 76 'jingle_glue/network_settings.h', |
| 77 'jingle_glue/signal_strategy.h', |
| 78 'jingle_glue/xmpp_signal_strategy.cc', |
| 79 'jingle_glue/xmpp_signal_strategy.h', |
| 80 'protocol/audio_reader.cc', |
| 81 'protocol/audio_reader.h', |
| 82 'protocol/audio_stub.h', |
| 83 'protocol/audio_writer.cc', |
| 84 'protocol/audio_writer.h', |
| 85 'protocol/auth_util.cc', |
| 86 'protocol/auth_util.h', |
| 87 'protocol/authentication_method.cc', |
| 88 'protocol/authentication_method.h', |
| 89 'protocol/authenticator.cc', |
| 90 'protocol/authenticator.h', |
| 91 'protocol/buffered_socket_writer.cc', |
| 92 'protocol/buffered_socket_writer.h', |
| 93 'protocol/channel_authenticator.h', |
| 94 'protocol/channel_dispatcher_base.cc', |
| 95 'protocol/channel_dispatcher_base.h', |
| 96 'protocol/channel_multiplexer.cc', |
| 97 'protocol/channel_multiplexer.h', |
| 98 'protocol/client_control_dispatcher.cc', |
| 99 'protocol/client_control_dispatcher.h', |
| 100 'protocol/client_event_dispatcher.cc', |
| 101 'protocol/client_event_dispatcher.h', |
| 102 'protocol/client_stub.h', |
| 103 'protocol/clipboard_echo_filter.cc', |
| 104 'protocol/clipboard_echo_filter.h', |
| 105 'protocol/clipboard_filter.cc', |
| 106 'protocol/clipboard_filter.h', |
| 107 'protocol/clipboard_stub.h', |
| 108 'protocol/clipboard_thread_proxy.cc', |
| 109 'protocol/clipboard_thread_proxy.h', |
| 110 'protocol/connection_to_client.cc', |
| 111 'protocol/connection_to_client.h', |
| 112 'protocol/connection_to_host.cc', |
| 113 'protocol/connection_to_host.h', |
| 114 'protocol/content_description.cc', |
| 115 'protocol/content_description.h', |
| 116 'protocol/errors.h', |
| 117 'protocol/host_control_dispatcher.cc', |
| 118 'protocol/host_control_dispatcher.h', |
| 119 'protocol/host_event_dispatcher.cc', |
| 120 'protocol/host_event_dispatcher.h', |
| 121 'protocol/host_stub.h', |
| 122 'protocol/input_event_tracker.cc', |
| 123 'protocol/input_event_tracker.h', |
| 124 'protocol/input_filter.cc', |
| 125 'protocol/input_filter.h', |
| 126 'protocol/input_stub.h', |
| 127 'protocol/it2me_host_authenticator_factory.cc', |
| 128 'protocol/it2me_host_authenticator_factory.h', |
| 129 'protocol/jingle_messages.cc', |
| 130 'protocol/jingle_messages.h', |
| 131 'protocol/jingle_session.cc', |
| 132 'protocol/jingle_session.h', |
| 133 'protocol/jingle_session_manager.cc', |
| 134 'protocol/jingle_session_manager.h', |
| 135 'protocol/libjingle_transport_factory.cc', |
| 136 'protocol/libjingle_transport_factory.h', |
| 137 'protocol/me2me_host_authenticator_factory.cc', |
| 138 'protocol/me2me_host_authenticator_factory.h', |
| 139 'protocol/message_decoder.cc', |
| 140 'protocol/message_decoder.h', |
| 141 'protocol/message_reader.cc', |
| 142 'protocol/message_reader.h', |
| 143 'protocol/mouse_input_filter.cc', |
| 144 'protocol/mouse_input_filter.h', |
| 145 'protocol/name_value_map.h', |
| 146 'protocol/negotiating_authenticator_base.cc', |
| 147 'protocol/negotiating_authenticator_base.h', |
| 148 'protocol/negotiating_client_authenticator.cc', |
| 149 'protocol/negotiating_client_authenticator.h', |
| 150 'protocol/negotiating_host_authenticator.cc', |
| 151 'protocol/negotiating_host_authenticator.h', |
| 152 'protocol/pairing_authenticator_base.cc', |
| 153 'protocol/pairing_authenticator_base.h', |
| 154 'protocol/pairing_client_authenticator.cc', |
| 155 'protocol/pairing_client_authenticator.h', |
| 156 'protocol/pairing_host_authenticator.cc', |
| 157 'protocol/pairing_host_authenticator.h', |
| 158 'protocol/pairing_registry.cc', |
| 159 'protocol/pairing_registry.h', |
| 160 'protocol/protobuf_video_reader.cc', |
| 161 'protocol/protobuf_video_reader.h', |
| 162 'protocol/protobuf_video_writer.cc', |
| 163 'protocol/protobuf_video_writer.h', |
| 164 'protocol/session.h', |
| 165 'protocol/session_config.cc', |
| 166 'protocol/session_config.h', |
| 167 'protocol/session_manager.h', |
| 168 'protocol/ssl_hmac_channel_authenticator.cc', |
| 169 'protocol/ssl_hmac_channel_authenticator.h', |
| 170 'protocol/transport.cc', |
| 171 'protocol/transport.h', |
| 172 'protocol/util.cc', |
| 173 'protocol/util.h', |
| 174 'protocol/third_party_authenticator_base.cc', |
| 175 'protocol/third_party_authenticator_base.h', |
| 176 'protocol/third_party_client_authenticator.cc', |
| 177 'protocol/third_party_client_authenticator.h', |
| 178 'protocol/third_party_host_authenticator.cc', |
| 179 'protocol/third_party_host_authenticator.h', |
| 180 'protocol/v2_authenticator.cc', |
| 181 'protocol/v2_authenticator.h', |
| 182 'protocol/video_reader.cc', |
| 183 'protocol/video_reader.h', |
| 184 'protocol/video_stub.h', |
| 185 'protocol/video_writer.cc', |
| 186 'protocol/video_writer.h', |
| 187 ], |
| 188 |
| 189 'remoting_client_sources': [ |
| 190 'client/audio_decode_scheduler.cc', |
| 191 'client/audio_decode_scheduler.h', |
| 192 'client/audio_player.cc', |
| 193 'client/audio_player.h', |
| 194 'client/chromoting_client.cc', |
| 195 'client/chromoting_client.h', |
| 196 'client/chromoting_stats.cc', |
| 197 'client/chromoting_stats.h', |
| 198 'client/client_config.cc', |
| 199 'client/client_config.h', |
| 200 'client/client_context.cc', |
| 201 'client/client_context.h', |
| 202 'client/client_user_interface.h', |
| 203 'client/frame_consumer.h', |
| 204 'client/frame_consumer_proxy.cc', |
| 205 'client/frame_consumer_proxy.h', |
| 206 'client/frame_producer.h', |
| 207 'client/key_event_mapper.cc', |
| 208 'client/key_event_mapper.h', |
| 209 'client/software_video_renderer.cc', |
| 210 'client/software_video_renderer.h', |
| 211 'client/video_renderer.h', |
| 212 ], |
| 213 |
| 214 'remoting_client_plugin_sources': [ |
| 215 'client/plugin/chromoting_instance.cc', |
| 216 'client/plugin/chromoting_instance.h', |
| 217 'client/plugin/delegating_signal_strategy.cc', |
| 218 'client/plugin/delegating_signal_strategy.h', |
| 219 'client/plugin/media_source_video_renderer.cc', |
| 220 'client/plugin/media_source_video_renderer.h', |
| 221 'client/plugin/normalizing_input_filter.cc', |
| 222 'client/plugin/normalizing_input_filter.h', |
| 223 'client/plugin/normalizing_input_filter_cros.cc', |
| 224 'client/plugin/normalizing_input_filter_mac.cc', |
| 225 'client/plugin/pepper_audio_player.cc', |
| 226 'client/plugin/pepper_audio_player.h', |
| 227 'client/plugin/pepper_input_handler.cc', |
| 228 'client/plugin/pepper_input_handler.h', |
| 229 'client/plugin/pepper_network_manager.cc', |
| 230 'client/plugin/pepper_network_manager.h', |
| 231 'client/plugin/pepper_packet_socket_factory.cc', |
| 232 'client/plugin/pepper_packet_socket_factory.h', |
| 233 'client/plugin/pepper_plugin_thread_delegate.cc', |
| 234 'client/plugin/pepper_plugin_thread_delegate.h', |
| 235 'client/plugin/pepper_port_allocator.cc', |
| 236 'client/plugin/pepper_port_allocator.h', |
| 237 'client/plugin/pepper_token_fetcher.cc', |
| 238 'client/plugin/pepper_token_fetcher.h', |
| 239 'client/plugin/pepper_util.cc', |
| 240 'client/plugin/pepper_util.h', |
| 241 'client/plugin/pepper_view.cc', |
| 242 'client/plugin/pepper_view.h', |
| 243 ], |
| 244 } |
| 245 } |
OLD | NEW |