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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'remoting_jingle_glue', | 711 'remoting_jingle_glue', |
712 ], | 712 ], |
713 'sources': [ | 713 'sources': [ |
714 'protocol/auth_token_utils.cc', | 714 'protocol/auth_token_utils.cc', |
715 'protocol/auth_token_utils.h', | 715 'protocol/auth_token_utils.h', |
716 'protocol/authenticator.h', | 716 'protocol/authenticator.h', |
717 'protocol/buffered_socket_writer.cc', | 717 'protocol/buffered_socket_writer.cc', |
718 'protocol/buffered_socket_writer.h', | 718 'protocol/buffered_socket_writer.h', |
719 'protocol/channel_authenticator.cc', | 719 'protocol/channel_authenticator.cc', |
720 'protocol/channel_authenticator.h', | 720 'protocol/channel_authenticator.h', |
721 'protocol/client_control_sender.cc', | |
722 'protocol/client_control_sender.h', | |
723 'protocol/client_message_dispatcher.cc', | 721 'protocol/client_message_dispatcher.cc', |
724 'protocol/client_message_dispatcher.h', | 722 'protocol/client_message_dispatcher.h', |
725 'protocol/client_stub.h', | 723 'protocol/client_stub.h', |
726 'protocol/connection_to_client.cc', | 724 'protocol/connection_to_client.cc', |
727 'protocol/connection_to_client.h', | 725 'protocol/connection_to_client.h', |
728 'protocol/connection_to_host.cc', | 726 'protocol/connection_to_host.cc', |
729 'protocol/connection_to_host.h', | 727 'protocol/connection_to_host.h', |
730 'protocol/content_description.cc', | 728 'protocol/content_description.cc', |
731 'protocol/content_description.h', | 729 'protocol/content_description.h', |
| 730 'protocol/host_control_dispatcher.cc', |
| 731 'protocol/host_control_dispatcher.h', |
732 'protocol/host_control_sender.cc', | 732 'protocol/host_control_sender.cc', |
733 'protocol/host_control_sender.h', | 733 'protocol/host_control_sender.h', |
734 'protocol/host_message_dispatcher.cc', | 734 'protocol/host_event_dispatcher.cc', |
735 'protocol/host_message_dispatcher.h', | 735 'protocol/host_event_dispatcher.h', |
736 'protocol/host_stub.h', | 736 'protocol/host_stub.h', |
737 'protocol/input_sender.cc', | 737 'protocol/input_sender.cc', |
738 'protocol/input_sender.h', | 738 'protocol/input_sender.h', |
739 'protocol/input_stub.h', | 739 'protocol/input_stub.h', |
740 'protocol/jingle_channel_connector.h', | 740 'protocol/jingle_channel_connector.h', |
741 'protocol/jingle_datagram_connector.cc', | 741 'protocol/jingle_datagram_connector.cc', |
742 'protocol/jingle_datagram_connector.h', | 742 'protocol/jingle_datagram_connector.h', |
743 'protocol/jingle_messages.cc', | 743 'protocol/jingle_messages.cc', |
744 'protocol/jingle_messages.h', | 744 'protocol/jingle_messages.h', |
745 'protocol/jingle_session.cc', | 745 'protocol/jingle_session.cc', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 '../base/allocator/allocator.gyp:allocator', | 932 '../base/allocator/allocator.gyp:allocator', |
933 ], | 933 ], |
934 }, | 934 }, |
935 ], | 935 ], |
936 ], | 936 ], |
937 }], | 937 }], |
938 ], # end of 'conditions' | 938 ], # end of 'conditions' |
939 }, # end of target 'remoting_unittests' | 939 }, # end of target 'remoting_unittests' |
940 ], # end of targets | 940 ], # end of targets |
941 } | 941 } |
OLD | NEW |