xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 1 | # 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.com | fdaee9c | 2011-09-17 00:06:08 +0000 | [diff] [blame] | 11 | '../build/common.gypi', |
kjellander@webrtc.org | a33f05e | 2015-01-29 14:29:45 +0000 | [diff] [blame] | 12 | 'audio_coding/audio_coding.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 13 | 'audio_conference_mixer/audio_conference_mixer.gypi', |
andrew@webrtc.org | 236d5d3 | 2012-09-21 20:46:40 +0000 | [diff] [blame] | 14 | 'audio_device/audio_device.gypi', |
andrew@webrtc.org | 4d5d5c1 | 2011-10-19 01:40:33 +0000 | [diff] [blame] | 15 | 'audio_processing/audio_processing.gypi', |
pwestin@webrtc.org | 1cd1162 | 2012-04-19 12:13:52 +0000 | [diff] [blame] | 16 | 'bitrate_controller/bitrate_controller.gypi', |
Stefan Holmer | 80e1207 | 2016-02-23 13:30:42 +0100 | [diff] [blame] | 17 | 'congestion_controller/congestion_controller.gypi', |
sergeyu@chromium.org | 15e32cc | 2013-04-29 20:10:57 +0000 | [diff] [blame] | 18 | 'desktop_capture/desktop_capture.gypi', |
andresp@webrtc.org | 87a592d | 2015-02-25 03:18:23 +0000 | [diff] [blame] | 19 | 'media_file/media_file.gypi', |
pwestin@webrtc.org | b518017 | 2012-11-09 20:56:23 +0000 | [diff] [blame] | 20 | 'pacing/pacing.gypi', |
stefan@webrtc.org | 9354cc9 | 2012-06-07 08:10:14 +0000 | [diff] [blame] | 21 | 'remote_bitrate_estimator/remote_bitrate_estimator.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 22 | 'rtp_rtcp/rtp_rtcp.gypi', |
| 23 | 'utility/utility.gypi', |
Zeke Chin | 71f6f44 | 2015-06-29 14:34:58 -0700 | [diff] [blame] | 24 | 'video_coding/codecs/h264/h264.gypi', |
Henrik Kjellander | a74c08d | 2015-10-22 12:23:11 +0200 | [diff] [blame] | 25 | 'video_coding/codecs/i420/i420.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 26 | 'video_coding/video_coding.gypi', |
andrew@webrtc.org | 94caca7 | 2012-10-30 21:58:00 +0000 | [diff] [blame] | 27 | 'video_capture/video_capture.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 28 | 'video_processing/video_processing.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 29 | ], |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 30 | 'conditions': [ |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 31 | ['include_tests==1', { |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 32 | 'includes': [ |
kjellander@webrtc.org | a33f05e | 2015-01-29 14:29:45 +0000 | [diff] [blame] | 33 | 'audio_coding/audio_coding_tests.gypi', |
andrew@webrtc.org | c732ca6 | 2012-09-10 16:33:43 +0000 | [diff] [blame] | 34 | 'audio_processing/audio_processing_tests.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 35 | 'rtp_rtcp/test/testFec/test_fec.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 36 | 'video_coding/video_coding_test.gypi', |
kjellander@webrtc.org | 35a1756 | 2011-10-06 06:44:54 +0000 | [diff] [blame] | 37 | 'video_coding/codecs/test/video_codecs_test_framework.gypi', |
| 38 | 'video_coding/codecs/tools/video_codecs_tools.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 39 | ], # includes |
solenberg@webrtc.org | 86136a0 | 2013-09-09 13:06:52 +0000 | [diff] [blame] | 40 | 'variables': { |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 41 | 'conditions': [ |
| 42 | # Desktop capturer is supported only on Windows, OSX and Linux. |
| 43 | ['OS=="win" or OS=="mac" or OS=="linux"', { |
| 44 | 'desktop_capture_supported%': 1, |
| 45 | }, { |
| 46 | 'desktop_capture_supported%': 0, |
| 47 | }], |
hbos | bab934b | 2016-01-27 01:36:03 -0800 | [diff] [blame] | 48 | ['rtc_use_h264==1', { |
| 49 | 'videoprocessor_defines': [ |
| 50 | 'WEBRTC_VIDEOPROCESSOR_H264_TESTS', |
| 51 | ], |
| 52 | }, { |
| 53 | 'videoprocessor_defines': [], |
| 54 | }], |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 55 | ], |
| 56 | }, |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 57 | 'targets': [ |
| 58 | { |
phoglund@webrtc.org | 32fe90b | 2013-08-19 11:40:19 +0000 | [diff] [blame] | 59 | 'target_name': 'modules_tests', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 60 | 'type': '<(gtest_target_type)', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 61 | 'dependencies': [ |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 62 | '<(DEPTH)/testing/gtest.gyp:gtest', |
kwiberg@webrtc.org | ac2d27d | 2015-02-26 13:59:22 +0000 | [diff] [blame] | 63 | '<(webrtc_root)/common.gyp:webrtc_common', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 64 | '<(webrtc_root)/common_video/common_video.gyp:common_video', |
| 65 | '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
marpan@webrtc.org | 5b88317 | 2014-11-01 06:10:48 +0000 | [diff] [blame] | 66 | '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', |
andresp@webrtc.org | 86e1e48 | 2015-01-14 09:30:52 +0000 | [diff] [blame] | 67 | '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 68 | '<(webrtc_root)/test/metrics.gyp:metrics', |
| 69 | '<(webrtc_root)/test/test.gyp:test_support', |
| 70 | '<(webrtc_root)/test/test.gyp:test_support_main', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 71 | 'audio_coding_module', |
| 72 | 'rtp_rtcp', |
| 73 | 'video_codecs_test_framework', |
| 74 | 'webrtc_utility', |
| 75 | 'webrtc_video_coding', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 76 | ], |
| 77 | 'defines': [ |
| 78 | '<@(audio_coding_defines)', |
hbos | bab934b | 2016-01-27 01:36:03 -0800 | [diff] [blame] | 79 | '<@(videoprocessor_defines)', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 80 | ], |
| 81 | 'sources': [ |
kjellander | 3e6db23 | 2015-11-26 04:44:54 -0800 | [diff] [blame] | 82 | 'audio_coding/test/APITest.cc', |
| 83 | 'audio_coding/test/Channel.cc', |
| 84 | 'audio_coding/test/EncodeDecodeTest.cc', |
| 85 | 'audio_coding/test/PCMFile.cc', |
| 86 | 'audio_coding/test/PacketLossTest.cc', |
| 87 | 'audio_coding/test/RTPFile.cc', |
kjellander | 3e6db23 | 2015-11-26 04:44:54 -0800 | [diff] [blame] | 88 | 'audio_coding/test/TestAllCodecs.cc', |
| 89 | 'audio_coding/test/TestRedFec.cc', |
| 90 | 'audio_coding/test/TestStereo.cc', |
| 91 | 'audio_coding/test/TestVADDTX.cc', |
| 92 | 'audio_coding/test/Tester.cc', |
| 93 | 'audio_coding/test/TimedTrace.cc', |
| 94 | 'audio_coding/test/TwoWayCommunication.cc', |
| 95 | 'audio_coding/test/iSACTest.cc', |
| 96 | 'audio_coding/test/opus_test.cc', |
| 97 | 'audio_coding/test/target_delay_unittest.cc', |
| 98 | 'audio_coding/test/utility.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 99 | 'rtp_rtcp/test/testFec/test_fec.cc', |
| 100 | 'video_coding/codecs/test/videoprocessor_integrationtest.cc', |
| 101 | 'video_coding/codecs/vp8/test/vp8_impl_unittest.cc', |
| 102 | ], |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 103 | 'conditions': [ |
kjellander@webrtc.org | 3bd4156 | 2014-09-01 11:06:37 +0000 | [diff] [blame] | 104 | ['OS=="android"', { |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 105 | 'dependencies': [ |
| 106 | '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
| 107 | ], |
| 108 | }], |
kjellander | 0206000 | 2016-02-16 22:06:12 -0800 | [diff] [blame] | 109 | ['OS=="ios"', { |
| 110 | 'mac_bundle_resources': [ |
| 111 | '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', |
| 112 | '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', |
| 113 | '<(DEPTH)/resources/foreman_cif.yuv', |
| 114 | '<(DEPTH)/resources/paris_qcif.yuv', |
| 115 | ], |
| 116 | }], |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 117 | ], |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 118 | }, |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 119 | { |
| 120 | 'target_name': 'modules_unittests', |
| 121 | 'type': '<(gtest_target_type)', |
| 122 | 'defines': [ |
| 123 | '<@(audio_coding_defines)', |
| 124 | ], |
| 125 | 'dependencies': [ |
| 126 | 'acm_receive_test', |
| 127 | 'acm_send_test', |
| 128 | 'audio_coding_module', |
| 129 | 'audio_conference_mixer', |
| 130 | 'audio_device' , |
| 131 | 'audio_processing', |
| 132 | 'audioproc_test_utils', |
| 133 | 'bitrate_controller', |
kwiberg | c01c6a4 | 2016-04-28 14:23:32 -0700 | [diff] [blame] | 134 | 'builtin_audio_decoder_factory', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 135 | 'bwe_simulator', |
| 136 | 'cng', |
| 137 | 'isac_fix', |
| 138 | 'media_file', |
| 139 | 'neteq', |
| 140 | 'neteq_test_support', |
| 141 | 'neteq_unittest_tools', |
| 142 | 'paced_sender', |
| 143 | 'pcm16b', # Needed by NetEq tests. |
| 144 | 'red', |
| 145 | 'remote_bitrate_estimator', |
| 146 | 'rtp_rtcp', |
| 147 | 'video_codecs_test_framework', |
| 148 | 'video_processing', |
| 149 | 'webrtc_utility', |
| 150 | 'webrtc_video_coding', |
| 151 | '<@(neteq_dependencies)', |
| 152 | '<(DEPTH)/testing/gmock.gyp:gmock', |
| 153 | '<(DEPTH)/testing/gtest.gyp:gtest', |
| 154 | '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
| 155 | '<(webrtc_root)/common.gyp:webrtc_common', |
| 156 | '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
| 157 | '<(webrtc_root)/common_video/common_video.gyp:common_video', |
| 158 | '<(webrtc_root)/modules/modules.gyp:video_capture', |
| 159 | '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
| 160 | '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', |
| 161 | '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
Niels Möller | 739fcb9 | 2016-02-29 13:11:45 +0100 | [diff] [blame] | 162 | '<(webrtc_root)/test/test.gyp:video_test_common', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 163 | '<(webrtc_root)/test/test.gyp:rtp_test_utils', |
| 164 | '<(webrtc_root)/test/test.gyp:test_support_main', |
kjellander | 0e73934 | 2016-03-02 10:46:17 -0800 | [diff] [blame] | 165 | '<(webrtc_root)/test/test.gyp:test_common', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 166 | '<(webrtc_root)/tools/tools.gyp:agc_test_utils', |
| 167 | ], |
| 168 | 'sources': [ |
kwiberg | c01c6a4 | 2016-04-28 14:23:32 -0700 | [diff] [blame] | 169 | 'audio_coding/codecs/audio_decoder_factory_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 170 | 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', |
| 171 | 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc', |
| 172 | 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc', |
| 173 | 'audio_coding/acm2/call_statistics_unittest.cc', |
| 174 | 'audio_coding/acm2/codec_manager_unittest.cc', |
| 175 | 'audio_coding/acm2/initial_delay_manager_unittest.cc', |
| 176 | 'audio_coding/acm2/rent_a_codec_unittest.cc', |
| 177 | 'audio_coding/codecs/cng/cng_unittest.cc', |
| 178 | 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc', |
| 179 | 'audio_coding/codecs/isac/fix/source/filters_unittest.cc', |
| 180 | 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc', |
| 181 | 'audio_coding/codecs/isac/fix/source/transform_unittest.cc', |
| 182 | 'audio_coding/codecs/isac/main/source/audio_encoder_isac_unittest.cc', |
| 183 | 'audio_coding/codecs/isac/main/source/isac_unittest.cc', |
| 184 | 'audio_coding/codecs/isac/unittest.cc', |
| 185 | 'audio_coding/codecs/opus/audio_encoder_opus_unittest.cc', |
| 186 | 'audio_coding/codecs/opus/opus_unittest.cc', |
| 187 | 'audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc', |
ossu | 10a029e | 2016-03-01 00:41:31 -0800 | [diff] [blame] | 188 | 'audio_coding/codecs/mock/mock_audio_encoder.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 189 | 'audio_coding/neteq/audio_classifier_unittest.cc', |
| 190 | 'audio_coding/neteq/audio_multi_vector_unittest.cc', |
| 191 | 'audio_coding/neteq/audio_vector_unittest.cc', |
| 192 | 'audio_coding/neteq/background_noise_unittest.cc', |
| 193 | 'audio_coding/neteq/buffer_level_filter_unittest.cc', |
| 194 | 'audio_coding/neteq/comfort_noise_unittest.cc', |
| 195 | 'audio_coding/neteq/decision_logic_unittest.cc', |
| 196 | 'audio_coding/neteq/decoder_database_unittest.cc', |
| 197 | 'audio_coding/neteq/delay_manager_unittest.cc', |
| 198 | 'audio_coding/neteq/delay_peak_detector_unittest.cc', |
| 199 | 'audio_coding/neteq/dsp_helper_unittest.cc', |
| 200 | 'audio_coding/neteq/dtmf_buffer_unittest.cc', |
| 201 | 'audio_coding/neteq/dtmf_tone_generator_unittest.cc', |
| 202 | 'audio_coding/neteq/expand_unittest.cc', |
| 203 | 'audio_coding/neteq/merge_unittest.cc', |
| 204 | 'audio_coding/neteq/nack_unittest.cc', |
| 205 | 'audio_coding/neteq/neteq_external_decoder_unittest.cc', |
| 206 | 'audio_coding/neteq/neteq_impl_unittest.cc', |
| 207 | 'audio_coding/neteq/neteq_network_stats_unittest.cc', |
| 208 | 'audio_coding/neteq/neteq_stereo_unittest.cc', |
| 209 | 'audio_coding/neteq/neteq_unittest.cc', |
| 210 | 'audio_coding/neteq/normal_unittest.cc', |
| 211 | 'audio_coding/neteq/packet_buffer_unittest.cc', |
| 212 | 'audio_coding/neteq/payload_splitter_unittest.cc', |
| 213 | 'audio_coding/neteq/post_decode_vad_unittest.cc', |
| 214 | 'audio_coding/neteq/random_vector_unittest.cc', |
| 215 | 'audio_coding/neteq/sync_buffer_unittest.cc', |
henrik.lundin | 8053f79 | 2016-04-22 13:21:43 -0700 | [diff] [blame] | 216 | 'audio_coding/neteq/tick_timer_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 217 | 'audio_coding/neteq/timestamp_scaler_unittest.cc', |
| 218 | 'audio_coding/neteq/time_stretch_unittest.cc', |
| 219 | 'audio_coding/neteq/mock/mock_audio_decoder.h', |
| 220 | 'audio_coding/neteq/mock/mock_audio_vector.h', |
| 221 | 'audio_coding/neteq/mock/mock_buffer_level_filter.h', |
| 222 | 'audio_coding/neteq/mock/mock_decoder_database.h', |
| 223 | 'audio_coding/neteq/mock/mock_delay_manager.h', |
| 224 | 'audio_coding/neteq/mock/mock_delay_peak_detector.h', |
| 225 | 'audio_coding/neteq/mock/mock_dtmf_buffer.h', |
| 226 | 'audio_coding/neteq/mock/mock_dtmf_tone_generator.h', |
| 227 | 'audio_coding/neteq/mock/mock_expand.h', |
| 228 | 'audio_coding/neteq/mock/mock_external_decoder_pcm16b.h', |
| 229 | 'audio_coding/neteq/mock/mock_packet_buffer.h', |
| 230 | 'audio_coding/neteq/mock/mock_payload_splitter.h', |
| 231 | 'audio_coding/neteq/tools/input_audio_file_unittest.cc', |
| 232 | 'audio_coding/neteq/tools/packet_unittest.cc', |
| 233 | 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc', |
| 234 | 'audio_device/fine_audio_buffer_unittest.cc', |
| 235 | 'audio_processing/aec/echo_cancellation_unittest.cc', |
| 236 | 'audio_processing/aec/system_delay_unittest.cc', |
| 237 | 'audio_processing/agc/agc_manager_direct_unittest.cc', |
| 238 | # TODO(ajm): Fix to match new interface. |
| 239 | # 'audio_processing/agc/agc_unittest.cc', |
| 240 | 'audio_processing/agc/histogram_unittest.cc', |
| 241 | 'audio_processing/agc/mock_agc.h', |
| 242 | 'audio_processing/beamformer/array_util_unittest.cc', |
| 243 | 'audio_processing/beamformer/complex_matrix_unittest.cc', |
| 244 | 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc', |
| 245 | 'audio_processing/beamformer/matrix_unittest.cc', |
| 246 | 'audio_processing/beamformer/mock_nonlinear_beamformer.h', |
| 247 | 'audio_processing/beamformer/nonlinear_beamformer_unittest.cc', |
| 248 | 'audio_processing/echo_cancellation_impl_unittest.cc', |
| 249 | 'audio_processing/intelligibility/intelligibility_enhancer_unittest.cc', |
| 250 | 'audio_processing/intelligibility/intelligibility_utils_unittest.cc', |
| 251 | 'audio_processing/splitting_filter_unittest.cc', |
| 252 | 'audio_processing/transient/dyadic_decimator_unittest.cc', |
| 253 | 'audio_processing/transient/file_utils.cc', |
| 254 | 'audio_processing/transient/file_utils.h', |
| 255 | 'audio_processing/transient/file_utils_unittest.cc', |
| 256 | 'audio_processing/transient/moving_moments_unittest.cc', |
| 257 | 'audio_processing/transient/transient_detector_unittest.cc', |
| 258 | 'audio_processing/transient/transient_suppressor_unittest.cc', |
| 259 | 'audio_processing/transient/wpd_node_unittest.cc', |
| 260 | 'audio_processing/transient/wpd_tree_unittest.cc', |
minyue | 84db6fa | 2016-03-24 14:36:25 -0700 | [diff] [blame] | 261 | 'audio_processing/utility/block_mean_calculator_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 262 | 'audio_processing/utility/delay_estimator_unittest.cc', |
| 263 | 'audio_processing/vad/gmm_unittest.cc', |
| 264 | 'audio_processing/vad/pitch_based_vad_unittest.cc', |
| 265 | 'audio_processing/vad/pitch_internal_unittest.cc', |
| 266 | 'audio_processing/vad/pole_zero_filter_unittest.cc', |
| 267 | 'audio_processing/vad/standalone_vad_unittest.cc', |
| 268 | 'audio_processing/vad/vad_audio_proc_unittest.cc', |
| 269 | 'audio_processing/vad/vad_circular_buffer_unittest.cc', |
| 270 | 'audio_processing/vad/voice_activity_detector_unittest.cc', |
| 271 | 'bitrate_controller/bitrate_controller_unittest.cc', |
| 272 | 'bitrate_controller/send_side_bandwidth_estimation_unittest.cc', |
Per | 28a4456 | 2016-05-04 17:12:51 +0200 | [diff] [blame] | 273 | 'congestion_controller/congestion_controller_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 274 | 'media_file/media_file_unittest.cc', |
| 275 | 'module_common_types_unittest.cc', |
| 276 | 'pacing/bitrate_prober_unittest.cc', |
| 277 | 'pacing/paced_sender_unittest.cc', |
| 278 | 'pacing/packet_router_unittest.cc', |
| 279 | 'remote_bitrate_estimator/bwe_simulations.cc', |
| 280 | 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h', |
| 281 | 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h', |
| 282 | 'remote_bitrate_estimator/inter_arrival_unittest.cc', |
| 283 | 'remote_bitrate_estimator/overuse_detector_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 284 | 'remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc', |
| 285 | 'remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc', |
| 286 | 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc', |
| 287 | 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h', |
| 288 | 'remote_bitrate_estimator/remote_estimator_proxy_unittest.cc', |
| 289 | 'remote_bitrate_estimator/send_time_history_unittest.cc', |
| 290 | 'remote_bitrate_estimator/test/bwe_test_framework_unittest.cc', |
| 291 | 'remote_bitrate_estimator/test/bwe_unittest.cc', |
| 292 | 'remote_bitrate_estimator/test/metric_recorder_unittest.cc', |
| 293 | 'remote_bitrate_estimator/test/estimators/nada_unittest.cc', |
| 294 | 'remote_bitrate_estimator/transport_feedback_adapter_unittest.cc', |
| 295 | 'rtp_rtcp/source/mock/mock_rtp_payload_strategy.h', |
| 296 | 'rtp_rtcp/source/byte_io_unittest.cc', |
| 297 | 'rtp_rtcp/source/fec_receiver_unittest.cc', |
| 298 | 'rtp_rtcp/source/fec_test_helper.cc', |
| 299 | 'rtp_rtcp/source/fec_test_helper.h', |
| 300 | 'rtp_rtcp/source/h264_sps_parser_unittest.cc', |
| 301 | 'rtp_rtcp/source/h264_bitstream_parser_unittest.cc', |
| 302 | 'rtp_rtcp/source/nack_rtx_unittest.cc', |
| 303 | 'rtp_rtcp/source/packet_loss_stats_unittest.cc', |
| 304 | 'rtp_rtcp/source/producer_fec_unittest.cc', |
| 305 | 'rtp_rtcp/source/receive_statistics_unittest.cc', |
| 306 | 'rtp_rtcp/source/remote_ntp_time_estimator_unittest.cc', |
| 307 | 'rtp_rtcp/source/rtcp_format_remb_unittest.cc', |
| 308 | 'rtp_rtcp/source/rtcp_packet_unittest.cc', |
| 309 | 'rtp_rtcp/source/rtcp_packet/app_unittest.cc', |
| 310 | 'rtp_rtcp/source/rtcp_packet/bye_unittest.cc', |
Danil Chapovalov | 7021b92 | 2016-03-15 17:39:32 +0100 | [diff] [blame] | 311 | 'rtp_rtcp/source/rtcp_packet/common_header_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 312 | 'rtp_rtcp/source/rtcp_packet/compound_packet_unittest.cc', |
| 313 | 'rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc', |
| 314 | 'rtp_rtcp/source/rtcp_packet/extended_jitter_report_unittest.cc', |
| 315 | 'rtp_rtcp/source/rtcp_packet/extended_reports_unittest.cc', |
| 316 | 'rtp_rtcp/source/rtcp_packet/fir_unittest.cc', |
| 317 | 'rtp_rtcp/source/rtcp_packet/nack_unittest.cc', |
| 318 | 'rtp_rtcp/source/rtcp_packet/pli_unittest.cc', |
| 319 | 'rtp_rtcp/source/rtcp_packet/rapid_resync_request_unittest.cc', |
| 320 | 'rtp_rtcp/source/rtcp_packet/receiver_report_unittest.cc', |
| 321 | 'rtp_rtcp/source/rtcp_packet/remb_unittest.cc', |
| 322 | 'rtp_rtcp/source/rtcp_packet/report_block_unittest.cc', |
| 323 | 'rtp_rtcp/source/rtcp_packet/rpsi_unittest.cc', |
| 324 | 'rtp_rtcp/source/rtcp_packet/rrtr_unittest.cc', |
| 325 | 'rtp_rtcp/source/rtcp_packet/sdes_unittest.cc', |
| 326 | 'rtp_rtcp/source/rtcp_packet/sender_report_unittest.cc', |
| 327 | 'rtp_rtcp/source/rtcp_packet/sli_unittest.cc', |
| 328 | 'rtp_rtcp/source/rtcp_packet/tmmbn_unittest.cc', |
| 329 | 'rtp_rtcp/source/rtcp_packet/tmmbr_unittest.cc', |
| 330 | 'rtp_rtcp/source/rtcp_packet/transport_feedback_unittest.cc', |
| 331 | 'rtp_rtcp/source/rtcp_packet/voip_metric_unittest.cc', |
| 332 | 'rtp_rtcp/source/rtcp_receiver_unittest.cc', |
| 333 | 'rtp_rtcp/source/rtcp_sender_unittest.cc', |
| 334 | 'rtp_rtcp/source/rtcp_utility_unittest.cc', |
| 335 | 'rtp_rtcp/source/rtp_fec_unittest.cc', |
| 336 | 'rtp_rtcp/source/rtp_format_h264_unittest.cc', |
| 337 | 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc', |
| 338 | 'rtp_rtcp/source/rtp_format_vp8_test_helper.h', |
| 339 | 'rtp_rtcp/source/rtp_format_vp8_unittest.cc', |
| 340 | 'rtp_rtcp/source/rtp_format_vp9_unittest.cc', |
| 341 | 'rtp_rtcp/source/rtp_packet_history_unittest.cc', |
danilchap | 1edb7ab | 2016-04-20 05:25:10 -0700 | [diff] [blame] | 342 | 'rtp_rtcp/source/rtp_packet_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 343 | 'rtp_rtcp/source/rtp_payload_registry_unittest.cc', |
| 344 | 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc', |
| 345 | 'rtp_rtcp/source/rtp_header_extension_unittest.cc', |
| 346 | 'rtp_rtcp/source/rtp_sender_unittest.cc', |
| 347 | 'rtp_rtcp/source/time_util_unittest.cc', |
| 348 | 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', |
| 349 | 'rtp_rtcp/test/testAPI/test_api.cc', |
| 350 | 'rtp_rtcp/test/testAPI/test_api.h', |
| 351 | 'rtp_rtcp/test/testAPI/test_api_audio.cc', |
| 352 | 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', |
| 353 | 'rtp_rtcp/test/testAPI/test_api_video.cc', |
| 354 | 'utility/source/audio_frame_operations_unittest.cc', |
| 355 | 'utility/source/file_player_unittests.cc', |
| 356 | 'utility/source/process_thread_impl_unittest.cc', |
| 357 | 'video_coding/codecs/test/packet_manipulator_unittest.cc', |
| 358 | 'video_coding/codecs/test/stats_unittest.cc', |
| 359 | 'video_coding/codecs/test/videoprocessor_unittest.cc', |
| 360 | 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', |
| 361 | 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', |
| 362 | 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', |
| 363 | 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', |
| 364 | 'video_coding/codecs/vp8/simulcast_unittest.cc', |
| 365 | 'video_coding/codecs/vp8/simulcast_unittest.h', |
| 366 | 'video_coding/codecs/vp9/screenshare_layers_unittest.cc', |
| 367 | 'video_coding/include/mock/mock_vcm_callbacks.h', |
| 368 | 'video_coding/decoding_state_unittest.cc', |
philipel | 5ab4c6d | 2016-03-08 03:36:15 -0800 | [diff] [blame] | 369 | 'video_coding/histogram_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 370 | 'video_coding/jitter_buffer_unittest.cc', |
| 371 | 'video_coding/jitter_estimator_tests.cc', |
| 372 | 'video_coding/media_optimization_unittest.cc', |
philipel | 5ab4c6d | 2016-03-08 03:36:15 -0800 | [diff] [blame] | 373 | 'video_coding/nack_module_unittest.cc', |
philipel | c707ab7 | 2016-04-01 02:01:54 -0700 | [diff] [blame] | 374 | 'video_coding/packet_buffer_unittest.cc', |
magjed | 2943f01 | 2016-03-22 05:12:09 -0700 | [diff] [blame] | 375 | 'video_coding/percentile_filter_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 376 | 'video_coding/receiver_unittest.cc', |
| 377 | 'video_coding/session_info_unittest.cc', |
philipel | 2cb7341 | 2016-03-22 10:03:43 +0100 | [diff] [blame] | 378 | 'video_coding/sequence_number_util_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 379 | 'video_coding/timing_unittest.cc', |
| 380 | 'video_coding/video_coding_robustness_unittest.cc', |
| 381 | 'video_coding/video_receiver_unittest.cc', |
| 382 | 'video_coding/video_sender_unittest.cc', |
| 383 | 'video_coding/qm_select_unittest.cc', |
| 384 | 'video_coding/test/stream_generator.cc', |
| 385 | 'video_coding/test/stream_generator.h', |
isheriff | 7620be8 | 2016-03-06 23:22:33 -0800 | [diff] [blame] | 386 | 'video_coding/utility/frame_dropper_unittest.cc', |
sprang | 3911c26 | 2016-04-15 01:24:14 -0700 | [diff] [blame] | 387 | 'video_coding/utility/ivf_file_writer_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 388 | 'video_coding/utility/quality_scaler_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 389 | 'video_processing/test/content_metrics_test.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 390 | 'video_processing/test/denoiser_test.cc', |
| 391 | 'video_processing/test/video_processing_unittest.cc', |
| 392 | 'video_processing/test/video_processing_unittest.h', |
| 393 | ], |
| 394 | 'conditions': [ |
| 395 | ['enable_bwe_test_logging==1', { |
| 396 | 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], |
| 397 | }, { |
| 398 | 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], |
| 399 | 'sources!': [ |
| 400 | 'remote_bitrate_estimator/test/bwe_test_logging.cc' |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 401 | ], |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 402 | }], |
| 403 | # Run screen/window capturer tests only on platforms where they are |
| 404 | # supported. |
| 405 | ['desktop_capture_supported==1 or OS=="android"', { |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 406 | 'dependencies': [ |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 407 | 'desktop_capture', |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 408 | ], |
| 409 | 'sources': [ |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 410 | 'desktop_capture/desktop_region_unittest.cc', |
| 411 | 'desktop_capture/differ_block_unittest.cc', |
| 412 | 'desktop_capture/differ_unittest.cc', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 413 | ], |
| 414 | }], |
| 415 | ['desktop_capture_supported==1', { |
| 416 | 'sources': [ |
| 417 | 'desktop_capture/desktop_and_cursor_composer_unittest.cc', |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 418 | 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
| 419 | 'desktop_capture/screen_capturer_helper_unittest.cc', |
| 420 | 'desktop_capture/screen_capturer_mac_unittest.cc', |
| 421 | 'desktop_capture/screen_capturer_mock_objects.h', |
| 422 | 'desktop_capture/screen_capturer_unittest.cc', |
| 423 | 'desktop_capture/window_capturer_unittest.cc', |
| 424 | 'desktop_capture/win/cursor_unittest.cc', |
| 425 | 'desktop_capture/win/cursor_unittest_resources.h', |
| 426 | 'desktop_capture/win/cursor_unittest_resources.rc', |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 427 | ], |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 428 | }], |
| 429 | ['prefer_fixed_point==1', { |
| 430 | 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], |
| 431 | }, { |
| 432 | 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], |
| 433 | }], |
| 434 | ['enable_protobuf==1', { |
| 435 | 'defines': [ |
| 436 | 'WEBRTC_AUDIOPROC_DEBUG_DUMP', |
| 437 | 'WEBRTC_NETEQ_UNITTEST_BITEXACT', |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 438 | ], |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 439 | 'dependencies': [ |
| 440 | 'audioproc_protobuf_utils', |
| 441 | 'audioproc_unittest_proto', |
| 442 | 'neteq_unittest_proto', |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 443 | ], |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 444 | 'sources': [ |
| 445 | 'audio_processing/audio_processing_impl_locking_unittest.cc', |
| 446 | 'audio_processing/audio_processing_impl_unittest.cc', |
peah | 3eeb2e8 | 2016-04-13 04:10:04 -0700 | [diff] [blame] | 447 | 'audio_processing/audio_processing_unittest.cc', |
peah | 8d2ade6 | 2016-03-22 11:05:12 -0700 | [diff] [blame] | 448 | 'audio_processing/echo_control_mobile_unittest.cc', |
peah | d4f6ea7 | 2016-03-29 00:37:44 -0700 | [diff] [blame] | 449 | 'audio_processing/echo_cancellation_unittest.cc', |
peah | 57d5a2e | 2016-03-29 09:48:36 -0700 | [diff] [blame] | 450 | 'audio_processing/gain_control_unittest.cc', |
peah | 9846651 | 2016-03-30 15:33:53 -0700 | [diff] [blame] | 451 | 'audio_processing/high_pass_filter_unittest.cc', |
| 452 | 'audio_processing/level_estimator_unittest.cc', |
| 453 | 'audio_processing/noise_suppression_unittest.cc', |
peah | bdbceef | 2016-03-20 09:53:32 -0700 | [diff] [blame] | 454 | 'audio_processing/voice_detection_unittest.cc', |
peah | 0197363 | 2016-03-03 11:21:51 -0800 | [diff] [blame] | 455 | 'audio_processing/test/audio_buffer_tools.cc', |
| 456 | 'audio_processing/test/audio_buffer_tools.h', |
peah | 5585001 | 2016-03-19 18:01:09 -0700 | [diff] [blame] | 457 | 'audio_processing/test/bitexactness_tools.cc', |
| 458 | 'audio_processing/test/bitexactness_tools.h', |
minyue | 0de1c13 | 2016-03-17 02:39:30 -0700 | [diff] [blame] | 459 | 'audio_processing/test/debug_dump_replayer.cc', |
| 460 | 'audio_processing/test/debug_dump_replayer.h', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 461 | 'audio_processing/test/debug_dump_test.cc', |
| 462 | 'audio_processing/test/test_utils.h', |
| 463 | ], |
| 464 | }], |
| 465 | ['build_libvpx==1', { |
| 466 | 'dependencies': [ |
kjellander | e26e787 | 2016-03-04 14:39:28 -0800 | [diff] [blame] | 467 | '<(libvpx_dir)/libvpx.gyp:libvpx', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 468 | ], |
| 469 | }], |
| 470 | ['OS=="android"', { |
| 471 | 'dependencies': [ |
| 472 | '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
| 473 | ], |
| 474 | # Need to disable error due to the line in |
| 475 | # base/android/jni_android.h triggering it: |
| 476 | # const BASE_EXPORT jobject GetApplicationContext() |
| 477 | # error: type qualifiers ignored on function return type |
| 478 | 'cflags': [ |
| 479 | '-Wno-ignored-qualifiers', |
| 480 | ], |
| 481 | 'sources': [ |
| 482 | 'audio_device/android/audio_device_unittest.cc', |
| 483 | 'audio_device/android/audio_manager_unittest.cc', |
| 484 | 'audio_device/android/ensure_initialized.cc', |
| 485 | 'audio_device/android/ensure_initialized.h', |
| 486 | ], |
| 487 | }], |
| 488 | ['OS=="ios"', { |
tkchin | 0ce3bf9 | 2016-03-12 16:52:04 -0800 | [diff] [blame] | 489 | 'includes': [ |
| 490 | '../build/objc_common.gypi', |
| 491 | ], |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 492 | 'sources': [ |
| 493 | 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', |
| 494 | 'audio_device/ios/audio_device_unittest_ios.cc', |
tkchin | 0ce3bf9 | 2016-03-12 16:52:04 -0800 | [diff] [blame] | 495 | 'audio_device/ios/objc/RTCAudioSessionTest.mm', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 496 | ], |
tkchin | e54467f | 2016-03-15 16:54:03 -0700 | [diff] [blame] | 497 | 'xcode_settings': { |
| 498 | 'OTHER_LDFLAGS': ['-ObjC'], |
| 499 | }, |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 500 | # This needs to be kept in sync with modules_unittests.isolate. |
| 501 | 'mac_bundle_resources': [ |
| 502 | '<(DEPTH)/data/audio_processing/output_data_float.pb', |
| 503 | '<(DEPTH)/data/audio_processing/output_data_mac.pb', |
| 504 | '<(DEPTH)/data/voice_engine/audio_tiny48.wav', |
| 505 | '<(DEPTH)/resources/att-downlink.rx', |
| 506 | '<(DEPTH)/resources/att-uplink.rx', |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 507 | '<(DEPTH)/resources/audio_coding/neteq_opus.rtp', |
| 508 | '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp', |
| 509 | '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', |
| 510 | '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm', |
| 511 | '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', |
| 512 | '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', |
| 513 | '<(DEPTH)/resources/audio_device/audio_short16.pcm', |
| 514 | '<(DEPTH)/resources/audio_device/audio_short44.pcm', |
| 515 | '<(DEPTH)/resources/audio_device/audio_short48.pcm', |
| 516 | '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm', |
| 517 | '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat', |
| 518 | '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', |
| 519 | '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', |
| 520 | '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', |
| 521 | '<(DEPTH)/resources/audio_processing/agc/agc_vad.dat', |
| 522 | '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', |
| 523 | '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffer.dat', |
| 524 | '<(DEPTH)/resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm', |
| 525 | '<(DEPTH)/resources/audio_processing/transient/audio16kHz.pcm', |
| 526 | '<(DEPTH)/resources/audio_processing/transient/audio32kHz.pcm', |
| 527 | '<(DEPTH)/resources/audio_processing/transient/audio48kHz.pcm', |
| 528 | '<(DEPTH)/resources/audio_processing/transient/audio8kHz.pcm', |
| 529 | '<(DEPTH)/resources/audio_processing/transient/detect16kHz.dat', |
| 530 | '<(DEPTH)/resources/audio_processing/transient/detect32kHz.dat', |
| 531 | '<(DEPTH)/resources/audio_processing/transient/detect48kHz.dat', |
| 532 | '<(DEPTH)/resources/audio_processing/transient/detect8kHz.dat', |
| 533 | '<(DEPTH)/resources/audio_processing/transient/double-utils.dat', |
| 534 | '<(DEPTH)/resources/audio_processing/transient/float-utils.dat', |
| 535 | '<(DEPTH)/resources/audio_processing/transient/suppressed16kHz.pcm', |
| 536 | '<(DEPTH)/resources/audio_processing/transient/suppressed32kHz.pcm', |
| 537 | '<(DEPTH)/resources/audio_processing/transient/suppressed8kHz.pcm', |
| 538 | '<(DEPTH)/resources/audio_processing/transient/wpd0.dat', |
| 539 | '<(DEPTH)/resources/audio_processing/transient/wpd1.dat', |
| 540 | '<(DEPTH)/resources/audio_processing/transient/wpd2.dat', |
| 541 | '<(DEPTH)/resources/audio_processing/transient/wpd3.dat', |
| 542 | '<(DEPTH)/resources/audio_processing/transient/wpd4.dat', |
| 543 | '<(DEPTH)/resources/audio_processing/transient/wpd5.dat', |
| 544 | '<(DEPTH)/resources/audio_processing/transient/wpd6.dat', |
| 545 | '<(DEPTH)/resources/audio_processing/transient/wpd7.dat', |
| 546 | '<(DEPTH)/resources/deflicker_before_cif_short.yuv', |
| 547 | '<(DEPTH)/resources/far16_stereo.pcm', |
| 548 | '<(DEPTH)/resources/far32_stereo.pcm', |
| 549 | '<(DEPTH)/resources/far44_stereo.pcm', |
| 550 | '<(DEPTH)/resources/far48_stereo.pcm', |
| 551 | '<(DEPTH)/resources/far8_stereo.pcm', |
| 552 | '<(DEPTH)/resources/foremanColorEnhanced_cif_short.yuv', |
| 553 | '<(DEPTH)/resources/foreman_cif.yuv', |
| 554 | '<(DEPTH)/resources/foreman_cif_short.yuv', |
| 555 | '<(DEPTH)/resources/near16_stereo.pcm', |
| 556 | '<(DEPTH)/resources/near32_stereo.pcm', |
| 557 | '<(DEPTH)/resources/near44_stereo.pcm', |
| 558 | '<(DEPTH)/resources/near48_stereo.pcm', |
| 559 | '<(DEPTH)/resources/near8_stereo.pcm', |
| 560 | '<(DEPTH)/resources/ref03.aecdump', |
| 561 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin', |
| 562 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin', |
| 563 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin', |
| 564 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin', |
| 565 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin', |
| 566 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin', |
| 567 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin', |
| 568 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin', |
| 569 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin', |
| 570 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin', |
| 571 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin', |
| 572 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin', |
| 573 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin', |
| 574 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin', |
| 575 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin', |
| 576 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin', |
| 577 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin', |
| 578 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin', |
| 579 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin', |
| 580 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin', |
| 581 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin', |
| 582 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin', |
| 583 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin', |
| 584 | '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin', |
| 585 | '<(DEPTH)/resources/short_mixed_mono_48.dat', |
| 586 | '<(DEPTH)/resources/short_mixed_mono_48_arm.dat', |
| 587 | '<(DEPTH)/resources/short_mixed_mono_48.pcm', |
| 588 | '<(DEPTH)/resources/short_mixed_stereo_48.dat', |
| 589 | '<(DEPTH)/resources/short_mixed_stereo_48.pcm', |
| 590 | '<(DEPTH)/resources/sprint-downlink.rx', |
| 591 | '<(DEPTH)/resources/sprint-uplink.rx', |
| 592 | '<(DEPTH)/resources/synthetic-trace.rx', |
| 593 | '<(DEPTH)/resources/tmobile-downlink.rx', |
| 594 | '<(DEPTH)/resources/tmobile-uplink.rx', |
| 595 | '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', |
| 596 | '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', |
| 597 | '<(DEPTH)/resources/verizon3g-downlink.rx', |
| 598 | '<(DEPTH)/resources/verizon3g-uplink.rx', |
| 599 | '<(DEPTH)/resources/verizon4g-downlink.rx', |
| 600 | '<(DEPTH)/resources/verizon4g-uplink.rx', |
| 601 | '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap', |
| 602 | '<(DEPTH)/resources/video_coding/frame-loopback.pcap', |
| 603 | '<(DEPTH)/resources/video_coding/pltype103.rtp', |
| 604 | '<(DEPTH)/resources/video_coding/ssrcs-2.pcap', |
| 605 | '<(DEPTH)/resources/video_coding/ssrcs-3.pcap', |
| 606 | ], |
| 607 | }], |
kjellander@webrtc.org | f22695c | 2015-11-19 15:39:29 +0100 | [diff] [blame] | 608 | ], |
kjellander | 9ac4df1 | 2016-02-18 13:15:09 -0800 | [diff] [blame] | 609 | # Disable warnings to enable Win64 build, issue 1323. |
| 610 | 'msvs_disabled_warnings': [ |
| 611 | 4267, # size_t to int truncation. |
| 612 | ], |
| 613 | }, |
| 614 | ], |
| 615 | 'conditions': [ |
kjellander@webrtc.org | 3bd4156 | 2014-09-01 11:06:37 +0000 | [diff] [blame] | 616 | ['OS=="android"', { |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 617 | 'targets': [ |
| 618 | { |
kjellander | e532aec | 2016-04-17 20:08:20 -0700 | [diff] [blame] | 619 | 'target_name': 'audio_codec_speed_tests_apk_target', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 620 | 'type': 'none', |
| 621 | 'dependencies': [ |
kjellander | e532aec | 2016-04-17 20:08:20 -0700 | [diff] [blame] | 622 | '<(apk_tests_path):audio_codec_speed_tests_apk', |
| 623 | ], |
| 624 | }, |
| 625 | { |
| 626 | 'target_name': 'audio_decoder_unittests_apk_target', |
| 627 | 'type': 'none', |
| 628 | 'dependencies': [ |
| 629 | '<(apk_tests_path):audio_decoder_unittests_apk', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 630 | ], |
andrew@webrtc.org | 2cbb429 | 2013-08-02 20:52:54 +0000 | [diff] [blame] | 631 | }, |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 632 | { |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 633 | 'target_name': 'modules_tests_apk_target', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 634 | 'type': 'none', |
| 635 | 'dependencies': [ |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 636 | '<(apk_tests_path):modules_tests_apk', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 637 | ], |
| 638 | }, |
kjellander | e532aec | 2016-04-17 20:08:20 -0700 | [diff] [blame] | 639 | { |
| 640 | 'target_name': 'modules_unittests_apk_target', |
| 641 | 'type': 'none', |
| 642 | 'dependencies': [ |
| 643 | '<(apk_tests_path):modules_unittests_apk', |
| 644 | ], |
| 645 | }, |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 646 | ], |
kjellander | e532aec | 2016-04-17 20:08:20 -0700 | [diff] [blame] | 647 | 'conditions': [ |
| 648 | ['test_isolation_mode != "noop"', |
| 649 | { |
| 650 | 'targets': [ |
| 651 | { |
| 652 | 'target_name': 'audio_codec_speed_tests_apk_run', |
| 653 | 'type': 'none', |
| 654 | 'dependencies': [ |
| 655 | '<(apk_tests_path):audio_codec_speed_tests_apk', |
| 656 | ], |
| 657 | 'includes': [ |
| 658 | '../build/isolate.gypi', |
| 659 | ], |
| 660 | 'sources': [ |
| 661 | 'audio_codec_speed_tests_apk.isolate', |
| 662 | ], |
| 663 | }, |
| 664 | { |
| 665 | 'target_name': 'audio_decoder_unittests_apk_run', |
| 666 | 'type': 'none', |
| 667 | 'dependencies': [ |
| 668 | '<(apk_tests_path):audio_decoder_unittests_apk', |
| 669 | ], |
| 670 | 'includes': [ |
| 671 | '../build/isolate.gypi', |
| 672 | ], |
| 673 | 'sources': [ |
| 674 | 'audio_decoder_unittests_apk.isolate', |
| 675 | ], |
| 676 | }, |
| 677 | { |
| 678 | 'target_name': 'modules_tests_apk_run', |
| 679 | 'type': 'none', |
| 680 | 'dependencies': [ |
| 681 | '<(apk_tests_path):modules_tests_apk', |
| 682 | ], |
| 683 | 'includes': [ |
| 684 | '../build/isolate.gypi', |
| 685 | ], |
| 686 | 'sources': [ |
| 687 | 'modules_tests_apk.isolate', |
| 688 | ], |
| 689 | }, |
| 690 | { |
| 691 | 'target_name': 'modules_unittests_apk_run', |
| 692 | 'type': 'none', |
| 693 | 'dependencies': [ |
| 694 | '<(apk_tests_path):modules_unittests_apk', |
| 695 | ], |
| 696 | 'includes': [ |
| 697 | '../build/isolate.gypi', |
| 698 | ], |
| 699 | 'sources': [ |
| 700 | 'modules_unittests_apk.isolate', |
| 701 | ], |
| 702 | }, |
| 703 | ], |
| 704 | }, |
| 705 | ], |
| 706 | ], |
| 707 | }], # OS=="android" |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 708 | ['test_isolation_mode != "noop"', { |
| 709 | 'targets': [ |
| 710 | { |
Henrik Kjellander | d6d27e7 | 2015-09-25 22:19:11 +0200 | [diff] [blame] | 711 | 'target_name': 'audio_codec_speed_tests_run', |
| 712 | 'type': 'none', |
| 713 | 'dependencies': [ |
| 714 | 'audio_codec_speed_tests', |
| 715 | ], |
| 716 | 'includes': [ |
| 717 | '../build/isolate.gypi', |
| 718 | ], |
| 719 | 'sources': [ |
| 720 | 'audio_codec_speed_tests.isolate', |
| 721 | ], |
| 722 | }, |
| 723 | { |
| 724 | 'target_name': 'audio_decoder_unittests_run', |
| 725 | 'type': 'none', |
| 726 | 'dependencies': [ |
| 727 | 'audio_decoder_unittests', |
| 728 | ], |
| 729 | 'includes': [ |
| 730 | '../build/isolate.gypi', |
| 731 | ], |
| 732 | 'sources': [ |
| 733 | 'audio_decoder_unittests.isolate', |
| 734 | ], |
| 735 | }, |
| 736 | { |
| 737 | 'target_name': 'audio_device_tests_run', |
| 738 | 'type': 'none', |
| 739 | 'dependencies': [ |
| 740 | 'audio_device_tests', |
| 741 | ], |
| 742 | 'includes': [ |
| 743 | '../build/isolate.gypi', |
| 744 | ], |
| 745 | 'sources': [ |
| 746 | 'audio_device_tests.isolate', |
| 747 | ], |
| 748 | }, |
| 749 | { |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 750 | 'target_name': 'modules_tests_run', |
| 751 | 'type': 'none', |
| 752 | 'dependencies': [ |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 753 | 'modules_tests', |
| 754 | ], |
| 755 | 'includes': [ |
kjellander@webrtc.org | 2a97317 | 2013-10-02 19:31:16 +0000 | [diff] [blame] | 756 | '../build/isolate.gypi', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 757 | ], |
| 758 | 'sources': [ |
| 759 | 'modules_tests.isolate', |
| 760 | ], |
| 761 | }, |
| 762 | { |
| 763 | 'target_name': 'modules_unittests_run', |
| 764 | 'type': 'none', |
| 765 | 'dependencies': [ |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 766 | 'modules_unittests', |
| 767 | ], |
| 768 | 'includes': [ |
kjellander@webrtc.org | 2a97317 | 2013-10-02 19:31:16 +0000 | [diff] [blame] | 769 | '../build/isolate.gypi', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 770 | ], |
| 771 | 'sources': [ |
| 772 | 'modules_unittests.isolate', |
| 773 | ], |
| 774 | }, |
| 775 | ], |
| 776 | }], |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 777 | ], |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 778 | }], # include_tests |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 779 | ], # conditions |
| 780 | } |