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

Side by Side Diff: remoting/remoting.gyp

Issue 8985007: Refactoring of the client-side input pipeline and scaling dimension management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'client/plugin/chromoting_scriptable_object.cc', 257 'client/plugin/chromoting_scriptable_object.cc',
258 'client/plugin/chromoting_scriptable_object.h', 258 'client/plugin/chromoting_scriptable_object.h',
259 'client/plugin/pepper_entrypoints.cc', 259 'client/plugin/pepper_entrypoints.cc',
260 'client/plugin/pepper_entrypoints.h', 260 'client/plugin/pepper_entrypoints.h',
261 'client/plugin/pepper_input_handler.cc', 261 'client/plugin/pepper_input_handler.cc',
262 'client/plugin/pepper_input_handler.h', 262 'client/plugin/pepper_input_handler.h',
263 'client/plugin/pepper_plugin_thread_delegate.cc', 263 'client/plugin/pepper_plugin_thread_delegate.cc',
264 'client/plugin/pepper_plugin_thread_delegate.h', 264 'client/plugin/pepper_plugin_thread_delegate.h',
265 'client/plugin/pepper_view.cc', 265 'client/plugin/pepper_view.cc',
266 'client/plugin/pepper_view.h', 266 'client/plugin/pepper_view.h',
267 'client/plugin/pepper_view_proxy.cc',
268 'client/plugin/pepper_view_proxy.h',
269 'client/plugin/pepper_util.cc', 267 'client/plugin/pepper_util.cc',
270 'client/plugin/pepper_util.h', 268 'client/plugin/pepper_util.h',
271 'client/plugin/pepper_xmpp_proxy.cc', 269 'client/plugin/pepper_xmpp_proxy.cc',
272 'client/plugin/pepper_xmpp_proxy.h', 270 'client/plugin/pepper_xmpp_proxy.h',
273 ], 271 ],
274 }, # end of target 'remoting_client_plugin' 272 }, # end of target 'remoting_client_plugin'
275 { 273 {
276 'target_name': 'remoting_host_plugin', 274 'target_name': 'remoting_host_plugin',
277 'type': 'loadable_module', 275 'type': 'loadable_module',
278 'variables': { 'enable_wexit_time_destructors': 1, }, 276 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'dependencies': [ 622 'dependencies': [
625 'remoting_base', 623 'remoting_base',
626 'remoting_jingle_glue', 624 'remoting_jingle_glue',
627 'remoting_protocol', 625 'remoting_protocol',
628 ], 626 ],
629 'sources': [ 627 'sources': [
630 'client/chromoting_client.cc', 628 'client/chromoting_client.cc',
631 'client/chromoting_client.h', 629 'client/chromoting_client.h',
632 'client/chromoting_stats.cc', 630 'client/chromoting_stats.cc',
633 'client/chromoting_stats.h', 631 'client/chromoting_stats.h',
634 'client/chromoting_view.cc',
635 'client/chromoting_view.h', 632 'client/chromoting_view.h',
636 'client/client_config.cc', 633 'client/client_config.cc',
637 'client/client_config.h', 634 'client/client_config.h',
638 'client/client_context.cc', 635 'client/client_context.cc',
639 'client/client_context.h', 636 'client/client_context.h',
640 'client/frame_consumer.h', 637 'client/frame_consumer.h',
641 'client/input_handler.cc', 638 'client/mouse_input_filter.cc',
642 'client/input_handler.h', 639 'client/mouse_input_filter.h',
643 'client/rectangle_update_decoder.cc', 640 'client/rectangle_update_decoder.cc',
644 'client/rectangle_update_decoder.h', 641 'client/rectangle_update_decoder.h',
645 ], 642 ],
646 }, # end of target 'remoting_client' 643 }, # end of target 'remoting_client'
647 644
648 { 645 {
649 'target_name': 'remoting_simple_host', 646 'target_name': 'remoting_simple_host',
650 'type': 'executable', 647 'type': 'executable',
651 'variables': { 'enable_wexit_time_destructors': 1, }, 648 'variables': { 'enable_wexit_time_destructors': 1, },
652 'dependencies': [ 649 'dependencies': [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'protocol/jingle_datagram_connector.cc', 769 'protocol/jingle_datagram_connector.cc',
773 'protocol/jingle_datagram_connector.h', 770 'protocol/jingle_datagram_connector.h',
774 'protocol/jingle_messages.cc', 771 'protocol/jingle_messages.cc',
775 'protocol/jingle_messages.h', 772 'protocol/jingle_messages.h',
776 'protocol/jingle_session.cc', 773 'protocol/jingle_session.cc',
777 'protocol/jingle_session.h', 774 'protocol/jingle_session.h',
778 'protocol/jingle_session_manager.cc', 775 'protocol/jingle_session_manager.cc',
779 'protocol/jingle_session_manager.h', 776 'protocol/jingle_session_manager.h',
780 'protocol/jingle_stream_connector.cc', 777 'protocol/jingle_stream_connector.cc',
781 'protocol/jingle_stream_connector.h', 778 'protocol/jingle_stream_connector.h',
779 'protocol/key_event_tracker.cc',
780 'protocol/key_event_tracker.h',
782 'protocol/message_decoder.cc', 781 'protocol/message_decoder.cc',
783 'protocol/message_decoder.h', 782 'protocol/message_decoder.h',
784 'protocol/message_reader.cc', 783 'protocol/message_reader.cc',
785 'protocol/message_reader.h', 784 'protocol/message_reader.h',
786 'protocol/pepper_channel.h', 785 'protocol/pepper_channel.h',
787 'protocol/pepper_session.cc', 786 'protocol/pepper_session.cc',
788 'protocol/pepper_session.h', 787 'protocol/pepper_session.h',
789 'protocol/pepper_session_manager.cc', 788 'protocol/pepper_session_manager.cc',
790 'protocol/pepper_session_manager.h', 789 'protocol/pepper_session_manager.h',
791 'protocol/pepper_stream_channel.cc', 790 'protocol/pepper_stream_channel.cc',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 '../base/allocator/allocator.gyp:allocator', 964 '../base/allocator/allocator.gyp:allocator',
966 ], 965 ],
967 }, 966 },
968 ], 967 ],
969 ], 968 ],
970 }], 969 }],
971 ], # end of 'conditions' 970 ], # end of 'conditions'
972 }, # end of target 'remoting_unittests' 971 }, # end of target 'remoting_unittests'
973 ], # end of targets 972 ], # end of targets
974 } 973 }
OLDNEW
« remoting/base/decoder_vp8.cc ('K') | « remoting/protocol/key_event_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698