| 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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 'protocol/buffered_socket_writer.cc', | 827 'protocol/buffered_socket_writer.cc', |
| 828 'protocol/buffered_socket_writer.h', | 828 'protocol/buffered_socket_writer.h', |
| 829 'protocol/channel_authenticator.h', | 829 'protocol/channel_authenticator.h', |
| 830 'protocol/channel_dispatcher_base.cc', | 830 'protocol/channel_dispatcher_base.cc', |
| 831 'protocol/channel_dispatcher_base.h', | 831 'protocol/channel_dispatcher_base.h', |
| 832 'protocol/client_control_dispatcher.cc', | 832 'protocol/client_control_dispatcher.cc', |
| 833 'protocol/client_control_dispatcher.h', | 833 'protocol/client_control_dispatcher.h', |
| 834 'protocol/client_event_dispatcher.cc', | 834 'protocol/client_event_dispatcher.cc', |
| 835 'protocol/client_event_dispatcher.h', | 835 'protocol/client_event_dispatcher.h', |
| 836 'protocol/client_stub.h', | 836 'protocol/client_stub.h', |
| 837 'protocol/clipboard_stub.h', |
| 837 'protocol/connection_to_client.cc', | 838 'protocol/connection_to_client.cc', |
| 838 'protocol/connection_to_client.h', | 839 'protocol/connection_to_client.h', |
| 839 'protocol/connection_to_host.cc', | 840 'protocol/connection_to_host.cc', |
| 840 'protocol/connection_to_host.h', | 841 'protocol/connection_to_host.h', |
| 841 'protocol/content_description.cc', | 842 'protocol/content_description.cc', |
| 842 'protocol/content_description.h', | 843 'protocol/content_description.h', |
| 843 'protocol/errors.h', | 844 'protocol/errors.h', |
| 844 'protocol/host_control_dispatcher.cc', | 845 'protocol/host_control_dispatcher.cc', |
| 845 'protocol/host_control_dispatcher.h', | 846 'protocol/host_control_dispatcher.h', |
| 846 'protocol/host_event_dispatcher.cc', | 847 'protocol/host_event_dispatcher.cc', |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 '../base/allocator/allocator.gyp:allocator', | 1061 '../base/allocator/allocator.gyp:allocator', |
| 1061 ], | 1062 ], |
| 1062 }, | 1063 }, |
| 1063 ], | 1064 ], |
| 1064 ], | 1065 ], |
| 1065 }], | 1066 }], |
| 1066 ], # end of 'conditions' | 1067 ], # end of 'conditions' |
| 1067 }, # end of target 'remoting_unittests' | 1068 }, # end of target 'remoting_unittests' |
| 1068 ], # end of targets | 1069 ], # end of targets |
| 1069 } | 1070 } |
| OLD | NEW |