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 'remoting_base_sources': [ | 7 'remoting_base_sources': [ |
8 'base/auth_token_util.cc', | 8 'base/auth_token_util.cc', |
9 'base/auth_token_util.h', | 9 'base/auth_token_util.h', |
10 'base/auto_thread.cc', | 10 'base/auto_thread.cc', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 | 68 |
69 'remoting_protocol_sources': [ | 69 'remoting_protocol_sources': [ |
70 'jingle_glue/chromium_port_allocator.cc', | 70 'jingle_glue/chromium_port_allocator.cc', |
71 'jingle_glue/chromium_port_allocator.h', | 71 'jingle_glue/chromium_port_allocator.h', |
72 'jingle_glue/chromium_socket_factory.cc', | 72 'jingle_glue/chromium_socket_factory.cc', |
73 'jingle_glue/chromium_socket_factory.h', | 73 'jingle_glue/chromium_socket_factory.h', |
74 'jingle_glue/iq_sender.cc', | 74 'jingle_glue/iq_sender.cc', |
75 'jingle_glue/iq_sender.h', | 75 'jingle_glue/iq_sender.h', |
76 'jingle_glue/jingle_info_request.cc', | 76 'jingle_glue/jingle_info_request.cc', |
77 'jingle_glue/jingle_info_request.h', | 77 'jingle_glue/jingle_info_request.h', |
| 78 'jingle_glue/log_to_server.cc', |
| 79 'jingle_glue/log_to_server.h', |
78 'jingle_glue/network_settings.cc', | 80 'jingle_glue/network_settings.cc', |
79 'jingle_glue/network_settings.h', | 81 'jingle_glue/network_settings.h', |
80 'jingle_glue/server_log_entry.cc', | 82 'jingle_glue/server_log_entry.cc', |
81 'jingle_glue/server_log_entry.h', | 83 'jingle_glue/server_log_entry.h', |
82 'jingle_glue/signal_strategy.h', | 84 'jingle_glue/signal_strategy.h', |
83 'jingle_glue/socket_util.cc', | 85 'jingle_glue/socket_util.cc', |
84 'jingle_glue/socket_util.h', | 86 'jingle_glue/socket_util.h', |
85 'jingle_glue/xmpp_signal_strategy.cc', | 87 'jingle_glue/xmpp_signal_strategy.cc', |
86 'jingle_glue/xmpp_signal_strategy.h', | 88 'jingle_glue/xmpp_signal_strategy.h', |
87 'protocol/audio_reader.cc', | 89 'protocol/audio_reader.cc', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'client/audio_player.cc', | 204 'client/audio_player.cc', |
203 'client/audio_player.h', | 205 'client/audio_player.h', |
204 'client/chromoting_client.cc', | 206 'client/chromoting_client.cc', |
205 'client/chromoting_client.h', | 207 'client/chromoting_client.h', |
206 'client/chromoting_stats.cc', | 208 'client/chromoting_stats.cc', |
207 'client/chromoting_stats.h', | 209 'client/chromoting_stats.h', |
208 'client/client_config.cc', | 210 'client/client_config.cc', |
209 'client/client_config.h', | 211 'client/client_config.h', |
210 'client/client_context.cc', | 212 'client/client_context.cc', |
211 'client/client_context.h', | 213 'client/client_context.h', |
| 214 'client/client_status_logger.cc', |
| 215 'client/client_status_logger.h', |
212 'client/client_user_interface.h', | 216 'client/client_user_interface.h', |
213 'client/frame_consumer.h', | 217 'client/frame_consumer.h', |
214 'client/frame_consumer_proxy.cc', | 218 'client/frame_consumer_proxy.cc', |
215 'client/frame_consumer_proxy.h', | 219 'client/frame_consumer_proxy.h', |
216 'client/frame_producer.h', | 220 'client/frame_producer.h', |
217 'client/key_event_mapper.cc', | 221 'client/key_event_mapper.cc', |
218 'client/key_event_mapper.h', | 222 'client/key_event_mapper.h', |
219 'client/log_to_server.cc', | |
220 'client/log_to_server.h', | |
221 'client/server_log_entry_client.cc', | 223 'client/server_log_entry_client.cc', |
222 'client/server_log_entry_client.h', | 224 'client/server_log_entry_client.h', |
223 'client/software_video_renderer.cc', | 225 'client/software_video_renderer.cc', |
224 'client/software_video_renderer.h', | 226 'client/software_video_renderer.h', |
225 'client/token_fetcher_proxy.cc', | 227 'client/token_fetcher_proxy.cc', |
226 'client/token_fetcher_proxy.h', | 228 'client/token_fetcher_proxy.h', |
227 'client/video_renderer.h', | 229 'client/video_renderer.h', |
228 ], | 230 ], |
229 | 231 |
230 'remoting_client_plugin_sources': [ | 232 'remoting_client_plugin_sources': [ |
(...skipping 19 matching lines...) Expand all Loading... |
250 'client/plugin/pepper_plugin_thread_delegate.h', | 252 'client/plugin/pepper_plugin_thread_delegate.h', |
251 'client/plugin/pepper_port_allocator.cc', | 253 'client/plugin/pepper_port_allocator.cc', |
252 'client/plugin/pepper_port_allocator.h', | 254 'client/plugin/pepper_port_allocator.h', |
253 'client/plugin/pepper_util.cc', | 255 'client/plugin/pepper_util.cc', |
254 'client/plugin/pepper_util.h', | 256 'client/plugin/pepper_util.h', |
255 'client/plugin/pepper_view.cc', | 257 'client/plugin/pepper_view.cc', |
256 'client/plugin/pepper_view.h', | 258 'client/plugin/pepper_view.h', |
257 ], | 259 ], |
258 } | 260 } |
259 } | 261 } |
OLD | NEW |