| 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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 'remoting_jingle_glue', | 711 'remoting_jingle_glue', |
| 712 ], | 712 ], |
| 713 'sources': [ | 713 'sources': [ |
| 714 'protocol/auth_token_utils.cc', | 714 'protocol/auth_token_utils.cc', |
| 715 'protocol/auth_token_utils.h', | 715 'protocol/auth_token_utils.h', |
| 716 'protocol/authenticator.h', | 716 'protocol/authenticator.h', |
| 717 'protocol/buffered_socket_writer.cc', | 717 'protocol/buffered_socket_writer.cc', |
| 718 'protocol/buffered_socket_writer.h', | 718 'protocol/buffered_socket_writer.h', |
| 719 'protocol/channel_authenticator.cc', | 719 'protocol/channel_authenticator.cc', |
| 720 'protocol/channel_authenticator.h', | 720 'protocol/channel_authenticator.h', |
| 721 'protocol/channel_dispatcher_base.cc', |
| 722 'protocol/channel_dispatcher_base.h', |
| 721 'protocol/client_control_dispatcher.cc', | 723 'protocol/client_control_dispatcher.cc', |
| 722 'protocol/client_control_dispatcher.h', | 724 'protocol/client_control_dispatcher.h', |
| 723 'protocol/client_event_dispatcher.cc', | 725 'protocol/client_event_dispatcher.cc', |
| 724 'protocol/client_event_dispatcher.h', | 726 'protocol/client_event_dispatcher.h', |
| 725 'protocol/client_stub.h', | 727 'protocol/client_stub.h', |
| 726 'protocol/connection_to_client.cc', | 728 'protocol/connection_to_client.cc', |
| 727 'protocol/connection_to_client.h', | 729 'protocol/connection_to_client.h', |
| 728 'protocol/connection_to_host.cc', | 730 'protocol/connection_to_host.cc', |
| 729 'protocol/connection_to_host.h', | 731 'protocol/connection_to_host.h', |
| 730 'protocol/content_description.cc', | 732 'protocol/content_description.cc', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 930 '../base/allocator/allocator.gyp:allocator', | 932 '../base/allocator/allocator.gyp:allocator', |
| 931 ], | 933 ], |
| 932 }, | 934 }, |
| 933 ], | 935 ], |
| 934 ], | 936 ], |
| 935 }], | 937 }], |
| 936 ], # end of 'conditions' | 938 ], # end of 'conditions' |
| 937 }, # end of target 'remoting_unittests' | 939 }, # end of target 'remoting_unittests' |
| 938 ], # end of targets | 940 ], # end of targets |
| 939 } | 941 } |
| OLD | NEW |