| 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 '../jingle/jingle.gyp:jingle_glue', | 654 '../jingle/jingle.gyp:jingle_glue', |
| 655 '../jingle/jingle.gyp:notifier', | 655 '../jingle/jingle.gyp:notifier', |
| 656 '../third_party/libjingle/libjingle.gyp:libjingle', | 656 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 657 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', | 657 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', |
| 658 ], | 658 ], |
| 659 'export_dependent_settings': [ | 659 'export_dependent_settings': [ |
| 660 '../third_party/libjingle/libjingle.gyp:libjingle', | 660 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 661 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', | 661 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', |
| 662 ], | 662 ], |
| 663 'sources': [ | 663 'sources': [ |
| 664 'jingle_glue/iq_request.cc', | 664 'jingle_glue/iq_sender.cc', |
| 665 'jingle_glue/iq_request.h', | 665 'jingle_glue/iq_sender.h', |
| 666 'jingle_glue/javascript_signal_strategy.cc', | 666 'jingle_glue/javascript_signal_strategy.cc', |
| 667 'jingle_glue/javascript_signal_strategy.h', | 667 'jingle_glue/javascript_signal_strategy.h', |
| 668 'jingle_glue/jingle_info_request.cc', | 668 'jingle_glue/jingle_info_request.cc', |
| 669 'jingle_glue/jingle_info_request.h', | 669 'jingle_glue/jingle_info_request.h', |
| 670 'jingle_glue/jingle_signaling_connector.cc', | 670 'jingle_glue/jingle_signaling_connector.cc', |
| 671 'jingle_glue/jingle_signaling_connector.h', | 671 'jingle_glue/jingle_signaling_connector.h', |
| 672 'jingle_glue/jingle_thread.cc', | 672 'jingle_glue/jingle_thread.cc', |
| 673 'jingle_glue/jingle_thread.h', | 673 'jingle_glue/jingle_thread.h', |
| 674 'jingle_glue/signal_strategy.h', | 674 'jingle_glue/signal_strategy.h', |
| 675 'jingle_glue/ssl_adapter.h', | 675 'jingle_glue/ssl_adapter.h', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 'host/host_key_pair_unittest.cc', | 878 'host/host_key_pair_unittest.cc', |
| 879 'host/host_mock_objects.cc', | 879 'host/host_mock_objects.cc', |
| 880 'host/host_mock_objects.h', | 880 'host/host_mock_objects.h', |
| 881 'host/json_host_config_unittest.cc', | 881 'host/json_host_config_unittest.cc', |
| 882 'host/register_support_host_request_unittest.cc', | 882 'host/register_support_host_request_unittest.cc', |
| 883 'host/self_access_verifier_unittest.cc', | 883 'host/self_access_verifier_unittest.cc', |
| 884 'host/screen_recorder_unittest.cc', | 884 'host/screen_recorder_unittest.cc', |
| 885 'host/test_key_pair.h', | 885 'host/test_key_pair.h', |
| 886 'jingle_glue/fake_signal_strategy.cc', | 886 'jingle_glue/fake_signal_strategy.cc', |
| 887 'jingle_glue/fake_signal_strategy.h', | 887 'jingle_glue/fake_signal_strategy.h', |
| 888 'jingle_glue/iq_request_unittest.cc', | 888 'jingle_glue/iq_sender_unittest.cc', |
| 889 'jingle_glue/jingle_thread_unittest.cc', | 889 'jingle_glue/jingle_thread_unittest.cc', |
| 890 'jingle_glue/mock_objects.cc', | 890 'jingle_glue/mock_objects.cc', |
| 891 'jingle_glue/mock_objects.h', | 891 'jingle_glue/mock_objects.h', |
| 892 'protocol/connection_to_client_unittest.cc', | 892 'protocol/connection_to_client_unittest.cc', |
| 893 'protocol/fake_session.cc', | 893 'protocol/fake_session.cc', |
| 894 'protocol/fake_session.h', | 894 'protocol/fake_session.h', |
| 895 'protocol/jingle_messages_unittest.cc', | 895 'protocol/jingle_messages_unittest.cc', |
| 896 'protocol/jingle_session_unittest.cc', | 896 'protocol/jingle_session_unittest.cc', |
| 897 'protocol/message_decoder_unittest.cc', | 897 'protocol/message_decoder_unittest.cc', |
| 898 'protocol/message_reader_unittest.cc', | 898 'protocol/message_reader_unittest.cc', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 919 '../base/allocator/allocator.gyp:allocator', | 919 '../base/allocator/allocator.gyp:allocator', |
| 920 ], | 920 ], |
| 921 }, | 921 }, |
| 922 ], | 922 ], |
| 923 ], | 923 ], |
| 924 }], | 924 }], |
| 925 ], # end of 'conditions' | 925 ], # end of 'conditions' |
| 926 }, # end of target 'remoting_unittests' | 926 }, # end of target 'remoting_unittests' |
| 927 ], # end of targets | 927 ], # end of targets |
| 928 } | 928 } |
| OLD | NEW |