Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: remoting/remoting_client.gypi

Issue 172873007: Move lists of source files used in remoting client to remoting_srcs.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698