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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
919 'host/register_support_host_request_unittest.cc', | 919 'host/register_support_host_request_unittest.cc', |
920 'host/screen_recorder_unittest.cc', | 920 'host/screen_recorder_unittest.cc', |
921 'host/server_log_entry_unittest.cc', | 921 'host/server_log_entry_unittest.cc', |
922 'host/test_key_pair.h', | 922 'host/test_key_pair.h', |
923 'jingle_glue/fake_signal_strategy.cc', | 923 'jingle_glue/fake_signal_strategy.cc', |
924 'jingle_glue/fake_signal_strategy.h', | 924 'jingle_glue/fake_signal_strategy.h', |
925 'jingle_glue/iq_sender_unittest.cc', | 925 'jingle_glue/iq_sender_unittest.cc', |
926 'jingle_glue/jingle_thread_unittest.cc', | 926 'jingle_glue/jingle_thread_unittest.cc', |
927 'jingle_glue/mock_objects.cc', | 927 'jingle_glue/mock_objects.cc', |
928 'jingle_glue/mock_objects.h', | 928 'jingle_glue/mock_objects.h', |
| 929 'protocol/connection_tester.cc', |
| 930 'protocol/connection_tester.h', |
929 'protocol/connection_to_client_unittest.cc', | 931 'protocol/connection_to_client_unittest.cc', |
| 932 'protocol/fake_authenticator.cc', |
| 933 'protocol/fake_authenticator.h', |
930 'protocol/fake_session.cc', | 934 'protocol/fake_session.cc', |
931 'protocol/fake_session.h', | 935 'protocol/fake_session.h', |
932 'protocol/jingle_messages_unittest.cc', | 936 'protocol/jingle_messages_unittest.cc', |
933 'protocol/jingle_session_unittest.cc', | 937 'protocol/jingle_session_unittest.cc', |
934 'protocol/message_decoder_unittest.cc', | 938 'protocol/message_decoder_unittest.cc', |
935 'protocol/message_reader_unittest.cc', | 939 'protocol/message_reader_unittest.cc', |
936 'protocol/protocol_mock_objects.cc', | 940 'protocol/protocol_mock_objects.cc', |
937 'protocol/protocol_mock_objects.h', | 941 'protocol/protocol_mock_objects.h', |
938 'protocol/rtp_video_reader_unittest.cc', | 942 'protocol/rtp_video_reader_unittest.cc', |
939 'protocol/rtp_video_writer_unittest.cc', | 943 'protocol/rtp_video_writer_unittest.cc', |
(...skipping 16 matching lines...) Expand all Loading... |
956 '../base/allocator/allocator.gyp:allocator', | 960 '../base/allocator/allocator.gyp:allocator', |
957 ], | 961 ], |
958 }, | 962 }, |
959 ], | 963 ], |
960 ], | 964 ], |
961 }], | 965 }], |
962 ], # end of 'conditions' | 966 ], # end of 'conditions' |
963 }, # end of target 'remoting_unittests' | 967 }, # end of target 'remoting_unittests' |
964 ], # end of targets | 968 ], # end of targets |
965 } | 969 } |
OLD | NEW |