| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 'protocol/buffered_socket_writer.cc', | 839 'protocol/buffered_socket_writer.cc', |
| 840 'protocol/buffered_socket_writer.h', | 840 'protocol/buffered_socket_writer.h', |
| 841 'protocol/channel_authenticator.h', | 841 'protocol/channel_authenticator.h', |
| 842 'protocol/channel_dispatcher_base.cc', | 842 'protocol/channel_dispatcher_base.cc', |
| 843 'protocol/channel_dispatcher_base.h', | 843 'protocol/channel_dispatcher_base.h', |
| 844 'protocol/client_control_dispatcher.cc', | 844 'protocol/client_control_dispatcher.cc', |
| 845 'protocol/client_control_dispatcher.h', | 845 'protocol/client_control_dispatcher.h', |
| 846 'protocol/client_event_dispatcher.cc', | 846 'protocol/client_event_dispatcher.cc', |
| 847 'protocol/client_event_dispatcher.h', | 847 'protocol/client_event_dispatcher.h', |
| 848 'protocol/client_stub.h', | 848 'protocol/client_stub.h', |
| 849 'protocol/clipboard_stub.h', |
| 849 'protocol/connection_to_client.cc', | 850 'protocol/connection_to_client.cc', |
| 850 'protocol/connection_to_client.h', | 851 'protocol/connection_to_client.h', |
| 851 'protocol/connection_to_host.cc', | 852 'protocol/connection_to_host.cc', |
| 852 'protocol/connection_to_host.h', | 853 'protocol/connection_to_host.h', |
| 853 'protocol/content_description.cc', | 854 'protocol/content_description.cc', |
| 854 'protocol/content_description.h', | 855 'protocol/content_description.h', |
| 855 'protocol/errors.h', | 856 'protocol/errors.h', |
| 856 'protocol/host_control_dispatcher.cc', | 857 'protocol/host_control_dispatcher.cc', |
| 857 'protocol/host_control_dispatcher.h', | 858 'protocol/host_control_dispatcher.h', |
| 858 'protocol/host_event_dispatcher.cc', | 859 'protocol/host_event_dispatcher.cc', |
| 859 'protocol/host_event_dispatcher.h', | 860 'protocol/host_event_dispatcher.h', |
| 861 'protocol/host_event_stub.h', |
| 860 'protocol/host_stub.h', | 862 'protocol/host_stub.h', |
| 861 'protocol/input_filter.cc', | 863 'protocol/input_filter.cc', |
| 862 'protocol/input_filter.h', | 864 'protocol/input_filter.h', |
| 863 'protocol/input_stub.h', | 865 'protocol/input_stub.h', |
| 864 'protocol/it2me_host_authenticator_factory.cc', | 866 'protocol/it2me_host_authenticator_factory.cc', |
| 865 'protocol/it2me_host_authenticator_factory.h', | 867 'protocol/it2me_host_authenticator_factory.h', |
| 866 'protocol/jingle_messages.cc', | 868 'protocol/jingle_messages.cc', |
| 867 'protocol/jingle_messages.h', | 869 'protocol/jingle_messages.h', |
| 868 'protocol/jingle_session.cc', | 870 'protocol/jingle_session.cc', |
| 869 'protocol/jingle_session.h', | 871 'protocol/jingle_session.h', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 '../base/allocator/allocator.gyp:allocator', | 1074 '../base/allocator/allocator.gyp:allocator', |
| 1073 ], | 1075 ], |
| 1074 }, | 1076 }, |
| 1075 ], | 1077 ], |
| 1076 ], | 1078 ], |
| 1077 }], | 1079 }], |
| 1078 ], # end of 'conditions' | 1080 ], # end of 'conditions' |
| 1079 }, # end of target 'remoting_unittests' | 1081 }, # end of target 'remoting_unittests' |
| 1080 ], # end of targets | 1082 ], # end of targets |
| 1081 } | 1083 } |
| OLD | NEW |