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', |
sergeyu@chromium.org | 15e32cc | 2013-04-29 20:10:57 +0000 | [diff] [blame] | 17 | 'desktop_capture/desktop_capture.gypi', |
andresp@webrtc.org | 87a592d | 2015-02-25 03:18:23 +0000 | [diff] [blame] | 18 | 'media_file/media_file.gypi', |
pwestin@webrtc.org | b518017 | 2012-11-09 20:56:23 +0000 | [diff] [blame] | 19 | 'pacing/pacing.gypi', |
stefan@webrtc.org | 9354cc9 | 2012-06-07 08:10:14 +0000 | [diff] [blame] | 20 | 'remote_bitrate_estimator/remote_bitrate_estimator.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 21 | 'rtp_rtcp/rtp_rtcp.gypi', |
| 22 | 'utility/utility.gypi', |
Zeke Chin | 71f6f44 | 2015-06-29 14:34:58 -0700 | [diff] [blame] | 23 | 'video_coding/codecs/h264/h264.gypi', |
Henrik Kjellander | a74c08d | 2015-10-22 12:23:11 +0200 | [diff] [blame] | 24 | 'video_coding/codecs/i420/i420.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 25 | 'video_coding/video_coding.gypi', |
andrew@webrtc.org | 94caca7 | 2012-10-30 21:58:00 +0000 | [diff] [blame] | 26 | 'video_capture/video_capture.gypi', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 27 | 'video_processing/video_processing.gypi', |
andrew@webrtc.org | 9841d92 | 2012-10-31 05:22:11 +0000 | [diff] [blame] | 28 | 'video_render/video_render.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 | }], |
| 48 | ], |
| 49 | }, |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 50 | 'targets': [ |
| 51 | { |
| 52 | 'target_name': 'modules_unittests', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 53 | 'type': '<(gtest_target_type)', |
turaj@webrtc.org | 6ea3d1c | 2013-10-02 21:44:33 +0000 | [diff] [blame] | 54 | 'defines': [ |
| 55 | '<@(audio_coding_defines)', |
| 56 | ], |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 57 | 'dependencies': [ |
henrik.lundin@webrtc.org | c8e9818 | 2014-06-26 19:07:04 +0000 | [diff] [blame] | 58 | 'acm_receive_test', |
henrik.lundin@webrtc.org | 038cee2 | 2014-08-21 08:59:14 +0000 | [diff] [blame] | 59 | 'acm_send_test', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 60 | 'audio_coding_module', |
minyue | 9743d07 | 2015-09-03 13:17:16 -0700 | [diff] [blame] | 61 | 'audio_conference_mixer', |
henrika@webrtc.org | 474d1eb | 2015-03-09 12:39:53 +0000 | [diff] [blame] | 62 | 'audio_device' , |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 63 | 'audio_processing', |
Andrew MacDonald | cb05b72 | 2015-05-07 22:17:51 -0700 | [diff] [blame] | 64 | 'audioproc_test_utils', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 65 | 'bitrate_controller', |
Stefan Holmer | 09bdc1e | 2015-04-16 20:20:36 +0200 | [diff] [blame] | 66 | 'bwe_simulator', |
Zeke Chin | 786dbdc | 2015-06-10 13:45:08 -0700 | [diff] [blame] | 67 | 'cng', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 68 | 'desktop_capture', |
Zeke Chin | 786dbdc | 2015-06-10 13:45:08 -0700 | [diff] [blame] | 69 | 'isac_fix', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 70 | 'media_file', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 71 | 'neteq', |
minyue@webrtc.org | 2c1bcf2 | 2015-02-17 10:17:09 +0000 | [diff] [blame] | 72 | 'neteq_test_support', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 73 | 'neteq_unittest_tools', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 74 | 'paced_sender', |
Zeke Chin | 786dbdc | 2015-06-10 13:45:08 -0700 | [diff] [blame] | 75 | 'pcm16b', # Needed by NetEq tests. |
henrik.lundin@webrtc.org | c1c9291 | 2014-12-16 13:41:36 +0000 | [diff] [blame] | 76 | 'red', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 77 | 'remote_bitrate_estimator', |
| 78 | 'rtp_rtcp', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 79 | 'video_codecs_test_framework', |
| 80 | 'video_processing', |
kjellander@webrtc.org | fec34d7 | 2013-06-05 08:58:46 +0000 | [diff] [blame] | 81 | 'webrtc_utility', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 82 | 'webrtc_video_coding', |
| 83 | '<@(neteq_dependencies)', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 84 | '<(DEPTH)/testing/gmock.gyp:gmock', |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 85 | '<(DEPTH)/testing/gtest.gyp:gtest', |
turaj@webrtc.org | a6101d7 | 2013-10-01 22:01:09 +0000 | [diff] [blame] | 86 | '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
kwiberg@webrtc.org | ac2d27d | 2015-02-26 13:59:22 +0000 | [diff] [blame] | 87 | '<(webrtc_root)/common.gyp:webrtc_common', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 88 | '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
kjellander@webrtc.org | f58fe0a | 2015-02-11 07:47:00 +0000 | [diff] [blame] | 89 | '<(webrtc_root)/modules/modules.gyp:video_capture', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 90 | '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
marpan@webrtc.org | 5b88317 | 2014-11-01 06:10:48 +0000 | [diff] [blame] | 91 | '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', |
andresp@webrtc.org | 86e1e48 | 2015-01-14 09:30:52 +0000 | [diff] [blame] | 92 | '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
pbos@webrtc.org | 724947b | 2013-12-11 16:26:16 +0000 | [diff] [blame] | 93 | '<(webrtc_root)/test/test.gyp:frame_generator', |
pbos@webrtc.org | aca5803 | 2014-10-27 18:01:03 +0000 | [diff] [blame] | 94 | '<(webrtc_root)/test/test.gyp:rtp_test_utils', |
| 95 | '<(webrtc_root)/test/test.gyp:test_support_main', |
sprang | 86fd9ed | 2015-09-29 04:45:43 -0700 | [diff] [blame] | 96 | '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common', |
kjellander@webrtc.org | a33f05e | 2015-01-29 14:29:45 +0000 | [diff] [blame] | 97 | '<(webrtc_root)/tools/tools.gyp:agc_test_utils', |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 98 | ], |
| 99 | 'sources': [ |
henrik.lundin@webrtc.org | ff1a3e3 | 2014-12-10 07:29:08 +0000 | [diff] [blame] | 100 | 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', |
andresp@webrtc.org | 4f6f22f | 2014-09-23 11:37:57 +0000 | [diff] [blame] | 101 | 'audio_coding/main/acm2/acm_receiver_unittest_oldapi.cc', |
henrik.lundin@webrtc.org | 0e6e4d2 | 2014-09-23 12:05:34 +0000 | [diff] [blame] | 102 | 'audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc', |
wu@webrtc.org | 24301a6 | 2013-12-13 19:17:43 +0000 | [diff] [blame] | 103 | 'audio_coding/main/acm2/call_statistics_unittest.cc', |
Karl Wiberg | 2ea71c3 | 2015-05-07 15:49:23 +0200 | [diff] [blame] | 104 | 'audio_coding/main/acm2/codec_owner_unittest.cc', |
turaj@webrtc.org | 6ea3d1c | 2013-10-02 21:44:33 +0000 | [diff] [blame] | 105 | 'audio_coding/main/acm2/initial_delay_manager_unittest.cc', |
kwiberg | c95c366 | 2015-11-10 06:35:21 -0800 | [diff] [blame^] | 106 | 'audio_coding/main/acm2/rent_a_codec_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 107 | 'audio_coding/codecs/cng/cng_unittest.cc', |
| 108 | 'audio_coding/codecs/isac/fix/source/filters_unittest.cc', |
| 109 | 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc', |
| 110 | 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc', |
| 111 | 'audio_coding/codecs/isac/fix/source/transform_unittest.cc', |
Karl Wiberg | d3e8eda | 2015-04-23 14:07:06 +0200 | [diff] [blame] | 112 | 'audio_coding/codecs/isac/main/source/audio_encoder_isac_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 113 | 'audio_coding/codecs/isac/main/source/isac_unittest.cc', |
Karl Wiberg | 2224294 | 2015-07-03 04:04:33 +0200 | [diff] [blame] | 114 | 'audio_coding/codecs/isac/unittest.cc', |
henrik.lundin@webrtc.org | cf7efeb | 2015-02-04 15:34:05 +0000 | [diff] [blame] | 115 | 'audio_coding/codecs/opus/audio_encoder_opus_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 116 | 'audio_coding/codecs/opus/opus_unittest.cc', |
henrik.lundin@webrtc.org | c1c9291 | 2014-12-16 13:41:36 +0000 | [diff] [blame] | 117 | 'audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 118 | 'audio_coding/neteq/audio_classifier_unittest.cc', |
| 119 | 'audio_coding/neteq/audio_multi_vector_unittest.cc', |
| 120 | 'audio_coding/neteq/audio_vector_unittest.cc', |
| 121 | 'audio_coding/neteq/background_noise_unittest.cc', |
| 122 | 'audio_coding/neteq/buffer_level_filter_unittest.cc', |
| 123 | 'audio_coding/neteq/comfort_noise_unittest.cc', |
| 124 | 'audio_coding/neteq/decision_logic_unittest.cc', |
| 125 | 'audio_coding/neteq/decoder_database_unittest.cc', |
| 126 | 'audio_coding/neteq/delay_manager_unittest.cc', |
| 127 | 'audio_coding/neteq/delay_peak_detector_unittest.cc', |
| 128 | 'audio_coding/neteq/dsp_helper_unittest.cc', |
| 129 | 'audio_coding/neteq/dtmf_buffer_unittest.cc', |
| 130 | 'audio_coding/neteq/dtmf_tone_generator_unittest.cc', |
| 131 | 'audio_coding/neteq/expand_unittest.cc', |
| 132 | 'audio_coding/neteq/merge_unittest.cc', |
henrik.lundin | 48ed930 | 2015-10-29 05:36:24 -0700 | [diff] [blame] | 133 | 'audio_coding/neteq/nack_unittest.cc', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 134 | 'audio_coding/neteq/neteq_external_decoder_unittest.cc', |
| 135 | 'audio_coding/neteq/neteq_impl_unittest.cc', |
minyue@webrtc.org | 2c1bcf2 | 2015-02-17 10:17:09 +0000 | [diff] [blame] | 136 | 'audio_coding/neteq/neteq_network_stats_unittest.cc', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 137 | 'audio_coding/neteq/neteq_stereo_unittest.cc', |
| 138 | 'audio_coding/neteq/neteq_unittest.cc', |
| 139 | 'audio_coding/neteq/normal_unittest.cc', |
| 140 | 'audio_coding/neteq/packet_buffer_unittest.cc', |
| 141 | 'audio_coding/neteq/payload_splitter_unittest.cc', |
| 142 | 'audio_coding/neteq/post_decode_vad_unittest.cc', |
| 143 | 'audio_coding/neteq/random_vector_unittest.cc', |
| 144 | 'audio_coding/neteq/sync_buffer_unittest.cc', |
| 145 | 'audio_coding/neteq/timestamp_scaler_unittest.cc', |
| 146 | 'audio_coding/neteq/time_stretch_unittest.cc', |
| 147 | 'audio_coding/neteq/mock/mock_audio_decoder.h', |
| 148 | 'audio_coding/neteq/mock/mock_audio_vector.h', |
| 149 | 'audio_coding/neteq/mock/mock_buffer_level_filter.h', |
| 150 | 'audio_coding/neteq/mock/mock_decoder_database.h', |
| 151 | 'audio_coding/neteq/mock/mock_delay_manager.h', |
| 152 | 'audio_coding/neteq/mock/mock_delay_peak_detector.h', |
| 153 | 'audio_coding/neteq/mock/mock_dtmf_buffer.h', |
| 154 | 'audio_coding/neteq/mock/mock_dtmf_tone_generator.h', |
henrik.lundin@webrtc.org | ee0fb18 | 2014-09-02 13:22:11 +0000 | [diff] [blame] | 155 | 'audio_coding/neteq/mock/mock_expand.h', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 156 | 'audio_coding/neteq/mock/mock_external_decoder_pcm16b.h', |
| 157 | 'audio_coding/neteq/mock/mock_packet_buffer.h', |
| 158 | 'audio_coding/neteq/mock/mock_payload_splitter.h', |
henrik.lundin@webrtc.org | f554d75 | 2014-08-29 07:26:40 +0000 | [diff] [blame] | 159 | 'audio_coding/neteq/tools/input_audio_file_unittest.cc', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 160 | 'audio_coding/neteq/tools/packet_unittest.cc', |
minyue | 9743d07 | 2015-09-03 13:17:16 -0700 | [diff] [blame] | 161 | 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc', |
henrika | 86d907c | 2015-09-07 16:09:50 +0200 | [diff] [blame] | 162 | 'audio_device/fine_audio_buffer_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 163 | 'audio_processing/aec/echo_cancellation_unittest.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 164 | 'audio_processing/aec/system_delay_unittest.cc', |
Alejandro Luebs | d094c04 | 2015-09-29 15:43:42 -0700 | [diff] [blame] | 165 | 'audio_processing/agc/agc_manager_direct_unittest.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 166 | # TODO(ajm): Fix to match new interface. |
| 167 | # 'audio_processing/agc/agc_unittest.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 168 | 'audio_processing/agc/histogram_unittest.cc', |
andrew@webrtc.org | 971bf55 | 2014-12-16 22:28:20 +0000 | [diff] [blame] | 169 | 'audio_processing/agc/mock_agc.h', |
aluebs | 4a66e4a | 2015-10-19 18:02:39 -0700 | [diff] [blame] | 170 | 'audio_processing/beamformer/array_util_unittest.cc', |
aluebs@webrtc.org | 0c39e91 | 2014-12-18 22:22:04 +0000 | [diff] [blame] | 171 | 'audio_processing/beamformer/complex_matrix_unittest.cc', |
| 172 | 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc', |
| 173 | 'audio_processing/beamformer/matrix_unittest.cc', |
mgraczyk@chromium.org | 0f663de | 2015-03-13 00:13:32 +0000 | [diff] [blame] | 174 | 'audio_processing/beamformer/mock_nonlinear_beamformer.h', |
Alejandro Luebs | cb3f9bd | 2015-10-29 18:21:34 -0700 | [diff] [blame] | 175 | 'audio_processing/beamformer/nonlinear_beamformer_unittest.cc', |
andrew@webrtc.org | 1760a17 | 2013-09-25 23:17:38 +0000 | [diff] [blame] | 176 | 'audio_processing/echo_cancellation_impl_unittest.cc', |
ekm | 35b72fb | 2015-07-10 14:11:52 -0700 | [diff] [blame] | 177 | 'audio_processing/intelligibility/intelligibility_enhancer_unittest.cc', |
| 178 | 'audio_processing/intelligibility/intelligibility_utils_unittest.cc', |
aluebs@webrtc.org | 79b9eba | 2014-11-26 20:21:38 +0000 | [diff] [blame] | 179 | 'audio_processing/splitting_filter_unittest.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 180 | 'audio_processing/transient/dyadic_decimator_unittest.cc', |
| 181 | 'audio_processing/transient/file_utils.cc', |
| 182 | 'audio_processing/transient/file_utils.h', |
| 183 | 'audio_processing/transient/file_utils_unittest.cc', |
| 184 | 'audio_processing/transient/moving_moments_unittest.cc', |
| 185 | 'audio_processing/transient/transient_detector_unittest.cc', |
| 186 | 'audio_processing/transient/transient_suppressor_unittest.cc', |
| 187 | 'audio_processing/transient/wpd_node_unittest.cc', |
| 188 | 'audio_processing/transient/wpd_tree_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 189 | 'audio_processing/utility/delay_estimator_unittest.cc', |
aluebs | ecf6b81 | 2015-06-25 12:28:48 -0700 | [diff] [blame] | 190 | 'audio_processing/vad/gmm_unittest.cc', |
| 191 | 'audio_processing/vad/pitch_based_vad_unittest.cc', |
| 192 | 'audio_processing/vad/pitch_internal_unittest.cc', |
| 193 | 'audio_processing/vad/pole_zero_filter_unittest.cc', |
| 194 | 'audio_processing/vad/standalone_vad_unittest.cc', |
| 195 | 'audio_processing/vad/vad_audio_proc_unittest.cc', |
| 196 | 'audio_processing/vad/vad_circular_buffer_unittest.cc', |
| 197 | 'audio_processing/vad/voice_activity_detector_unittest.cc', |
stefan@webrtc.org | 792f1a1 | 2015-03-04 12:24:26 +0000 | [diff] [blame] | 198 | 'bitrate_controller/bitrate_allocator_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 199 | 'bitrate_controller/bitrate_controller_unittest.cc', |
stefan@webrtc.org | 83d4804 | 2014-11-10 13:55:16 +0000 | [diff] [blame] | 200 | 'bitrate_controller/send_side_bandwidth_estimation_unittest.cc', |
sergeyu@chromium.org | e6e749d | 2013-10-16 02:48:41 +0000 | [diff] [blame] | 201 | 'desktop_capture/desktop_and_cursor_composer_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 202 | 'desktop_capture/desktop_region_unittest.cc', |
| 203 | 'desktop_capture/differ_block_unittest.cc', |
| 204 | 'desktop_capture/differ_unittest.cc', |
sergeyu@chromium.org | e6e749d | 2013-10-16 02:48:41 +0000 | [diff] [blame] | 205 | 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 206 | 'desktop_capture/screen_capturer_helper_unittest.cc', |
| 207 | 'desktop_capture/screen_capturer_mac_unittest.cc', |
| 208 | 'desktop_capture/screen_capturer_mock_objects.h', |
| 209 | 'desktop_capture/screen_capturer_unittest.cc', |
| 210 | 'desktop_capture/window_capturer_unittest.cc', |
andrew@webrtc.org | 60730cf | 2014-01-07 17:45:09 +0000 | [diff] [blame] | 211 | 'desktop_capture/win/cursor_unittest.cc', |
| 212 | 'desktop_capture/win/cursor_unittest_resources.h', |
| 213 | 'desktop_capture/win/cursor_unittest_resources.rc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 214 | 'media_file/source/media_file_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 215 | 'module_common_types_unittest.cc', |
stefan@webrtc.org | 82462aa | 2014-10-23 11:57:05 +0000 | [diff] [blame] | 216 | 'pacing/bitrate_prober_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 217 | 'pacing/paced_sender_unittest.cc', |
Stefan Holmer | e590416 | 2015-03-26 11:11:06 +0100 | [diff] [blame] | 218 | 'pacing/packet_router_unittest.cc', |
stefan@webrtc.org | c88d336 | 2014-02-05 15:57:14 +0000 | [diff] [blame] | 219 | 'remote_bitrate_estimator/bwe_simulations.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 220 | 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h', |
Erik Språng | 6b8d355 | 2015-09-24 15:06:57 +0200 | [diff] [blame] | 221 | 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h', |
pbos@webrtc.org | 9f79fe6 | 2014-12-04 15:34:06 +0000 | [diff] [blame] | 222 | 'remote_bitrate_estimator/inter_arrival_unittest.cc', |
| 223 | 'remote_bitrate_estimator/overuse_detector_unittest.cc', |
sprang@webrtc.org | 37968a9 | 2013-12-03 10:31:59 +0000 | [diff] [blame] | 224 | 'remote_bitrate_estimator/rate_statistics_unittest.cc', |
pbos@webrtc.org | 9f79fe6 | 2014-12-04 15:34:06 +0000 | [diff] [blame] | 225 | 'remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc', |
solenberg@webrtc.org | 86136a0 | 2013-09-09 13:06:52 +0000 | [diff] [blame] | 226 | 'remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc', |
| 227 | 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc', |
| 228 | 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h', |
sprang | 233bd87 | 2015-09-08 13:25:16 -0700 | [diff] [blame] | 229 | 'remote_bitrate_estimator/remote_estimator_proxy_unittest.cc', |
sprang | 867fb52 | 2015-08-03 04:38:41 -0700 | [diff] [blame] | 230 | 'remote_bitrate_estimator/send_time_history_unittest.cc', |
stefan | 870eee4 | 2015-07-14 03:53:57 -0700 | [diff] [blame] | 231 | 'remote_bitrate_estimator/test/bwe_test_framework_unittest.cc', |
Cesar Magalhaes | 9c261f2 | 2015-07-15 16:31:18 +0200 | [diff] [blame] | 232 | 'remote_bitrate_estimator/test/bwe_unittest.cc', |
Cesar Magalhaes | e2cb1f1 | 2015-07-30 11:22:05 +0200 | [diff] [blame] | 233 | 'remote_bitrate_estimator/test/metric_recorder_unittest.cc', |
stefan | 870eee4 | 2015-07-14 03:53:57 -0700 | [diff] [blame] | 234 | 'remote_bitrate_estimator/test/estimators/nada_unittest.cc', |
sprang | 5e023eb | 2015-09-14 06:42:43 -0700 | [diff] [blame] | 235 | 'remote_bitrate_estimator/transport_feedback_adapter_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 236 | 'rtp_rtcp/source/mock/mock_rtp_payload_strategy.h', |
sprang@webrtc.org | 499631c | 2013-12-03 13:22:48 +0000 | [diff] [blame] | 237 | 'rtp_rtcp/source/byte_io_unittest.cc', |
stefan@webrtc.org | 7bb8f02 | 2013-09-06 13:40:11 +0000 | [diff] [blame] | 238 | 'rtp_rtcp/source/fec_receiver_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 239 | 'rtp_rtcp/source/fec_test_helper.cc', |
| 240 | 'rtp_rtcp/source/fec_test_helper.h', |
Henrik Kjellander | f955b5d | 2015-04-24 13:57:06 +0200 | [diff] [blame] | 241 | 'rtp_rtcp/source/h264_sps_parser_unittest.cc', |
Peter Boström | 8c266e6 | 2015-09-24 15:06:50 +0200 | [diff] [blame] | 242 | 'rtp_rtcp/source/h264_bitstream_parser_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 243 | 'rtp_rtcp/source/nack_rtx_unittest.cc', |
bcornell | 30409b4 | 2015-07-10 18:10:05 -0700 | [diff] [blame] | 244 | 'rtp_rtcp/source/packet_loss_stats_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 245 | 'rtp_rtcp/source/producer_fec_unittest.cc', |
stefan@webrtc.org | 286fe0b | 2013-08-21 20:58:21 +0000 | [diff] [blame] | 246 | 'rtp_rtcp/source/receive_statistics_unittest.cc', |
wu@webrtc.org | 88abf11 | 2014-05-14 16:53:51 +0000 | [diff] [blame] | 247 | 'rtp_rtcp/source/remote_ntp_time_estimator_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 248 | 'rtp_rtcp/source/rtcp_format_remb_unittest.cc', |
asapersson@webrtc.org | 0f2809a | 2014-02-21 08:14:45 +0000 | [diff] [blame] | 249 | 'rtp_rtcp/source/rtcp_packet_unittest.cc', |
Erik Språng | a3b8769 | 2015-07-29 10:46:54 +0200 | [diff] [blame] | 250 | 'rtp_rtcp/source/rtcp_packet/transport_feedback_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 251 | 'rtp_rtcp/source/rtcp_receiver_unittest.cc', |
asapersson@webrtc.org | 0f2809a | 2014-02-21 08:14:45 +0000 | [diff] [blame] | 252 | 'rtp_rtcp/source/rtcp_sender_unittest.cc', |
asapersson@webrtc.org | 2dd3134 | 2014-10-29 12:42:30 +0000 | [diff] [blame] | 253 | 'rtp_rtcp/source/rtcp_utility_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 254 | 'rtp_rtcp/source/rtp_fec_unittest.cc', |
stefan@webrtc.org | 2ec5606 | 2014-07-31 14:59:24 +0000 | [diff] [blame] | 255 | 'rtp_rtcp/source/rtp_format_h264_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 256 | 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc', |
| 257 | 'rtp_rtcp/source/rtp_format_vp8_test_helper.h', |
asapersson | f38ea3c | 2015-07-28 04:02:54 -0700 | [diff] [blame] | 258 | 'rtp_rtcp/source/rtp_format_vp8_unittest.cc', |
| 259 | 'rtp_rtcp/source/rtp_format_vp9_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 260 | 'rtp_rtcp/source/rtp_packet_history_unittest.cc', |
| 261 | 'rtp_rtcp/source/rtp_payload_registry_unittest.cc', |
asapersson@webrtc.org | 042e91c | 2013-10-23 13:58:31 +0000 | [diff] [blame] | 262 | 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 263 | 'rtp_rtcp/source/rtp_header_extension_unittest.cc', |
| 264 | 'rtp_rtcp/source/rtp_sender_unittest.cc', |
| 265 | 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', |
| 266 | 'rtp_rtcp/test/testAPI/test_api.cc', |
| 267 | 'rtp_rtcp/test/testAPI/test_api.h', |
| 268 | 'rtp_rtcp/test/testAPI/test_api_audio.cc', |
| 269 | 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', |
| 270 | 'rtp_rtcp/test/testAPI/test_api_video.cc', |
kjellander@webrtc.org | fec34d7 | 2013-06-05 08:58:46 +0000 | [diff] [blame] | 271 | 'utility/source/audio_frame_operations_unittest.cc', |
henrik.lundin@webrtc.org | 7476740 | 2014-05-26 13:37:45 +0000 | [diff] [blame] | 272 | 'utility/source/file_player_unittests.cc', |
tommi@webrtc.org | 0c3e12b | 2015-02-06 09:44:12 +0000 | [diff] [blame] | 273 | 'utility/source/process_thread_impl_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 274 | 'video_coding/codecs/test/packet_manipulator_unittest.cc', |
| 275 | 'video_coding/codecs/test/stats_unittest.cc', |
| 276 | 'video_coding/codecs/test/videoprocessor_unittest.cc', |
| 277 | 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', |
| 278 | 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', |
pbos@webrtc.org | 9115cde | 2014-12-09 10:36:40 +0000 | [diff] [blame] | 279 | 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', |
| 280 | 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', |
| 281 | 'video_coding/codecs/vp8/simulcast_unittest.cc', |
| 282 | 'video_coding/codecs/vp8/simulcast_unittest.h', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 283 | 'video_coding/main/interface/mock/mock_vcm_callbacks.h', |
| 284 | 'video_coding/main/source/decoding_state_unittest.cc', |
| 285 | 'video_coding/main/source/jitter_buffer_unittest.cc', |
sprang@webrtc.org | 70e2d11 | 2014-09-24 14:06:56 +0000 | [diff] [blame] | 286 | 'video_coding/main/source/jitter_estimator_tests.cc', |
henrik.lundin@webrtc.org | 544b17c | 2013-09-26 12:05:15 +0000 | [diff] [blame] | 287 | 'video_coding/main/source/media_optimization_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 288 | 'video_coding/main/source/receiver_unittest.cc', |
| 289 | 'video_coding/main/source/session_info_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 290 | 'video_coding/main/source/timing_unittest.cc', |
| 291 | 'video_coding/main/source/video_coding_robustness_unittest.cc', |
andresp@webrtc.org | e401c2e | 2013-09-16 20:29:13 +0000 | [diff] [blame] | 292 | 'video_coding/main/source/video_receiver_unittest.cc', |
| 293 | 'video_coding/main/source/video_sender_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 294 | 'video_coding/main/source/qm_select_unittest.cc', |
andresp@webrtc.org | 1f09dbe | 2013-09-13 19:17:54 +0000 | [diff] [blame] | 295 | 'video_coding/main/source/test/stream_generator.cc', |
| 296 | 'video_coding/main/source/test/stream_generator.h', |
pbos@webrtc.org | a0d7827 | 2014-09-12 11:51:47 +0000 | [diff] [blame] | 297 | 'video_coding/utility/quality_scaler_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 298 | 'video_processing/main/test/unit_test/brightness_detection_test.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 299 | 'video_processing/main/test/unit_test/content_metrics_test.cc', |
| 300 | 'video_processing/main/test/unit_test/deflickering_test.cc', |
pbos@webrtc.org | c66aaaf | 2013-07-03 07:56:33 +0000 | [diff] [blame] | 301 | 'video_processing/main/test/unit_test/video_processing_unittest.cc', |
| 302 | 'video_processing/main/test/unit_test/video_processing_unittest.h', |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 303 | ], |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 304 | 'conditions': [ |
solenberg@webrtc.org | d6e4663 | 2013-10-30 16:06:26 +0000 | [diff] [blame] | 305 | ['enable_bwe_test_logging==1', { |
| 306 | 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], |
| 307 | }, { |
| 308 | 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], |
| 309 | 'sources!': [ |
| 310 | 'remote_bitrate_estimator/test/bwe_test_logging.cc' |
| 311 | ], |
| 312 | }], |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 313 | # Run screen/window capturer tests only on platforms where they are |
| 314 | # supported. |
sergeyu@chromium.org | 9e18279 | 2013-06-17 21:14:36 +0000 | [diff] [blame] | 315 | ['desktop_capture_supported==0', { |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 316 | 'sources!': [ |
sergeyu@chromium.org | e6e749d | 2013-10-16 02:48:41 +0000 | [diff] [blame] | 317 | 'desktop_capture/desktop_and_cursor_composer_unittest.cc', |
sergeyu@chromium.org | 2767b53 | 2013-10-16 02:42:38 +0000 | [diff] [blame] | 318 | 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 319 | 'desktop_capture/screen_capturer_helper_unittest.cc', |
| 320 | 'desktop_capture/screen_capturer_mac_unittest.cc', |
| 321 | 'desktop_capture/screen_capturer_mock_objects.h', |
| 322 | 'desktop_capture/screen_capturer_unittest.cc', |
| 323 | 'desktop_capture/window_capturer_unittest.cc', |
| 324 | ], |
| 325 | }], |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 326 | ['prefer_fixed_point==1', { |
| 327 | 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], |
| 328 | }, { |
| 329 | 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], |
| 330 | }], |
| 331 | ['enable_protobuf==1', { |
Ivo Creusen | 747d5f6 | 2015-06-23 10:08:11 +0200 | [diff] [blame] | 332 | 'defines': [ |
| 333 | 'WEBRTC_AUDIOPROC_DEBUG_DUMP', |
Ivo Creusen | 747d5f6 | 2015-06-23 10:08:11 +0200 | [diff] [blame] | 334 | ], |
andrew@webrtc.org | dd5d804 | 2014-03-13 00:57:52 +0000 | [diff] [blame] | 335 | 'dependencies': [ |
Andrew MacDonald | e235714 | 2015-05-12 08:43:46 -0700 | [diff] [blame] | 336 | 'audioproc_protobuf_utils', |
andrew@webrtc.org | dd5d804 | 2014-03-13 00:57:52 +0000 | [diff] [blame] | 337 | 'audioproc_unittest_proto', |
| 338 | ], |
| 339 | 'sources': [ |
peah | 1f1912d | 2015-11-09 03:13:19 -0800 | [diff] [blame] | 340 | 'audio_processing/audio_processing_impl_locking_unittest.cc', |
andrew@webrtc.org | dd5d804 | 2014-03-13 00:57:52 +0000 | [diff] [blame] | 341 | 'audio_processing/audio_processing_impl_unittest.cc', |
| 342 | 'audio_processing/test/audio_processing_unittest.cc', |
minyue | 275d255 | 2015-11-04 06:23:54 -0800 | [diff] [blame] | 343 | 'audio_processing/test/debug_dump_test.cc', |
andrew@webrtc.org | dd5d804 | 2014-03-13 00:57:52 +0000 | [diff] [blame] | 344 | 'audio_processing/test/test_utils.h', |
| 345 | ], |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 346 | }], |
| 347 | ['build_libvpx==1', { |
| 348 | 'dependencies': [ |
kjellander | d6024e3 | 2015-09-28 21:16:48 -0700 | [diff] [blame] | 349 | '<(libvpx_dir)/libvpx.gyp:libvpx_new', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 350 | ], |
| 351 | }], |
kjellander@webrtc.org | 76a4257 | 2014-09-02 08:40:39 +0000 | [diff] [blame] | 352 | ['OS=="android"', { |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 353 | 'dependencies': [ |
| 354 | '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
| 355 | ], |
henrika@webrtc.org | 474d1eb | 2015-03-09 12:39:53 +0000 | [diff] [blame] | 356 | # Need to disable error due to the line in |
| 357 | # base/android/jni_android.h triggering it: |
| 358 | # const BASE_EXPORT jobject GetApplicationContext() |
| 359 | # error: type qualifiers ignored on function return type |
| 360 | 'cflags': [ |
| 361 | '-Wno-ignored-qualifiers', |
| 362 | ], |
| 363 | 'sources': [ |
| 364 | 'audio_device/android/audio_device_unittest.cc', |
henrika | b261989 | 2015-05-18 16:49:16 +0200 | [diff] [blame] | 365 | 'audio_device/android/audio_manager_unittest.cc', |
henrika@webrtc.org | 474d1eb | 2015-03-09 12:39:53 +0000 | [diff] [blame] | 366 | 'audio_device/android/ensure_initialized.cc', |
| 367 | 'audio_device/android/ensure_initialized.h', |
| 368 | ], |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 369 | }], |
henrika | 1d34fe9 | 2015-06-16 10:04:20 +0200 | [diff] [blame] | 370 | ['OS=="ios"', { |
Zeke Chin | 71f6f44 | 2015-06-29 14:34:58 -0700 | [diff] [blame] | 371 | 'sources': [ |
| 372 | 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', |
henrika | ba35d05 | 2015-07-14 17:04:08 +0200 | [diff] [blame] | 373 | 'audio_device/ios/audio_device_unittest_ios.cc', |
Zeke Chin | 71f6f44 | 2015-06-29 14:34:58 -0700 | [diff] [blame] | 374 | ], |
henrika | 1d34fe9 | 2015-06-16 10:04:20 +0200 | [diff] [blame] | 375 | 'mac_bundle_resources': [ |
| 376 | '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', |
| 377 | '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', |
| 378 | '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', |
henrika | ba35d05 | 2015-07-14 17:04:08 +0200 | [diff] [blame] | 379 | '<(DEPTH)/resources/audio_device/audio_short16.pcm', |
| 380 | '<(DEPTH)/resources/audio_device/audio_short44.pcm', |
| 381 | '<(DEPTH)/resources/audio_device/audio_short48.pcm', |
henrika | 1d34fe9 | 2015-06-16 10:04:20 +0200 | [diff] [blame] | 382 | '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat', |
| 383 | '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', |
| 384 | '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', |
| 385 | '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', |
| 386 | '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', |
| 387 | '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffer.dat', |
| 388 | '<(DEPTH)/resources/short_mixed_mono_48.dat', |
| 389 | '<(DEPTH)/resources/short_mixed_mono_48.pcm', |
| 390 | '<(DEPTH)/resources/short_mixed_stereo_48.dat', |
| 391 | '<(DEPTH)/resources/short_mixed_stereo_48.pcm', |
| 392 | ], |
| 393 | }], |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 394 | ], |
| 395 | # Disable warnings to enable Win64 build, issue 1323. |
| 396 | 'msvs_disabled_warnings': [ |
| 397 | 4267, # size_t to int truncation. |
| 398 | ], |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 399 | }, |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 400 | { |
phoglund@webrtc.org | 32fe90b | 2013-08-19 11:40:19 +0000 | [diff] [blame] | 401 | 'target_name': 'modules_tests', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 402 | 'type': '<(gtest_target_type)', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 403 | 'dependencies': [ |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 404 | '<(DEPTH)/testing/gtest.gyp:gtest', |
kwiberg@webrtc.org | ac2d27d | 2015-02-26 13:59:22 +0000 | [diff] [blame] | 405 | '<(webrtc_root)/common.gyp:webrtc_common', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 406 | '<(webrtc_root)/common_video/common_video.gyp:common_video', |
| 407 | '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
marpan@webrtc.org | 5b88317 | 2014-11-01 06:10:48 +0000 | [diff] [blame] | 408 | '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', |
andresp@webrtc.org | 86e1e48 | 2015-01-14 09:30:52 +0000 | [diff] [blame] | 409 | '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 410 | '<(webrtc_root)/test/metrics.gyp:metrics', |
| 411 | '<(webrtc_root)/test/test.gyp:test_support', |
| 412 | '<(webrtc_root)/test/test.gyp:test_support_main', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 413 | 'audio_coding_module', |
| 414 | 'rtp_rtcp', |
| 415 | 'video_codecs_test_framework', |
| 416 | 'webrtc_utility', |
| 417 | 'webrtc_video_coding', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 418 | ], |
| 419 | 'defines': [ |
| 420 | '<@(audio_coding_defines)', |
| 421 | ], |
| 422 | 'sources': [ |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 423 | 'audio_coding/main/test/APITest.cc', |
| 424 | 'audio_coding/main/test/Channel.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 425 | 'audio_coding/main/test/EncodeDecodeTest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 426 | 'audio_coding/main/test/PCMFile.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 427 | 'audio_coding/main/test/PacketLossTest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 428 | 'audio_coding/main/test/RTPFile.cc', |
| 429 | 'audio_coding/main/test/SpatialAudio.cc', |
| 430 | 'audio_coding/main/test/TestAllCodecs.cc', |
minyue@webrtc.org | aa5ea1c | 2014-05-23 15:16:51 +0000 | [diff] [blame] | 431 | 'audio_coding/main/test/TestRedFec.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 432 | 'audio_coding/main/test/TestStereo.cc', |
| 433 | 'audio_coding/main/test/TestVADDTX.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 434 | 'audio_coding/main/test/Tester.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 435 | 'audio_coding/main/test/TimedTrace.cc', |
| 436 | 'audio_coding/main/test/TwoWayCommunication.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 437 | 'audio_coding/main/test/iSACTest.cc', |
pbos@webrtc.org | 788acd1 | 2014-12-15 09:41:24 +0000 | [diff] [blame] | 438 | 'audio_coding/main/test/opus_test.cc', |
| 439 | 'audio_coding/main/test/target_delay_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 440 | 'audio_coding/main/test/utility.cc', |
| 441 | 'rtp_rtcp/test/testFec/test_fec.cc', |
| 442 | 'video_coding/codecs/test/videoprocessor_integrationtest.cc', |
| 443 | 'video_coding/codecs/vp8/test/vp8_impl_unittest.cc', |
| 444 | ], |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 445 | 'conditions': [ |
kjellander@webrtc.org | 3bd4156 | 2014-09-01 11:06:37 +0000 | [diff] [blame] | 446 | ['OS=="android"', { |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 447 | 'dependencies': [ |
| 448 | '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
| 449 | ], |
| 450 | }], |
| 451 | ], |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 452 | }, |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 453 | ], |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 454 | 'conditions': [ |
kjellander@webrtc.org | 3bd4156 | 2014-09-01 11:06:37 +0000 | [diff] [blame] | 455 | ['OS=="android"', { |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 456 | 'targets': [ |
| 457 | { |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 458 | 'target_name': 'modules_unittests_apk_target', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 459 | 'type': 'none', |
| 460 | 'dependencies': [ |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 461 | '<(apk_tests_path):modules_unittests_apk', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 462 | ], |
andrew@webrtc.org | 2cbb429 | 2013-08-02 20:52:54 +0000 | [diff] [blame] | 463 | }, |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 464 | { |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 465 | 'target_name': 'modules_tests_apk_target', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 466 | 'type': 'none', |
| 467 | 'dependencies': [ |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 468 | '<(apk_tests_path):modules_tests_apk', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 469 | ], |
| 470 | }, |
| 471 | ], |
| 472 | }], |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 473 | ['test_isolation_mode != "noop"', { |
| 474 | 'targets': [ |
| 475 | { |
Henrik Kjellander | d6d27e7 | 2015-09-25 22:19:11 +0200 | [diff] [blame] | 476 | 'target_name': 'audio_codec_speed_tests_run', |
| 477 | 'type': 'none', |
| 478 | 'dependencies': [ |
| 479 | 'audio_codec_speed_tests', |
| 480 | ], |
| 481 | 'includes': [ |
| 482 | '../build/isolate.gypi', |
| 483 | ], |
| 484 | 'sources': [ |
| 485 | 'audio_codec_speed_tests.isolate', |
| 486 | ], |
| 487 | }, |
| 488 | { |
| 489 | 'target_name': 'audio_decoder_unittests_run', |
| 490 | 'type': 'none', |
| 491 | 'dependencies': [ |
| 492 | 'audio_decoder_unittests', |
| 493 | ], |
| 494 | 'includes': [ |
| 495 | '../build/isolate.gypi', |
| 496 | ], |
| 497 | 'sources': [ |
| 498 | 'audio_decoder_unittests.isolate', |
| 499 | ], |
| 500 | }, |
| 501 | { |
| 502 | 'target_name': 'audio_device_tests_run', |
| 503 | 'type': 'none', |
| 504 | 'dependencies': [ |
| 505 | 'audio_device_tests', |
| 506 | ], |
| 507 | 'includes': [ |
| 508 | '../build/isolate.gypi', |
| 509 | ], |
| 510 | 'sources': [ |
| 511 | 'audio_device_tests.isolate', |
| 512 | ], |
| 513 | }, |
| 514 | { |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 515 | 'target_name': 'modules_tests_run', |
| 516 | 'type': 'none', |
| 517 | 'dependencies': [ |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 518 | 'modules_tests', |
| 519 | ], |
| 520 | 'includes': [ |
kjellander@webrtc.org | 2a97317 | 2013-10-02 19:31:16 +0000 | [diff] [blame] | 521 | '../build/isolate.gypi', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 522 | ], |
| 523 | 'sources': [ |
| 524 | 'modules_tests.isolate', |
| 525 | ], |
| 526 | }, |
| 527 | { |
| 528 | 'target_name': 'modules_unittests_run', |
| 529 | 'type': 'none', |
| 530 | 'dependencies': [ |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 531 | 'modules_unittests', |
| 532 | ], |
| 533 | 'includes': [ |
kjellander@webrtc.org | 2a97317 | 2013-10-02 19:31:16 +0000 | [diff] [blame] | 534 | '../build/isolate.gypi', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 535 | ], |
| 536 | 'sources': [ |
| 537 | 'modules_unittests.isolate', |
| 538 | ], |
| 539 | }, |
Henrik Kjellander | d6d27e7 | 2015-09-25 22:19:11 +0200 | [diff] [blame] | 540 | { |
| 541 | 'target_name': 'video_render_tests_run', |
| 542 | 'type': 'none', |
| 543 | 'dependencies': [ |
| 544 | 'video_render_tests', |
| 545 | ], |
| 546 | 'includes': [ |
| 547 | '../build/isolate.gypi', |
| 548 | ], |
| 549 | 'sources': [ |
| 550 | 'video_render_tests.isolate', |
| 551 | ], |
| 552 | }, |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 553 | ], |
| 554 | }], |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 555 | ], |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 556 | }], # include_tests |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 557 | ], # conditions |
| 558 | } |