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