| 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 'protocol/client_control_dispatcher.h', | 783 'protocol/client_control_dispatcher.h', |
| 784 'protocol/client_event_dispatcher.cc', | 784 'protocol/client_event_dispatcher.cc', |
| 785 'protocol/client_event_dispatcher.h', | 785 'protocol/client_event_dispatcher.h', |
| 786 'protocol/client_stub.h', | 786 'protocol/client_stub.h', |
| 787 'protocol/connection_to_client.cc', | 787 'protocol/connection_to_client.cc', |
| 788 'protocol/connection_to_client.h', | 788 'protocol/connection_to_client.h', |
| 789 'protocol/connection_to_host.cc', | 789 'protocol/connection_to_host.cc', |
| 790 'protocol/connection_to_host.h', | 790 'protocol/connection_to_host.h', |
| 791 'protocol/content_description.cc', | 791 'protocol/content_description.cc', |
| 792 'protocol/content_description.h', | 792 'protocol/content_description.h', |
| 793 'protocol/errors.h', |
| 793 'protocol/host_control_dispatcher.cc', | 794 'protocol/host_control_dispatcher.cc', |
| 794 'protocol/host_control_dispatcher.h', | 795 'protocol/host_control_dispatcher.h', |
| 795 'protocol/host_event_dispatcher.cc', | 796 'protocol/host_event_dispatcher.cc', |
| 796 'protocol/host_event_dispatcher.h', | 797 'protocol/host_event_dispatcher.h', |
| 797 'protocol/host_stub.h', | 798 'protocol/host_stub.h', |
| 798 'protocol/input_filter.cc', | 799 'protocol/input_filter.cc', |
| 799 'protocol/input_filter.h', | 800 'protocol/input_filter.h', |
| 800 'protocol/input_stub.h', | 801 'protocol/input_stub.h', |
| 801 'protocol/it2me_host_authenticator_factory.cc', | 802 'protocol/it2me_host_authenticator_factory.cc', |
| 802 'protocol/it2me_host_authenticator_factory.h', | 803 'protocol/it2me_host_authenticator_factory.h', |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 '../base/allocator/allocator.gyp:allocator', | 1010 '../base/allocator/allocator.gyp:allocator', |
| 1010 ], | 1011 ], |
| 1011 }, | 1012 }, |
| 1012 ], | 1013 ], |
| 1013 ], | 1014 ], |
| 1014 }], | 1015 }], |
| 1015 ], # end of 'conditions' | 1016 ], # end of 'conditions' |
| 1016 }, # end of target 'remoting_unittests' | 1017 }, # end of target 'remoting_unittests' |
| 1017 ], # end of targets | 1018 ], # end of targets |
| 1018 } | 1019 } |
| OLD | NEW |