| 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 '../crypto/crypto.gyp:crypto', | 736 '../crypto/crypto.gyp:crypto', |
| 737 '../jingle/jingle.gyp:jingle_glue', | 737 '../jingle/jingle.gyp:jingle_glue', |
| 738 '../net/net.gyp:net', | 738 '../net/net.gyp:net', |
| 739 ], | 739 ], |
| 740 'export_dependent_settings': [ | 740 'export_dependent_settings': [ |
| 741 'remoting_jingle_glue', | 741 'remoting_jingle_glue', |
| 742 ], | 742 ], |
| 743 'sources': [ | 743 'sources': [ |
| 744 'protocol/auth_util.cc', | 744 'protocol/auth_util.cc', |
| 745 'protocol/auth_util.h', | 745 'protocol/auth_util.h', |
| 746 'protocol/authenticator.cc', |
| 746 'protocol/authenticator.h', | 747 'protocol/authenticator.h', |
| 747 'protocol/buffered_socket_writer.cc', | 748 'protocol/buffered_socket_writer.cc', |
| 748 'protocol/buffered_socket_writer.h', | 749 'protocol/buffered_socket_writer.h', |
| 749 'protocol/channel_authenticator.h', | 750 'protocol/channel_authenticator.h', |
| 750 'protocol/channel_dispatcher_base.cc', | 751 'protocol/channel_dispatcher_base.cc', |
| 751 'protocol/channel_dispatcher_base.h', | 752 'protocol/channel_dispatcher_base.h', |
| 752 'protocol/client_control_dispatcher.cc', | 753 'protocol/client_control_dispatcher.cc', |
| 753 'protocol/client_control_dispatcher.h', | 754 'protocol/client_control_dispatcher.h', |
| 754 'protocol/client_event_dispatcher.cc', | 755 'protocol/client_event_dispatcher.cc', |
| 755 'protocol/client_event_dispatcher.h', | 756 'protocol/client_event_dispatcher.h', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 960 '../base/allocator/allocator.gyp:allocator', | 961 '../base/allocator/allocator.gyp:allocator', |
| 961 ], | 962 ], |
| 962 }, | 963 }, |
| 963 ], | 964 ], |
| 964 ], | 965 ], |
| 965 }], | 966 }], |
| 966 ], # end of 'conditions' | 967 ], # end of 'conditions' |
| 967 }, # end of target 'remoting_unittests' | 968 }, # end of target 'remoting_unittests' |
| 968 ], # end of targets | 969 ], # end of targets |
| 969 } | 970 } |
| OLD | NEW |