blob: 5d0827cf78f17ae30b79ef93b91477d8b6a053d8 [file] [log] [blame]
xians@google.comd3185fe2011-09-12 12:24:39 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
10 'includes': [
wjia@google.comfdaee9c2011-09-17 00:06:08 +000011 '../build/common.gypi',
kjellander@webrtc.org64a897a2011-11-17 13:33:11 +000012 'audio_coding/codecs/cng/cng.gypi',
kjellander@webrtc.orgcc2ecb32011-11-17 13:48:36 +000013 'audio_coding/codecs/g711/g711.gypi',
kjellander@webrtc.org3f1cb8e2011-11-17 13:56:54 +000014 'audio_coding/codecs/g722/g722.gypi',
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +000015 'audio_coding/codecs/ilbc/ilbc.gypi',
andrew@webrtc.org6a16e742012-08-09 18:35:39 +000016 'audio_coding/codecs/isac/main/source/isac.gypi',
17 'audio_coding/codecs/isac/fix/source/isacfix.gypi',
kjellander@webrtc.orgb72268e2011-11-17 13:39:15 +000018 'audio_coding/codecs/pcm16b/pcm16b.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000019 'audio_coding/main/source/audio_coding_module.gypi',
kjellander@webrtc.orgbf483842011-11-07 16:05:19 +000020 'audio_coding/neteq/neteq.gypi',
henrik.lundin@webrtc.orgd94659d2013-01-29 12:09:21 +000021 'audio_coding/neteq4/neteq.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000022 'audio_conference_mixer/source/audio_conference_mixer.gypi',
andrew@webrtc.org236d5d32012-09-21 20:46:40 +000023 'audio_device/audio_device.gypi',
andrew@webrtc.org4d5d5c12011-10-19 01:40:33 +000024 'audio_processing/audio_processing.gypi',
pwestin@webrtc.org1cd11622012-04-19 12:13:52 +000025 'bitrate_controller/bitrate_controller.gypi',
sergeyu@chromium.org15e32cc2013-04-29 20:10:57 +000026 'desktop_capture/desktop_capture.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000027 'media_file/source/media_file.gypi',
pwestin@webrtc.orgb5180172012-11-09 20:56:23 +000028 'pacing/pacing.gypi',
stefan@webrtc.org9354cc92012-06-07 08:10:14 +000029 'remote_bitrate_estimator/remote_bitrate_estimator.gypi',
andrew@webrtc.org94caca72012-10-30 21:58:00 +000030 'rtp_rtcp/source/rtp_rtcp.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000031 'utility/source/utility.gypi',
32 'video_coding/codecs/i420/main/source/i420.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000033 'video_coding/main/source/video_coding.gypi',
andrew@webrtc.org94caca72012-10-30 21:58:00 +000034 'video_capture/video_capture.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000035 'video_processing/main/source/video_processing.gypi',
andrew@webrtc.org9841d922012-10-31 05:22:11 +000036 'video_render/video_render.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000037 ],
xians@google.comd3185fe2011-09-12 12:24:39 +000038 'conditions': [
andrew@webrtc.orgc0773fc2012-10-19 07:13:52 +000039 ['include_opus==1', {
40 'includes': ['audio_coding/codecs/opus/opus.gypi',],
41 }],
mflodman@webrtc.org6af95942012-05-24 13:23:35 +000042 ['include_tests==1', {
xians@google.comd3185fe2011-09-12 12:24:39 +000043 'includes': [
andrew@webrtc.org6a16e742012-08-09 18:35:39 +000044 'audio_coding/codecs/isac/isac_test.gypi',
45 'audio_coding/codecs/isac/isacfix_test.gypi',
minyue@webrtc.org04546882014-03-07 08:55:48 +000046 'audio_coding/codecs/tools/audio_codec_speed_tests.gypi',
andrew@webrtc.orgc732ca62012-09-10 16:33:43 +000047 'audio_processing/audio_processing_tests.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000048 'rtp_rtcp/test/testFec/test_fec.gypi',
49 'video_coding/main/source/video_coding_test.gypi',
kjellander@webrtc.org35a17562011-10-06 06:44:54 +000050 'video_coding/codecs/test/video_codecs_test_framework.gypi',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000051 'video_coding/codecs/test_framework/test_framework.gypi',
kjellander@webrtc.org35a17562011-10-06 06:44:54 +000052 'video_coding/codecs/tools/video_codecs_tools.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000053 ], # includes
solenberg@webrtc.org86136a02013-09-09 13:06:52 +000054 'variables': {
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +000055 'conditions': [
56 # Desktop capturer is supported only on Windows, OSX and Linux.
57 ['OS=="win" or OS=="mac" or OS=="linux"', {
58 'desktop_capture_supported%': 1,
59 }, {
60 'desktop_capture_supported%': 0,
61 }],
62 ],
63 },
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +000064 'targets': [
65 {
66 'target_name': 'modules_unittests',
henrike@webrtc.org1303af32013-07-03 21:50:33 +000067 'type': '<(gtest_target_type)',
turaj@webrtc.org6ea3d1c2013-10-02 21:44:33 +000068 'defines': [
69 '<@(audio_coding_defines)',
70 ],
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +000071 'dependencies': [
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000072 'audio_coding_module',
73 'audio_processing',
74 'audioproc_unittest_proto',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +000075 'bitrate_controller',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000076 'CNG',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +000077 'desktop_capture',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000078 'iSACFix',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +000079 'media_file',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000080 'NetEq',
81 'NetEq4',
82 'NetEq4TestTools',
83 'neteq_unittest_tools',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +000084 'paced_sender',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000085 'PCM16B', # Needed by NetEq tests.
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +000086 'remote_bitrate_estimator',
87 'rtp_rtcp',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000088 'test_framework',
89 'video_codecs_test_framework',
90 'video_processing',
kjellander@webrtc.orgfec34d72013-06-05 08:58:46 +000091 'webrtc_utility',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000092 'webrtc_video_coding',
93 '<@(neteq_dependencies)',
solenberg@webrtc.org86136a02013-09-09 13:06:52 +000094 '<(rbe_components_path)/remote_bitrate_estimator_components.gyp:rbe_components',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +000095 '<(DEPTH)/testing/gmock.gyp:gmock',
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +000096 '<(DEPTH)/testing/gtest.gyp:gtest',
turaj@webrtc.orga6101d72013-10-01 22:01:09 +000097 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +000098 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
99 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000100 '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +0000101 '<(webrtc_root)/test/test.gyp:test_support_main',
pbos@webrtc.org724947b2013-12-11 16:26:16 +0000102 '<(webrtc_root)/test/test.gyp:frame_generator',
asapersson@webrtc.org0f2809a2014-02-21 08:14:45 +0000103 '<(webrtc_root)/test/test.gyp:rtcp_packet_parser',
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +0000104 ],
105 'sources': [
turaj@webrtc.org6ea3d1c2013-10-02 21:44:33 +0000106 'audio_coding/main/acm2/acm_receiver_unittest.cc',
wu@webrtc.org24301a62013-12-13 19:17:43 +0000107 'audio_coding/main/acm2/call_statistics_unittest.cc',
turaj@webrtc.org6ea3d1c2013-10-02 21:44:33 +0000108 'audio_coding/main/acm2/initial_delay_manager_unittest.cc',
109 'audio_coding/main/acm2/nack_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000110 'audio_coding/main/source/acm_neteq_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000111 'audio_coding/codecs/cng/cng_unittest.cc',
112 'audio_coding/codecs/isac/fix/source/filters_unittest.cc',
113 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc',
114 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc',
115 'audio_coding/codecs/isac/fix/source/transform_unittest.cc',
116 'audio_coding/codecs/isac/main/source/isac_unittest.cc',
117 'audio_coding/codecs/opus/opus_unittest.cc',
jan.skoglund@webrtc.orgc3d13d32014-03-10 22:50:19 +0000118 'audio_coding/neteq4/audio_classifier_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000119 'audio_coding/neteq4/audio_multi_vector_unittest.cc',
120 'audio_coding/neteq4/audio_vector_unittest.cc',
121 'audio_coding/neteq4/background_noise_unittest.cc',
122 'audio_coding/neteq4/buffer_level_filter_unittest.cc',
123 'audio_coding/neteq4/comfort_noise_unittest.cc',
124 'audio_coding/neteq4/decision_logic_unittest.cc',
125 'audio_coding/neteq4/decoder_database_unittest.cc',
126 'audio_coding/neteq4/delay_manager_unittest.cc',
127 'audio_coding/neteq4/delay_peak_detector_unittest.cc',
128 'audio_coding/neteq4/dsp_helper_unittest.cc',
129 'audio_coding/neteq4/dtmf_buffer_unittest.cc',
130 'audio_coding/neteq4/dtmf_tone_generator_unittest.cc',
131 'audio_coding/neteq4/expand_unittest.cc',
132 'audio_coding/neteq4/merge_unittest.cc',
133 'audio_coding/neteq4/neteq_external_decoder_unittest.cc',
134 'audio_coding/neteq4/neteq_impl_unittest.cc',
135 'audio_coding/neteq4/neteq_stereo_unittest.cc',
136 'audio_coding/neteq4/neteq_unittest.cc',
137 'audio_coding/neteq4/normal_unittest.cc',
138 'audio_coding/neteq4/packet_buffer_unittest.cc',
139 'audio_coding/neteq4/payload_splitter_unittest.cc',
140 'audio_coding/neteq4/post_decode_vad_unittest.cc',
141 'audio_coding/neteq4/random_vector_unittest.cc',
142 'audio_coding/neteq4/sync_buffer_unittest.cc',
143 'audio_coding/neteq4/timestamp_scaler_unittest.cc',
144 'audio_coding/neteq4/time_stretch_unittest.cc',
145 'audio_coding/neteq4/mock/mock_audio_decoder.h',
146 'audio_coding/neteq4/mock/mock_audio_vector.h',
147 'audio_coding/neteq4/mock/mock_buffer_level_filter.h',
148 'audio_coding/neteq4/mock/mock_decoder_database.h',
149 'audio_coding/neteq4/mock/mock_delay_manager.h',
150 'audio_coding/neteq4/mock/mock_delay_peak_detector.h',
151 'audio_coding/neteq4/mock/mock_dtmf_buffer.h',
152 'audio_coding/neteq4/mock/mock_dtmf_tone_generator.h',
153 'audio_coding/neteq4/mock/mock_external_decoder_pcm16b.h',
154 'audio_coding/neteq4/mock/mock_packet_buffer.h',
155 'audio_coding/neteq4/mock/mock_payload_splitter.h',
156 'audio_processing/aec/system_delay_unittest.cc',
157 'audio_processing/aec/echo_cancellation_unittest.cc',
andrew@webrtc.org60730cf2014-01-07 17:45:09 +0000158 'audio_processing/audio_processing_impl_unittest.cc',
andrew@webrtc.org1760a172013-09-25 23:17:38 +0000159 'audio_processing/echo_cancellation_impl_unittest.cc',
pbos@webrtc.orgc66aaaf2013-07-03 07:56:33 +0000160 'audio_processing/test/audio_processing_unittest.cc',
andrew@webrtc.org60730cf2014-01-07 17:45:09 +0000161 'audio_processing/test/test_utils.h',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000162 'audio_processing/utility/delay_estimator_unittest.cc',
163 'audio_processing/utility/ring_buffer_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000164 'bitrate_controller/bitrate_controller_unittest.cc',
sergeyu@chromium.orge6e749d2013-10-16 02:48:41 +0000165 'desktop_capture/desktop_and_cursor_composer_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000166 'desktop_capture/desktop_region_unittest.cc',
167 'desktop_capture/differ_block_unittest.cc',
168 'desktop_capture/differ_unittest.cc',
sergeyu@chromium.orge6e749d2013-10-16 02:48:41 +0000169 'desktop_capture/mouse_cursor_monitor_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000170 'desktop_capture/screen_capturer_helper_unittest.cc',
171 'desktop_capture/screen_capturer_mac_unittest.cc',
172 'desktop_capture/screen_capturer_mock_objects.h',
173 'desktop_capture/screen_capturer_unittest.cc',
174 'desktop_capture/window_capturer_unittest.cc',
andrew@webrtc.org60730cf2014-01-07 17:45:09 +0000175 'desktop_capture/win/cursor_unittest.cc',
176 'desktop_capture/win/cursor_unittest_resources.h',
177 'desktop_capture/win/cursor_unittest_resources.rc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000178 'media_file/source/media_file_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000179 'module_common_types_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000180 'pacing/paced_sender_unittest.cc',
stefan@webrtc.orgc88d3362014-02-05 15:57:14 +0000181 'remote_bitrate_estimator/bwe_simulations.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000182 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h',
sprang@webrtc.org37968a92013-12-03 10:31:59 +0000183 'remote_bitrate_estimator/rate_statistics_unittest.cc',
solenberg@webrtc.org86136a02013-09-09 13:06:52 +0000184 'remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc',
185 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc',
186 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h',
solenberg@webrtc.org82151062013-10-21 14:23:26 +0000187 'remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000188 'remote_bitrate_estimator/rtp_to_ntp_unittest.cc',
solenberg@webrtc.org812dd112013-12-03 15:11:14 +0000189 'remote_bitrate_estimator/test/bwe_test_baselinefile.cc',
190 'remote_bitrate_estimator/test/bwe_test_baselinefile.h',
191 'remote_bitrate_estimator/test/bwe_test_fileutils.cc',
192 'remote_bitrate_estimator/test/bwe_test_fileutils.h',
solenberg@webrtc.orgd6e46632013-10-30 16:06:26 +0000193 'remote_bitrate_estimator/test/bwe_test_framework.cc',
194 'remote_bitrate_estimator/test/bwe_test_framework.h',
195 'remote_bitrate_estimator/test/bwe_test_framework_unittest.cc',
196 'remote_bitrate_estimator/test/bwe_test_logging.cc',
197 'remote_bitrate_estimator/test/bwe_test_logging.h',
solenberg@webrtc.orgc8f76dd2013-11-28 10:11:35 +0000198 'remote_bitrate_estimator/test/bwe_test.cc',
199 'remote_bitrate_estimator/test/bwe_test.h',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000200 'rtp_rtcp/source/mock/mock_rtp_payload_strategy.h',
sprang@webrtc.org499631c2013-12-03 13:22:48 +0000201 'rtp_rtcp/source/byte_io_unittest.cc',
stefan@webrtc.org7bb8f022013-09-06 13:40:11 +0000202 'rtp_rtcp/source/fec_receiver_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000203 'rtp_rtcp/source/fec_test_helper.cc',
204 'rtp_rtcp/source/fec_test_helper.h',
205 'rtp_rtcp/source/nack_rtx_unittest.cc',
206 'rtp_rtcp/source/producer_fec_unittest.cc',
stefan@webrtc.org286fe0b2013-08-21 20:58:21 +0000207 'rtp_rtcp/source/receive_statistics_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000208 'rtp_rtcp/source/rtcp_format_remb_unittest.cc',
asapersson@webrtc.org0f2809a2014-02-21 08:14:45 +0000209 'rtp_rtcp/source/rtcp_packet_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000210 'rtp_rtcp/source/rtcp_receiver_unittest.cc',
asapersson@webrtc.org0f2809a2014-02-21 08:14:45 +0000211 'rtp_rtcp/source/rtcp_sender_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000212 'rtp_rtcp/source/rtp_fec_unittest.cc',
213 'rtp_rtcp/source/rtp_format_vp8_unittest.cc',
214 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc',
215 'rtp_rtcp/source/rtp_format_vp8_test_helper.h',
216 'rtp_rtcp/source/rtp_packet_history_unittest.cc',
217 'rtp_rtcp/source/rtp_payload_registry_unittest.cc',
asapersson@webrtc.org042e91c2013-10-23 13:58:31 +0000218 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000219 'rtp_rtcp/source/rtp_utility_unittest.cc',
220 'rtp_rtcp/source/rtp_header_extension_unittest.cc',
221 'rtp_rtcp/source/rtp_sender_unittest.cc',
222 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc',
223 'rtp_rtcp/test/testAPI/test_api.cc',
224 'rtp_rtcp/test/testAPI/test_api.h',
225 'rtp_rtcp/test/testAPI/test_api_audio.cc',
226 'rtp_rtcp/test/testAPI/test_api_rtcp.cc',
227 'rtp_rtcp/test/testAPI/test_api_video.cc',
kjellander@webrtc.orgfec34d72013-06-05 08:58:46 +0000228 'utility/source/audio_frame_operations_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000229 'video_coding/codecs/test/packet_manipulator_unittest.cc',
230 'video_coding/codecs/test/stats_unittest.cc',
231 'video_coding/codecs/test/videoprocessor_unittest.cc',
232 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc',
233 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc',
234 'video_coding/main/interface/mock/mock_vcm_callbacks.h',
235 'video_coding/main/source/decoding_state_unittest.cc',
236 'video_coding/main/source/jitter_buffer_unittest.cc',
henrik.lundin@webrtc.org544b17c2013-09-26 12:05:15 +0000237 'video_coding/main/source/media_optimization_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000238 'video_coding/main/source/receiver_unittest.cc',
239 'video_coding/main/source/session_info_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000240 'video_coding/main/source/timing_unittest.cc',
241 'video_coding/main/source/video_coding_robustness_unittest.cc',
andresp@webrtc.orge401c2e2013-09-16 20:29:13 +0000242 'video_coding/main/source/video_receiver_unittest.cc',
243 'video_coding/main/source/video_sender_unittest.cc',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000244 'video_coding/main/source/qm_select_unittest.cc',
andresp@webrtc.org1f09dbe2013-09-13 19:17:54 +0000245 'video_coding/main/source/test/stream_generator.cc',
246 'video_coding/main/source/test/stream_generator.h',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000247 'video_coding/main/test/pcap_file_reader.cc',
248 'video_coding/main/test/pcap_file_reader_unittest.cc',
249 'video_coding/main/test/rtp_file_reader.cc',
250 'video_coding/main/test/rtp_file_reader_unittest.cc',
251 'video_processing/main/test/unit_test/brightness_detection_test.cc',
252 'video_processing/main/test/unit_test/color_enhancement_test.cc',
253 'video_processing/main/test/unit_test/content_metrics_test.cc',
254 'video_processing/main/test/unit_test/deflickering_test.cc',
255 'video_processing/main/test/unit_test/denoising_test.cc',
pbos@webrtc.orgc66aaaf2013-07-03 07:56:33 +0000256 'video_processing/main/test/unit_test/video_processing_unittest.cc',
257 'video_processing/main/test/unit_test/video_processing_unittest.h',
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +0000258 ],
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000259 'conditions': [
solenberg@webrtc.orgd6e46632013-10-30 16:06:26 +0000260 ['enable_bwe_test_logging==1', {
261 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
262 }, {
263 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
264 'sources!': [
265 'remote_bitrate_estimator/test/bwe_test_logging.cc'
266 ],
267 }],
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000268 # Run screen/window capturer tests only on platforms where they are
269 # supported.
sergeyu@chromium.org9e182792013-06-17 21:14:36 +0000270 ['desktop_capture_supported==0', {
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000271 'sources!': [
sergeyu@chromium.orge6e749d2013-10-16 02:48:41 +0000272 'desktop_capture/desktop_and_cursor_composer_unittest.cc',
sergeyu@chromium.org2767b532013-10-16 02:42:38 +0000273 'desktop_capture/mouse_cursor_monitor_unittest.cc',
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000274 'desktop_capture/screen_capturer_helper_unittest.cc',
275 'desktop_capture/screen_capturer_mac_unittest.cc',
276 'desktop_capture/screen_capturer_mock_objects.h',
277 'desktop_capture/screen_capturer_unittest.cc',
278 'desktop_capture/window_capturer_unittest.cc',
279 ],
280 }],
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000281 ['prefer_fixed_point==1', {
282 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ],
283 }, {
284 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ],
285 }],
286 ['enable_protobuf==1', {
287 'defines': [ 'WEBRTC_AUDIOPROC_DEBUG_DUMP' ],
288 }],
289 ['build_libvpx==1', {
290 'dependencies': [
291 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
292 ],
293 }],
henrike@webrtc.org1303af32013-07-03 21:50:33 +0000294 # TODO(henrike): remove build_with_chromium==1 when the bots are
295 # using Chromium's buildbots.
296 ['build_with_chromium==1 and OS=="android" and gtest_target_type=="shared_library"', {
297 'dependencies': [
298 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
299 ],
300 }],
kjellander@webrtc.org6c35e0b2013-06-11 08:29:17 +0000301 ],
302 # Disable warnings to enable Win64 build, issue 1323.
303 'msvs_disabled_warnings': [
304 4267, # size_t to int truncation.
305 ],
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +0000306 },
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000307 {
phoglund@webrtc.org32fe90b2013-08-19 11:40:19 +0000308 'target_name': 'modules_tests',
henrike@webrtc.org89c67402013-08-02 16:53:47 +0000309 'type': '<(gtest_target_type)',
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000310 'dependencies': [
311 'audio_coding_module',
312 'rtp_rtcp',
313 'test_framework',
314 'video_codecs_test_framework',
315 'webrtc_utility',
316 'webrtc_video_coding',
317 '<(DEPTH)/testing/gtest.gyp:gtest',
318 '<(webrtc_root)/common_video/common_video.gyp:common_video',
319 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8',
320 '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
321 '<(webrtc_root)/test/metrics.gyp:metrics',
322 '<(webrtc_root)/test/test.gyp:test_support',
323 '<(webrtc_root)/test/test.gyp:test_support_main',
324 ],
325 'defines': [
326 '<@(audio_coding_defines)',
327 ],
328 'sources': [
329 'audio_coding/main/test/ACMTest.cc',
330 'audio_coding/main/test/APITest.cc',
331 'audio_coding/main/test/Channel.cc',
332 'audio_coding/main/test/dual_stream_unittest.cc',
333 'audio_coding/main/test/EncodeDecodeTest.cc',
334 'audio_coding/main/test/iSACTest.cc',
335 'audio_coding/main/test/opus_test.cc',
336 'audio_coding/main/test/PCMFile.cc',
337 'audio_coding/main/test/RTPFile.cc',
338 'audio_coding/main/test/SpatialAudio.cc',
339 'audio_coding/main/test/TestAllCodecs.cc',
340 'audio_coding/main/test/target_delay_unittest.cc',
341 'audio_coding/main/test/Tester.cc',
342 'audio_coding/main/test/TestFEC.cc',
343 'audio_coding/main/test/TestStereo.cc',
344 'audio_coding/main/test/TestVADDTX.cc',
345 'audio_coding/main/test/TimedTrace.cc',
346 'audio_coding/main/test/TwoWayCommunication.cc',
347 'audio_coding/main/test/initial_delay_unittest.cc',
348 'audio_coding/main/test/utility.cc',
349 'rtp_rtcp/test/testFec/test_fec.cc',
350 'video_coding/codecs/test/videoprocessor_integrationtest.cc',
351 'video_coding/codecs/vp8/test/vp8_impl_unittest.cc',
352 ],
henrike@webrtc.org89c67402013-08-02 16:53:47 +0000353 'conditions': [
354 # TODO(henrike): remove build_with_chromium==1 when the bots are
355 # using Chromium's buildbots.
356 ['build_with_chromium==1 and OS=="android" and gtest_target_type=="shared_library"', {
357 'dependencies': [
358 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
359 ],
360 }],
361 ],
kjellander@webrtc.org63e98882013-06-14 20:09:44 +0000362 },
stefan@webrtc.org7bc465b2013-04-11 17:48:02 +0000363 ],
henrike@webrtc.org1303af32013-07-03 21:50:33 +0000364 'conditions': [
365 # TODO(henrike): remove build_with_chromium==1 when the bots are using
366 # Chromium's buildbots.
henrike@webrtc.orgbd3eee32013-07-08 17:34:20 +0000367 ['build_with_chromium==1 and OS=="android" and gtest_target_type=="shared_library"', {
henrike@webrtc.org1303af32013-07-03 21:50:33 +0000368 'targets': [
369 {
370 'target_name': 'modules_unittests_apk_target',
371 'type': 'none',
372 'dependencies': [
373 '<(apk_tests_path):modules_unittests_apk',
374 ],
andrew@webrtc.org2cbb4292013-08-02 20:52:54 +0000375 },
henrike@webrtc.org89c67402013-08-02 16:53:47 +0000376 {
phoglund@webrtc.org32fe90b2013-08-19 11:40:19 +0000377 'target_name': 'modules_tests_apk_target',
henrike@webrtc.org89c67402013-08-02 16:53:47 +0000378 'type': 'none',
379 'dependencies': [
phoglund@webrtc.org32fe90b2013-08-19 11:40:19 +0000380 '<(apk_tests_path):modules_tests_apk',
henrike@webrtc.org89c67402013-08-02 16:53:47 +0000381 ],
382 },
383 ],
384 }],
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000385 ['test_isolation_mode != "noop"', {
386 'targets': [
387 {
388 'target_name': 'modules_tests_run',
389 'type': 'none',
390 'dependencies': [
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000391 'modules_tests',
392 ],
393 'includes': [
kjellander@webrtc.org2a973172013-10-02 19:31:16 +0000394 '../build/isolate.gypi',
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000395 'modules_tests.isolate',
396 ],
397 'sources': [
398 'modules_tests.isolate',
399 ],
400 },
401 {
402 'target_name': 'modules_unittests_run',
403 'type': 'none',
404 'dependencies': [
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000405 'modules_unittests',
406 ],
407 'includes': [
kjellander@webrtc.org2a973172013-10-02 19:31:16 +0000408 '../build/isolate.gypi',
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000409 'modules_unittests.isolate',
410 ],
411 'sources': [
412 'modules_unittests.isolate',
413 ],
414 },
415 ],
416 }],
henrike@webrtc.org89c67402013-08-02 16:53:47 +0000417 ],
mflodman@webrtc.org6af95942012-05-24 13:23:35 +0000418 }], # include_tests
xians@google.comd3185fe2011-09-12 12:24:39 +0000419 ], # conditions
420}