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
3 # found in the LICENSE file.
8 # GN version: //media/cast:test_support
9 'target_name': 'cast_test_utility',
10 'type': 'static_library',
17 '<(DEPTH)/testing/gtest.gyp:gtest',
18 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
19 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
20 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
24 'test/fake_media_source.cc',
25 'test/fake_media_source.h',
26 'test/fake_single_thread_task_runner.cc',
27 'test/fake_single_thread_task_runner.h',
28 'test/skewed_single_thread_task_runner.cc',
29 'test/skewed_single_thread_task_runner.h',
30 'test/skewed_tick_clock.cc',
31 'test/skewed_tick_clock.h',
32 'test/loopback_transport.cc',
33 'test/loopback_transport.h',
34 'test/utility/audio_utility.cc',
35 'test/utility/audio_utility.h',
36 'test/utility/barcode.cc',
37 'test/utility/barcode.h',
38 'test/utility/default_config.cc',
39 'test/utility/default_config.h',
40 'test/utility/in_process_receiver.cc',
41 'test/utility/in_process_receiver.h',
42 'test/utility/input_builder.cc',
43 'test/utility/input_builder.h',
44 'test/utility/net_utility.cc',
45 'test/utility/net_utility.h',
46 'test/utility/standalone_cast_environment.cc',
47 'test/utility/standalone_cast_environment.h',
48 'test/utility/video_utility.cc',
49 'test/utility/video_utility.h',
50 'test/utility/udp_proxy.cc',
51 'test/utility/udp_proxy.h',
55 # GN version: //media/cast:cast_unittests
56 'target_name': 'cast_unittests',
57 'type': '<(gtest_target_type)',
67 # Not a true dependency. This is here to make sure the CQ can verify
68 # the tools compile correctly.
70 '<(DEPTH)/base/base.gyp:test_support_base',
71 '<(DEPTH)/net/net.gyp:net',
72 '<(DEPTH)/testing/gmock.gyp:gmock',
73 '<(DEPTH)/testing/gtest.gyp:gtest',
76 '<(DEPTH)/media/base/run_all_unittests.cc',
77 'logging/encoding_event_subscriber_unittest.cc',
78 'logging/serialize_deserialize_test.cc',
79 'logging/logging_impl_unittest.cc',
80 'logging/logging_raw_unittest.cc',
81 'logging/receiver_time_offset_estimator_impl_unittest.cc',
82 'logging/simple_event_subscriber_unittest.cc',
83 'logging/stats_event_subscriber_unittest.cc',
84 'net/cast_transport_sender_impl_unittest.cc',
85 'net/frame_id_wrap_helper_test.cc',
86 'net/pacing/mock_paced_packet_sender.cc',
87 'net/pacing/mock_paced_packet_sender.h',
88 'net/pacing/paced_sender_unittest.cc',
89 'net/rtcp/rtcp_builder_unittest.cc',
90 'net/rtcp/rtcp_unittest.cc',
91 'net/rtcp/rtcp_utility_unittest.cc',
92 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc',
93 # TODO(miu): The following two are test utility modules. Rename/move the files.
94 'net/rtcp/test_rtcp_packet_builder.cc',
95 'net/rtcp/test_rtcp_packet_builder.h',
96 'net/rtp/cast_message_builder_unittest.cc',
97 'net/rtp/frame_buffer_unittest.cc',
98 'net/rtp/framer_unittest.cc',
99 'net/rtp/mock_rtp_payload_feedback.cc',
100 'net/rtp/mock_rtp_payload_feedback.h',
101 'net/rtp/packet_storage_unittest.cc',
102 'net/rtp/receiver_stats_unittest.cc',
103 'net/rtp/rtp_header_parser.cc',
104 'net/rtp/rtp_header_parser.h',
105 'net/rtp/rtp_packet_builder.cc',
106 'net/rtp/rtp_parser_unittest.cc',
107 'net/rtp/rtp_packetizer_unittest.cc',
108 'net/rtp/rtp_receiver_defines.h',
109 'net/udp_transport_unittest.cc',
110 'receiver/audio_decoder_unittest.cc',
111 'receiver/frame_receiver_unittest.cc',
112 'receiver/video_decoder_unittest.cc',
113 'sender/audio_encoder_unittest.cc',
114 'sender/audio_sender_unittest.cc',
115 'sender/congestion_control_unittest.cc',
116 'sender/external_video_encoder_unittest.cc',
117 'sender/video_encoder_impl_unittest.cc',
118 'sender/video_sender_unittest.cc',
119 'test/end2end_unittest.cc',
120 'test/fake_receiver_time_offset_estimator.cc',
121 'test/fake_receiver_time_offset_estimator.h',
122 'test/fake_single_thread_task_runner.cc',
123 'test/fake_single_thread_task_runner.h',
124 'test/fake_video_encode_accelerator.cc',
125 'test/fake_video_encode_accelerator.h',
126 'test/utility/audio_utility_unittest.cc',
127 'test/utility/barcode_unittest.cc',
131 'target_name': 'cast_benchmarks',
132 'type': '<(gtest_target_type)',
142 '<(DEPTH)/base/base.gyp:test_support_base',
143 '<(DEPTH)/net/net.gyp:net',
144 '<(DEPTH)/testing/gtest.gyp:gtest',
147 'test/cast_benchmarks.cc',
148 'test/fake_single_thread_task_runner.cc',
149 'test/fake_single_thread_task_runner.h',
150 'test/fake_video_encode_accelerator.cc',
151 'test/fake_video_encode_accelerator.h',
152 'test/utility/test_util.cc',
153 'test/utility/test_util.h',
156 ['os_posix==1 and OS!="mac" and OS!="ios" and use_allocator!="none"',
159 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
166 # This is a target for the collection of cast development tools.
167 # They are built on bots but not shipped.
168 'target_name': 'cast_tools',
178 'target_name': 'cast_receiver_app',
179 'type': 'executable',
188 '<(DEPTH)/net/net.gyp:net_test_support',
189 '<(DEPTH)/media/media.gyp:media',
190 '<(DEPTH)/testing/gtest.gyp:gtest',
191 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
194 '<(DEPTH)/media/cast/test/receiver.cc',
197 ['OS == "linux" and use_x11==1', {
199 '<(DEPTH)/build/linux/system.gyp:x11',
200 '<(DEPTH)/build/linux/system.gyp:xext',
203 '<(DEPTH)/media/cast/test/linux_output_window.cc',
204 '<(DEPTH)/media/cast/test/linux_output_window.h',
205 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
211 'target_name': 'cast_sender_app',
212 'type': 'executable',
221 '<(DEPTH)/net/net.gyp:net_test_support',
222 '<(DEPTH)/media/media.gyp:media',
223 '<(DEPTH)/testing/gtest.gyp:gtest',
224 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
225 '<(DEPTH)/third_party/opus/opus.gyp:opus',
226 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
229 '<(DEPTH)/media/cast/test/sender.cc',
233 'target_name': 'cast_simulator',
234 'type': 'executable',
241 'cast_network_model_proto',
244 '<(DEPTH)/net/net.gyp:net_test_support',
245 '<(DEPTH)/media/media.gyp:media',
246 '<(DEPTH)/testing/gtest.gyp:gtest',
247 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
248 '<(DEPTH)/third_party/opus/opus.gyp:opus',
249 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
252 '<(DEPTH)/media/cast/test/simulator.cc',
256 # GN version: //media/cast/test/proto
257 'target_name': 'cast_network_model_proto',
258 'type': 'static_library',
263 'test/proto/network_simulation_model.proto',
266 'proto_in_dir': 'test/proto',
267 'proto_out_dir': 'media/cast/test/proto',
269 'includes': ['../../build/protoc.gypi'],
272 # GN version: //media/cast:generate_barcode_video
273 'target_name': 'generate_barcode_video',
274 'type': 'executable',
280 '<(DEPTH)/base/base.gyp:base',
281 '<(DEPTH)/media/media.gyp:media',
284 'test/utility/generate_barcode_video.cc',
288 # GN version: //media/cast:generate_timecode_audio
289 'target_name': 'generate_timecode_audio',
290 'type': 'executable',
298 '<(DEPTH)/base/base.gyp:base',
299 '<(DEPTH)/media/media.gyp:media',
302 'test/utility/generate_timecode_audio.cc',
306 # GN version: //media/cast:udp_proxy
307 'target_name': 'udp_proxy',
308 'type': 'executable',
314 '<(DEPTH)/base/base.gyp:base',
315 '<(DEPTH)/media/media.gyp:media',
318 'test/utility/udp_proxy_main.cc',
327 'target_name': 'tap_proxy',
328 'type': 'executable',
334 '<(DEPTH)/base/base.gyp:base',
335 '<(DEPTH)/media/media.gyp:media',
338 'test/utility/tap_proxy.cc',
344 ['OS=="ios" or OS=="mac"', {
347 # GN version: //media/cast:cast_h264_vt_encoder_unittests
348 'target_name': 'cast_h264_vt_encoder_unittests',
349 'type': '<(gtest_target_type)',
357 '<(DEPTH)/base/base.gyp:test_support_base',
358 '<(DEPTH)/testing/gmock.gyp:gmock',
359 '<(DEPTH)/testing/gtest.gyp:gtest',
360 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
363 'sender/h264_vt_encoder_unittest.cc',
366 }], # OS=="ios" or OS=="mac"