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

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: Include SkTypes.h before SkSize.h to fix win build. 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
« no previous file with comments | « remoting/protocol/key_event_tracker.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'client/plugin/chromoting_scriptable_object.cc', 258 'client/plugin/chromoting_scriptable_object.cc',
259 'client/plugin/chromoting_scriptable_object.h', 259 'client/plugin/chromoting_scriptable_object.h',
260 'client/plugin/pepper_entrypoints.cc', 260 'client/plugin/pepper_entrypoints.cc',
261 'client/plugin/pepper_entrypoints.h', 261 'client/plugin/pepper_entrypoints.h',
262 'client/plugin/pepper_input_handler.cc', 262 'client/plugin/pepper_input_handler.cc',
263 'client/plugin/pepper_input_handler.h', 263 'client/plugin/pepper_input_handler.h',
264 'client/plugin/pepper_plugin_thread_delegate.cc', 264 'client/plugin/pepper_plugin_thread_delegate.cc',
265 'client/plugin/pepper_plugin_thread_delegate.h', 265 'client/plugin/pepper_plugin_thread_delegate.h',
266 'client/plugin/pepper_view.cc', 266 'client/plugin/pepper_view.cc',
267 'client/plugin/pepper_view.h', 267 'client/plugin/pepper_view.h',
268 'client/plugin/pepper_view_proxy.cc',
269 'client/plugin/pepper_view_proxy.h',
270 'client/plugin/pepper_util.cc', 268 'client/plugin/pepper_util.cc',
271 'client/plugin/pepper_util.h', 269 'client/plugin/pepper_util.h',
272 'client/plugin/pepper_xmpp_proxy.cc', 270 'client/plugin/pepper_xmpp_proxy.cc',
273 'client/plugin/pepper_xmpp_proxy.h', 271 'client/plugin/pepper_xmpp_proxy.h',
274 ], 272 ],
275 }, # end of target 'remoting_client_plugin' 273 }, # end of target 'remoting_client_plugin'
276 { 274 {
277 'target_name': 'remoting_host_plugin', 275 'target_name': 'remoting_host_plugin',
278 'type': 'loadable_module', 276 'type': 'loadable_module',
279 'variables': { 'enable_wexit_time_destructors': 1, }, 277 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'dependencies': [ 623 'dependencies': [
626 'remoting_base', 624 'remoting_base',
627 'remoting_jingle_glue', 625 'remoting_jingle_glue',
628 'remoting_protocol', 626 'remoting_protocol',
629 ], 627 ],
630 'sources': [ 628 'sources': [
631 'client/chromoting_client.cc', 629 'client/chromoting_client.cc',
632 'client/chromoting_client.h', 630 'client/chromoting_client.h',
633 'client/chromoting_stats.cc', 631 'client/chromoting_stats.cc',
634 'client/chromoting_stats.h', 632 'client/chromoting_stats.h',
635 'client/chromoting_view.cc',
636 'client/chromoting_view.h', 633 'client/chromoting_view.h',
637 'client/client_config.cc', 634 'client/client_config.cc',
638 'client/client_config.h', 635 'client/client_config.h',
639 'client/client_context.cc', 636 'client/client_context.cc',
640 'client/client_context.h', 637 'client/client_context.h',
641 'client/frame_consumer.h', 638 'client/frame_consumer.h',
642 'client/input_handler.cc', 639 'client/mouse_input_filter.cc',
643 'client/input_handler.h', 640 'client/mouse_input_filter.h',
644 'client/rectangle_update_decoder.cc', 641 'client/rectangle_update_decoder.cc',
645 'client/rectangle_update_decoder.h', 642 'client/rectangle_update_decoder.h',
646 ], 643 ],
647 }, # end of target 'remoting_client' 644 }, # end of target 'remoting_client'
648 645
649 { 646 {
650 'target_name': 'remoting_simple_host', 647 'target_name': 'remoting_simple_host',
651 'type': 'executable', 648 'type': 'executable',
652 'variables': { 'enable_wexit_time_destructors': 1, }, 649 'variables': { 'enable_wexit_time_destructors': 1, },
653 'dependencies': [ 650 'dependencies': [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 'protocol/jingle_datagram_connector.cc', 770 'protocol/jingle_datagram_connector.cc',
774 'protocol/jingle_datagram_connector.h', 771 'protocol/jingle_datagram_connector.h',
775 'protocol/jingle_messages.cc', 772 'protocol/jingle_messages.cc',
776 'protocol/jingle_messages.h', 773 'protocol/jingle_messages.h',
777 'protocol/jingle_session.cc', 774 'protocol/jingle_session.cc',
778 'protocol/jingle_session.h', 775 'protocol/jingle_session.h',
779 'protocol/jingle_session_manager.cc', 776 'protocol/jingle_session_manager.cc',
780 'protocol/jingle_session_manager.h', 777 'protocol/jingle_session_manager.h',
781 'protocol/jingle_stream_connector.cc', 778 'protocol/jingle_stream_connector.cc',
782 'protocol/jingle_stream_connector.h', 779 'protocol/jingle_stream_connector.h',
780 'protocol/key_event_tracker.cc',
781 'protocol/key_event_tracker.h',
783 'protocol/message_decoder.cc', 782 'protocol/message_decoder.cc',
784 'protocol/message_decoder.h', 783 'protocol/message_decoder.h',
785 'protocol/message_reader.cc', 784 'protocol/message_reader.cc',
786 'protocol/message_reader.h', 785 'protocol/message_reader.h',
787 'protocol/pepper_channel.h', 786 'protocol/pepper_channel.h',
788 'protocol/pepper_session.cc', 787 'protocol/pepper_session.cc',
789 'protocol/pepper_session.h', 788 'protocol/pepper_session.h',
790 'protocol/pepper_session_manager.cc', 789 'protocol/pepper_session_manager.cc',
791 'protocol/pepper_session_manager.h', 790 'protocol/pepper_session_manager.h',
792 'protocol/pepper_stream_channel.cc', 791 'protocol/pepper_stream_channel.cc',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 '../base/allocator/allocator.gyp:allocator', 965 '../base/allocator/allocator.gyp:allocator',
967 ], 966 ],
968 }, 967 },
969 ], 968 ],
970 ], 969 ],
971 }], 970 }],
972 ], # end of 'conditions' 971 ], # end of 'conditions'
973 }, # end of target 'remoting_unittests' 972 }, # end of target 'remoting_unittests'
974 ], # end of targets 973 ], # end of targets
975 } 974 }
OLDNEW
« no previous file with comments | « remoting/protocol/key_event_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698