| 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_message_dispatcher.cc', | 721 'protocol/client_control_dispatcher.cc', |
| 722 'protocol/client_message_dispatcher.h', | 722 'protocol/client_control_dispatcher.h', |
| 723 'protocol/client_event_dispatcher.cc', |
| 724 'protocol/client_event_dispatcher.h', |
| 723 'protocol/client_stub.h', | 725 'protocol/client_stub.h', |
| 724 'protocol/connection_to_client.cc', | 726 'protocol/connection_to_client.cc', |
| 725 'protocol/connection_to_client.h', | 727 'protocol/connection_to_client.h', |
| 726 'protocol/connection_to_host.cc', | 728 'protocol/connection_to_host.cc', |
| 727 'protocol/connection_to_host.h', | 729 'protocol/connection_to_host.h', |
| 728 'protocol/content_description.cc', | 730 'protocol/content_description.cc', |
| 729 'protocol/content_description.h', | 731 'protocol/content_description.h', |
| 730 'protocol/host_control_dispatcher.cc', | 732 'protocol/host_control_dispatcher.cc', |
| 731 'protocol/host_control_dispatcher.h', | 733 'protocol/host_control_dispatcher.h', |
| 732 'protocol/host_control_sender.cc', | |
| 733 'protocol/host_control_sender.h', | |
| 734 'protocol/host_event_dispatcher.cc', | 734 'protocol/host_event_dispatcher.cc', |
| 735 'protocol/host_event_dispatcher.h', | 735 'protocol/host_event_dispatcher.h', |
| 736 'protocol/host_stub.h', | 736 'protocol/host_stub.h', |
| 737 'protocol/input_sender.cc', | |
| 738 'protocol/input_sender.h', | |
| 739 'protocol/input_stub.h', | 737 'protocol/input_stub.h', |
| 740 'protocol/jingle_channel_connector.h', | 738 'protocol/jingle_channel_connector.h', |
| 741 'protocol/jingle_datagram_connector.cc', | 739 'protocol/jingle_datagram_connector.cc', |
| 742 'protocol/jingle_datagram_connector.h', | 740 'protocol/jingle_datagram_connector.h', |
| 743 'protocol/jingle_messages.cc', | 741 'protocol/jingle_messages.cc', |
| 744 'protocol/jingle_messages.h', | 742 'protocol/jingle_messages.h', |
| 745 'protocol/jingle_session.cc', | 743 'protocol/jingle_session.cc', |
| 746 'protocol/jingle_session.h', | 744 'protocol/jingle_session.h', |
| 747 'protocol/jingle_session_manager.cc', | 745 'protocol/jingle_session_manager.cc', |
| 748 'protocol/jingle_session_manager.h', | 746 'protocol/jingle_session_manager.h', |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 '../base/allocator/allocator.gyp:allocator', | 930 '../base/allocator/allocator.gyp:allocator', |
| 933 ], | 931 ], |
| 934 }, | 932 }, |
| 935 ], | 933 ], |
| 936 ], | 934 ], |
| 937 }], | 935 }], |
| 938 ], # end of 'conditions' | 936 ], # end of 'conditions' |
| 939 }, # end of target 'remoting_unittests' | 937 }, # end of target 'remoting_unittests' |
| 940 ], # end of targets | 938 ], # end of targets |
| 941 } | 939 } |
| OLD | NEW |