| Index: remoting/remoting_client.gypi
|
| diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
|
| index 3b3cd7b2d71a934b1211b4f706d94637817725d5..9581b0c74beee35efb91a34413f24f361cad73eb 100644
|
| --- a/remoting/remoting_client.gypi
|
| +++ b/remoting/remoting_client.gypi
|
| @@ -21,36 +21,9 @@
|
| 'remoting_protocol',
|
| ],
|
| 'sources': [
|
| - 'client/plugin/chromoting_instance.cc',
|
| - 'client/plugin/chromoting_instance.h',
|
| - 'client/plugin/delegating_signal_strategy.cc',
|
| - 'client/plugin/delegating_signal_strategy.h',
|
| - 'client/plugin/media_source_video_renderer.cc',
|
| - 'client/plugin/media_source_video_renderer.h',
|
| - 'client/plugin/normalizing_input_filter.cc',
|
| - 'client/plugin/normalizing_input_filter.h',
|
| - 'client/plugin/normalizing_input_filter_cros.cc',
|
| - 'client/plugin/normalizing_input_filter_mac.cc',
|
| - 'client/plugin/pepper_audio_player.cc',
|
| - 'client/plugin/pepper_audio_player.h',
|
| + '<@(remoting_client_plugin_sources)',
|
| 'client/plugin/pepper_entrypoints.cc',
|
| 'client/plugin/pepper_entrypoints.h',
|
| - 'client/plugin/pepper_input_handler.cc',
|
| - 'client/plugin/pepper_input_handler.h',
|
| - 'client/plugin/pepper_network_manager.cc',
|
| - 'client/plugin/pepper_network_manager.h',
|
| - 'client/plugin/pepper_packet_socket_factory.cc',
|
| - 'client/plugin/pepper_packet_socket_factory.h',
|
| - 'client/plugin/pepper_plugin_thread_delegate.cc',
|
| - 'client/plugin/pepper_plugin_thread_delegate.h',
|
| - 'client/plugin/pepper_port_allocator.cc',
|
| - 'client/plugin/pepper_port_allocator.h',
|
| - 'client/plugin/pepper_token_fetcher.cc',
|
| - 'client/plugin/pepper_token_fetcher.h',
|
| - 'client/plugin/pepper_util.cc',
|
| - 'client/plugin/pepper_util.h',
|
| - 'client/plugin/pepper_view.cc',
|
| - 'client/plugin/pepper_view.h',
|
| ],
|
| 'conditions' : [
|
| [ 'chromeos==0', {
|
| @@ -73,28 +46,7 @@
|
| '../third_party/libwebm/libwebm.gyp:libwebm',
|
| ],
|
| 'sources': [
|
| - 'client/audio_decode_scheduler.cc',
|
| - 'client/audio_decode_scheduler.h',
|
| - 'client/audio_player.cc',
|
| - 'client/audio_player.h',
|
| - 'client/chromoting_client.cc',
|
| - 'client/chromoting_client.h',
|
| - 'client/chromoting_stats.cc',
|
| - 'client/chromoting_stats.h',
|
| - 'client/client_config.cc',
|
| - 'client/client_config.h',
|
| - 'client/client_context.cc',
|
| - 'client/client_context.h',
|
| - 'client/client_user_interface.h',
|
| - 'client/frame_consumer.h',
|
| - 'client/frame_consumer_proxy.cc',
|
| - 'client/frame_consumer_proxy.h',
|
| - 'client/frame_producer.h',
|
| - 'client/key_event_mapper.cc',
|
| - 'client/key_event_mapper.h',
|
| - 'client/software_video_renderer.cc',
|
| - 'client/software_video_renderer.h',
|
| - 'client/video_renderer.h',
|
| + '<@(remoting_client_sources)',
|
| ],
|
| }, # end of target 'remoting_client'
|
|
|
|
|