| 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 a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 '../jingle/jingle.gyp:jingle_glue', | 648 '../jingle/jingle.gyp:jingle_glue', |
| 649 '../jingle/jingle.gyp:notifier', | 649 '../jingle/jingle.gyp:notifier', |
| 650 '../third_party/libjingle/libjingle.gyp:libjingle', | 650 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 651 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', | 651 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', |
| 652 ], | 652 ], |
| 653 'export_dependent_settings': [ | 653 'export_dependent_settings': [ |
| 654 '../third_party/libjingle/libjingle.gyp:libjingle', | 654 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 655 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', | 655 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', |
| 656 ], | 656 ], |
| 657 'sources': [ | 657 'sources': [ |
| 658 'jingle_glue/iq_request.cc', | 658 'jingle_glue/iq_sender.cc', |
| 659 'jingle_glue/iq_request.h', | 659 'jingle_glue/iq_sender.h', |
| 660 'jingle_glue/javascript_signal_strategy.cc', | 660 'jingle_glue/javascript_signal_strategy.cc', |
| 661 'jingle_glue/javascript_signal_strategy.h', | 661 'jingle_glue/javascript_signal_strategy.h', |
| 662 'jingle_glue/jingle_info_request.cc', | 662 'jingle_glue/jingle_info_request.cc', |
| 663 'jingle_glue/jingle_info_request.h', | 663 'jingle_glue/jingle_info_request.h', |
| 664 'jingle_glue/jingle_signaling_connector.cc', | 664 'jingle_glue/jingle_signaling_connector.cc', |
| 665 'jingle_glue/jingle_signaling_connector.h', | 665 'jingle_glue/jingle_signaling_connector.h', |
| 666 'jingle_glue/jingle_thread.cc', | 666 'jingle_glue/jingle_thread.cc', |
| 667 'jingle_glue/jingle_thread.h', | 667 'jingle_glue/jingle_thread.h', |
| 668 'jingle_glue/signal_strategy.h', | 668 'jingle_glue/signal_strategy.h', |
| 669 'jingle_glue/ssl_adapter.h', | 669 'jingle_glue/ssl_adapter.h', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 'host/host_key_pair_unittest.cc', | 872 'host/host_key_pair_unittest.cc', |
| 873 'host/host_mock_objects.cc', | 873 'host/host_mock_objects.cc', |
| 874 'host/host_mock_objects.h', | 874 'host/host_mock_objects.h', |
| 875 'host/json_host_config_unittest.cc', | 875 'host/json_host_config_unittest.cc', |
| 876 'host/register_support_host_request_unittest.cc', | 876 'host/register_support_host_request_unittest.cc', |
| 877 'host/self_access_verifier_unittest.cc', | 877 'host/self_access_verifier_unittest.cc', |
| 878 'host/screen_recorder_unittest.cc', | 878 'host/screen_recorder_unittest.cc', |
| 879 'host/test_key_pair.h', | 879 'host/test_key_pair.h', |
| 880 'jingle_glue/fake_signal_strategy.cc', | 880 'jingle_glue/fake_signal_strategy.cc', |
| 881 'jingle_glue/fake_signal_strategy.h', | 881 'jingle_glue/fake_signal_strategy.h', |
| 882 'jingle_glue/iq_request_unittest.cc', | 882 'jingle_glue/iq_sender_unittest.cc', |
| 883 'jingle_glue/jingle_thread_unittest.cc', | 883 'jingle_glue/jingle_thread_unittest.cc', |
| 884 'jingle_glue/mock_objects.cc', | 884 'jingle_glue/mock_objects.cc', |
| 885 'jingle_glue/mock_objects.h', | 885 'jingle_glue/mock_objects.h', |
| 886 'protocol/connection_to_client_unittest.cc', | 886 'protocol/connection_to_client_unittest.cc', |
| 887 'protocol/fake_session.cc', | 887 'protocol/fake_session.cc', |
| 888 'protocol/fake_session.h', | 888 'protocol/fake_session.h', |
| 889 'protocol/jingle_messages_unittest.cc', | 889 'protocol/jingle_messages_unittest.cc', |
| 890 'protocol/jingle_session_unittest.cc', | 890 'protocol/jingle_session_unittest.cc', |
| 891 'protocol/message_decoder_unittest.cc', | 891 'protocol/message_decoder_unittest.cc', |
| 892 'protocol/message_reader_unittest.cc', | 892 'protocol/message_reader_unittest.cc', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 913 '../base/allocator/allocator.gyp:allocator', | 913 '../base/allocator/allocator.gyp:allocator', |
| 914 ], | 914 ], |
| 915 }, | 915 }, |
| 916 ], | 916 ], |
| 917 ], | 917 ], |
| 918 }], | 918 }], |
| 919 ], # end of 'conditions' | 919 ], # end of 'conditions' |
| 920 }, # end of target 'remoting_unittests' | 920 }, # end of target 'remoting_unittests' |
| 921 ], # end of targets | 921 ], # end of targets |
| 922 } | 922 } |
| OLD | NEW |