| OLD | NEW |
| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'dependencies': [ | 623 'dependencies': [ |
| 624 'remoting_base', | 624 'remoting_base', |
| 625 'remoting_jingle_glue', | 625 'remoting_jingle_glue', |
| 626 'remoting_protocol', | 626 'remoting_protocol', |
| 627 ], | 627 ], |
| 628 'sources': [ | 628 'sources': [ |
| 629 'client/chromoting_client.cc', | 629 'client/chromoting_client.cc', |
| 630 'client/chromoting_client.h', | 630 'client/chromoting_client.h', |
| 631 'client/chromoting_stats.cc', | 631 'client/chromoting_stats.cc', |
| 632 'client/chromoting_stats.h', | 632 'client/chromoting_stats.h', |
| 633 'client/chromoting_view.cc', | |
| 634 'client/chromoting_view.h', | 633 'client/chromoting_view.h', |
| 635 'client/client_config.cc', | 634 'client/client_config.cc', |
| 636 'client/client_config.h', | 635 'client/client_config.h', |
| 637 'client/client_context.cc', | 636 'client/client_context.cc', |
| 638 'client/client_context.h', | 637 'client/client_context.h', |
| 639 'client/frame_consumer.h', | 638 'client/frame_consumer.h', |
| 640 'client/input_handler.cc', | 639 'client/mouse_input_filter.cc', |
| 641 'client/input_handler.h', | 640 'client/mouse_input_filter.h', |
| 642 'client/rectangle_update_decoder.cc', | 641 'client/rectangle_update_decoder.cc', |
| 643 'client/rectangle_update_decoder.h', | 642 'client/rectangle_update_decoder.h', |
| 644 ], | 643 ], |
| 645 }, # end of target 'remoting_client' | 644 }, # end of target 'remoting_client' |
| 646 | 645 |
| 647 { | 646 { |
| 648 'target_name': 'remoting_simple_host', | 647 'target_name': 'remoting_simple_host', |
| 649 'type': 'executable', | 648 'type': 'executable', |
| 650 'variables': { 'enable_wexit_time_destructors': 1, }, | 649 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 651 'dependencies': [ | 650 'dependencies': [ |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'protocol/jingle_datagram_connector.cc', | 770 'protocol/jingle_datagram_connector.cc', |
| 772 'protocol/jingle_datagram_connector.h', | 771 'protocol/jingle_datagram_connector.h', |
| 773 'protocol/jingle_messages.cc', | 772 'protocol/jingle_messages.cc', |
| 774 'protocol/jingle_messages.h', | 773 'protocol/jingle_messages.h', |
| 775 'protocol/jingle_session.cc', | 774 'protocol/jingle_session.cc', |
| 776 'protocol/jingle_session.h', | 775 'protocol/jingle_session.h', |
| 777 'protocol/jingle_session_manager.cc', | 776 'protocol/jingle_session_manager.cc', |
| 778 'protocol/jingle_session_manager.h', | 777 'protocol/jingle_session_manager.h', |
| 779 'protocol/jingle_stream_connector.cc', | 778 'protocol/jingle_stream_connector.cc', |
| 780 'protocol/jingle_stream_connector.h', | 779 'protocol/jingle_stream_connector.h', |
| 780 'protocol/key_event_tracker.cc', |
| 781 'protocol/key_event_tracker.h', |
| 781 'protocol/message_decoder.cc', | 782 'protocol/message_decoder.cc', |
| 782 'protocol/message_decoder.h', | 783 'protocol/message_decoder.h', |
| 783 'protocol/message_reader.cc', | 784 'protocol/message_reader.cc', |
| 784 'protocol/message_reader.h', | 785 'protocol/message_reader.h', |
| 785 'protocol/pepper_channel.h', | 786 'protocol/pepper_channel.h', |
| 786 'protocol/pepper_session.cc', | 787 'protocol/pepper_session.cc', |
| 787 'protocol/pepper_session.h', | 788 'protocol/pepper_session.h', |
| 788 'protocol/pepper_session_manager.cc', | 789 'protocol/pepper_session_manager.cc', |
| 789 'protocol/pepper_session_manager.h', | 790 'protocol/pepper_session_manager.h', |
| 790 'protocol/pepper_stream_channel.cc', | 791 'protocol/pepper_stream_channel.cc', |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 '../base/allocator/allocator.gyp:allocator', | 965 '../base/allocator/allocator.gyp:allocator', |
| 965 ], | 966 ], |
| 966 }, | 967 }, |
| 967 ], | 968 ], |
| 968 ], | 969 ], |
| 969 }], | 970 }], |
| 970 ], # end of 'conditions' | 971 ], # end of 'conditions' |
| 971 }, # end of target 'remoting_unittests' | 972 }, # end of target 'remoting_unittests' |
| 972 ], # end of targets | 973 ], # end of targets |
| 973 } | 974 } |
| OLD | NEW |