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