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