| 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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 '../crypto/crypto.gyp:crypto', | 701 '../crypto/crypto.gyp:crypto', |
| 702 '../jingle/jingle.gyp:jingle_glue', | 702 '../jingle/jingle.gyp:jingle_glue', |
| 703 '../net/net.gyp:net', | 703 '../net/net.gyp:net', |
| 704 ], | 704 ], |
| 705 'export_dependent_settings': [ | 705 'export_dependent_settings': [ |
| 706 'remoting_jingle_glue', | 706 'remoting_jingle_glue', |
| 707 ], | 707 ], |
| 708 'sources': [ | 708 'sources': [ |
| 709 'protocol/auth_token_utils.cc', | 709 'protocol/auth_token_utils.cc', |
| 710 'protocol/auth_token_utils.h', | 710 'protocol/auth_token_utils.h', |
| 711 'protocol/authenticator.h', |
| 711 'protocol/buffered_socket_writer.cc', | 712 'protocol/buffered_socket_writer.cc', |
| 712 'protocol/buffered_socket_writer.h', | 713 'protocol/buffered_socket_writer.h', |
| 713 'protocol/channel_authenticator.cc', | 714 'protocol/channel_authenticator.cc', |
| 714 'protocol/channel_authenticator.h', | 715 'protocol/channel_authenticator.h', |
| 715 'protocol/client_control_sender.cc', | 716 'protocol/client_control_sender.cc', |
| 716 'protocol/client_control_sender.h', | 717 'protocol/client_control_sender.h', |
| 717 'protocol/client_message_dispatcher.cc', | 718 'protocol/client_message_dispatcher.cc', |
| 718 'protocol/client_message_dispatcher.h', | 719 'protocol/client_message_dispatcher.h', |
| 719 'protocol/client_stub.h', | 720 'protocol/client_stub.h', |
| 720 'protocol/connection_to_client.cc', | 721 'protocol/connection_to_client.cc', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 '../base/allocator/allocator.gyp:allocator', | 927 '../base/allocator/allocator.gyp:allocator', |
| 927 ], | 928 ], |
| 928 }, | 929 }, |
| 929 ], | 930 ], |
| 930 ], | 931 ], |
| 931 }], | 932 }], |
| 932 ], # end of 'conditions' | 933 ], # end of 'conditions' |
| 933 }, # end of target 'remoting_unittests' | 934 }, # end of target 'remoting_unittests' |
| 934 ], # end of targets | 935 ], # end of targets |
| 935 } | 936 } |
| OLD | NEW |