OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //media/cast:test_support | 8 # GN version: //media/cast:test_support |
9 'target_name': 'cast_test_utility', | 9 'target_name': 'cast_test_utility', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 '<(DEPTH)/media/base/run_all_unittests.cc', | 76 '<(DEPTH)/media/base/run_all_unittests.cc', |
77 'logging/encoding_event_subscriber_unittest.cc', | 77 'logging/encoding_event_subscriber_unittest.cc', |
78 'logging/serialize_deserialize_test.cc', | 78 'logging/serialize_deserialize_test.cc', |
79 'logging/logging_impl_unittest.cc', | 79 'logging/logging_impl_unittest.cc', |
80 'logging/logging_raw_unittest.cc', | 80 'logging/logging_raw_unittest.cc', |
81 'logging/receiver_time_offset_estimator_impl_unittest.cc', | 81 'logging/receiver_time_offset_estimator_impl_unittest.cc', |
82 'logging/simple_event_subscriber_unittest.cc', | 82 'logging/simple_event_subscriber_unittest.cc', |
83 'logging/stats_event_subscriber_unittest.cc', | 83 'logging/stats_event_subscriber_unittest.cc', |
84 'net/cast_transport_sender_impl_unittest.cc', | 84 'net/cast_transport_sender_impl_unittest.cc', |
85 'net/frame_id_wrap_helper_test.cc', | 85 'net/frame_id_wrap_helper_test.cc', |
| 86 'net/mock_cast_transport_sender.cc', |
| 87 'net/mock_cast_transport_sender.h', |
86 'net/pacing/mock_paced_packet_sender.cc', | 88 'net/pacing/mock_paced_packet_sender.cc', |
87 'net/pacing/mock_paced_packet_sender.h', | 89 'net/pacing/mock_paced_packet_sender.h', |
88 'net/pacing/paced_sender_unittest.cc', | 90 'net/pacing/paced_sender_unittest.cc', |
89 'net/rtcp/rtcp_builder_unittest.cc', | 91 'net/rtcp/rtcp_builder_unittest.cc', |
90 'net/rtcp/rtcp_unittest.cc', | 92 'net/rtcp/rtcp_unittest.cc', |
91 'net/rtcp/rtcp_utility_unittest.cc', | 93 'net/rtcp/rtcp_utility_unittest.cc', |
92 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc', | 94 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc', |
93 # TODO(miu): The following two are test utility modules. Rename/move the files. | 95 # TODO(miu): The following two are test utility modules. Rename/move the files. |
94 'net/rtcp/test_rtcp_packet_builder.cc', | 96 'net/rtcp/test_rtcp_packet_builder.cc', |
95 'net/rtcp/test_rtcp_packet_builder.h', | 97 'net/rtcp/test_rtcp_packet_builder.h', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 '<(DEPTH)/testing/gtest.gyp:gtest', | 361 '<(DEPTH)/testing/gtest.gyp:gtest', |
360 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 362 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
361 ], | 363 ], |
362 'sources': [ | 364 'sources': [ |
363 'sender/h264_vt_encoder_unittest.cc', | 365 'sender/h264_vt_encoder_unittest.cc', |
364 ], | 366 ], |
365 }], # targets | 367 }], # targets |
366 }], # OS=="ios" or OS=="mac" | 368 }], # OS=="ios" or OS=="mac" |
367 ], # conditions | 369 ], # conditions |
368 } | 370 } |
OLD | NEW |