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 | 64a897a | 2011-11-17 13:33:11 +0000 | [diff] [blame] | 12 | 'audio_coding/codecs/cng/cng.gypi', |
kjellander@webrtc.org | cc2ecb3 | 2011-11-17 13:48:36 +0000 | [diff] [blame] | 13 | 'audio_coding/codecs/g711/g711.gypi', |
kjellander@webrtc.org | 3f1cb8e | 2011-11-17 13:56:54 +0000 | [diff] [blame] | 14 | 'audio_coding/codecs/g722/g722.gypi', |
kjellander@webrtc.org | 36e1ad9 | 2011-11-07 15:27:11 +0000 | [diff] [blame] | 15 | 'audio_coding/codecs/ilbc/ilbc.gypi', |
andrew@webrtc.org | 6a16e74 | 2012-08-09 18:35:39 +0000 | [diff] [blame] | 16 | 'audio_coding/codecs/isac/main/source/isac.gypi', |
| 17 | 'audio_coding/codecs/isac/fix/source/isacfix.gypi', |
kjellander@webrtc.org | b72268e | 2011-11-17 13:39:15 +0000 | [diff] [blame] | 18 | 'audio_coding/codecs/pcm16b/pcm16b.gypi', |
henrik.lundin@webrtc.org | 70e53fa | 2014-04-29 08:58:46 +0000 | [diff] [blame] | 19 | 'audio_coding/main/acm2/audio_coding_module.gypi', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 20 | 'audio_coding/neteq/neteq.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 21 | 'audio_conference_mixer/source/audio_conference_mixer.gypi', |
andrew@webrtc.org | 236d5d3 | 2012-09-21 20:46:40 +0000 | [diff] [blame] | 22 | 'audio_device/audio_device.gypi', |
andrew@webrtc.org | 4d5d5c1 | 2011-10-19 01:40:33 +0000 | [diff] [blame] | 23 | 'audio_processing/audio_processing.gypi', |
pwestin@webrtc.org | 1cd1162 | 2012-04-19 12:13:52 +0000 | [diff] [blame] | 24 | 'bitrate_controller/bitrate_controller.gypi', |
sergeyu@chromium.org | 15e32cc | 2013-04-29 20:10:57 +0000 | [diff] [blame] | 25 | 'desktop_capture/desktop_capture.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 26 | 'media_file/source/media_file.gypi', |
pwestin@webrtc.org | b518017 | 2012-11-09 20:56:23 +0000 | [diff] [blame] | 27 | 'pacing/pacing.gypi', |
stefan@webrtc.org | 9354cc9 | 2012-06-07 08:10:14 +0000 | [diff] [blame] | 28 | 'remote_bitrate_estimator/remote_bitrate_estimator.gypi', |
andrew@webrtc.org | 94caca7 | 2012-10-30 21:58:00 +0000 | [diff] [blame] | 29 | 'rtp_rtcp/source/rtp_rtcp.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 30 | 'utility/source/utility.gypi', |
| 31 | 'video_coding/codecs/i420/main/source/i420.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 32 | 'video_coding/main/source/video_coding.gypi', |
andrew@webrtc.org | 94caca7 | 2012-10-30 21:58:00 +0000 | [diff] [blame] | 33 | 'video_capture/video_capture.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 34 | 'video_processing/main/source/video_processing.gypi', |
andrew@webrtc.org | 9841d92 | 2012-10-31 05:22:11 +0000 | [diff] [blame] | 35 | 'video_render/video_render.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 36 | ], |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 37 | 'conditions': [ |
andrew@webrtc.org | c0773fc | 2012-10-19 07:13:52 +0000 | [diff] [blame] | 38 | ['include_opus==1', { |
| 39 | 'includes': ['audio_coding/codecs/opus/opus.gypi',], |
| 40 | }], |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 41 | ['include_tests==1', { |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 42 | 'includes': [ |
andrew@webrtc.org | 6a16e74 | 2012-08-09 18:35:39 +0000 | [diff] [blame] | 43 | 'audio_coding/codecs/isac/isac_test.gypi', |
| 44 | 'audio_coding/codecs/isac/isacfix_test.gypi', |
minyue@webrtc.org | 0454688 | 2014-03-07 08:55:48 +0000 | [diff] [blame] | 45 | 'audio_coding/codecs/tools/audio_codec_speed_tests.gypi', |
andrew@webrtc.org | c732ca6 | 2012-09-10 16:33:43 +0000 | [diff] [blame] | 46 | 'audio_processing/audio_processing_tests.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 47 | 'rtp_rtcp/test/testFec/test_fec.gypi', |
| 48 | 'video_coding/main/source/video_coding_test.gypi', |
kjellander@webrtc.org | 35a1756 | 2011-10-06 06:44:54 +0000 | [diff] [blame] | 49 | 'video_coding/codecs/test/video_codecs_test_framework.gypi', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 50 | 'video_coding/codecs/test_framework/test_framework.gypi', |
kjellander@webrtc.org | 35a1756 | 2011-10-06 06:44:54 +0000 | [diff] [blame] | 51 | 'video_coding/codecs/tools/video_codecs_tools.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 52 | ], # includes |
solenberg@webrtc.org | 86136a0 | 2013-09-09 13:06:52 +0000 | [diff] [blame] | 53 | 'variables': { |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 54 | 'conditions': [ |
| 55 | # Desktop capturer is supported only on Windows, OSX and Linux. |
| 56 | ['OS=="win" or OS=="mac" or OS=="linux"', { |
| 57 | 'desktop_capture_supported%': 1, |
| 58 | }, { |
| 59 | 'desktop_capture_supported%': 0, |
| 60 | }], |
| 61 | ], |
| 62 | }, |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 63 | 'targets': [ |
| 64 | { |
| 65 | 'target_name': 'modules_unittests', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 66 | 'type': '<(gtest_target_type)', |
turaj@webrtc.org | 6ea3d1c | 2013-10-02 21:44:33 +0000 | [diff] [blame] | 67 | 'defines': [ |
| 68 | '<@(audio_coding_defines)', |
| 69 | ], |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 70 | 'dependencies': [ |
henrik.lundin@webrtc.org | c8e9818 | 2014-06-26 19:07:04 +0000 | [diff] [blame] | 71 | 'acm_receive_test', |
henrik.lundin@webrtc.org | 038cee2 | 2014-08-21 08:59:14 +0000 | [diff] [blame] | 72 | 'acm_send_test', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 73 | 'audio_coding_module', |
| 74 | 'audio_processing', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 75 | 'bitrate_controller', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 76 | 'CNG', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 77 | 'desktop_capture', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 78 | 'iSACFix', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 79 | 'media_file', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 80 | 'neteq', |
| 81 | 'neteq_test_tools', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 82 | 'neteq_unittest_tools', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 83 | 'paced_sender', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 84 | 'PCM16B', # Needed by NetEq tests. |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 85 | 'remote_bitrate_estimator', |
| 86 | 'rtp_rtcp', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 87 | 'test_framework', |
| 88 | 'video_codecs_test_framework', |
| 89 | 'video_processing', |
kjellander@webrtc.org | fec34d7 | 2013-06-05 08:58:46 +0000 | [diff] [blame] | 90 | 'webrtc_utility', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 91 | 'webrtc_video_coding', |
| 92 | '<@(neteq_dependencies)', |
solenberg@webrtc.org | 86136a0 | 2013-09-09 13:06:52 +0000 | [diff] [blame] | 93 | '<(rbe_components_path)/remote_bitrate_estimator_components.gyp:rbe_components', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 94 | '<(DEPTH)/testing/gmock.gyp:gmock', |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 95 | '<(DEPTH)/testing/gtest.gyp:gtest', |
turaj@webrtc.org | a6101d7 | 2013-10-01 22:01:09 +0000 | [diff] [blame] | 96 | '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 97 | '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
| 98 | '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 99 | '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 100 | '<(webrtc_root)/test/test.gyp:test_support_main', |
pbos@webrtc.org | 724947b | 2013-12-11 16:26:16 +0000 | [diff] [blame] | 101 | '<(webrtc_root)/test/test.gyp:frame_generator', |
asapersson@webrtc.org | 0f2809a | 2014-02-21 08:14:45 +0000 | [diff] [blame] | 102 | '<(webrtc_root)/test/test.gyp:rtcp_packet_parser', |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 103 | ], |
| 104 | 'sources': [ |
minyue@webrtc.org | 1d956dd | 2014-08-07 12:31:36 +0000 | [diff] [blame] | 105 | 'audio_coding/main/acm2/acm_opus_unittest.cc', |
turaj@webrtc.org | 6ea3d1c | 2013-10-02 21:44:33 +0000 | [diff] [blame] | 106 | 'audio_coding/main/acm2/acm_receiver_unittest.cc', |
andresp@webrtc.org | 4f6f22f | 2014-09-23 11:37:57 +0000 | [diff] [blame] | 107 | 'audio_coding/main/acm2/acm_receiver_unittest_oldapi.cc', |
henrik.lundin@webrtc.org | 7c6e3d1 | 2014-04-15 17:59:25 +0000 | [diff] [blame] | 108 | 'audio_coding/main/acm2/audio_coding_module_unittest.cc', |
henrik.lundin@webrtc.org | 0e6e4d2 | 2014-09-23 12:05:34 +0000 | [diff] [blame] | 109 | 'audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc', |
wu@webrtc.org | 24301a6 | 2013-12-13 19:17:43 +0000 | [diff] [blame] | 110 | 'audio_coding/main/acm2/call_statistics_unittest.cc', |
turaj@webrtc.org | 6ea3d1c | 2013-10-02 21:44:33 +0000 | [diff] [blame] | 111 | 'audio_coding/main/acm2/initial_delay_manager_unittest.cc', |
| 112 | 'audio_coding/main/acm2/nack_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 113 | 'audio_coding/codecs/cng/cng_unittest.cc', |
| 114 | 'audio_coding/codecs/isac/fix/source/filters_unittest.cc', |
| 115 | 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc', |
| 116 | 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc', |
| 117 | 'audio_coding/codecs/isac/fix/source/transform_unittest.cc', |
| 118 | 'audio_coding/codecs/isac/main/source/isac_unittest.cc', |
| 119 | 'audio_coding/codecs/opus/opus_unittest.cc', |
henrik.lundin@webrtc.org | 9c55f0f | 2014-06-09 08:10:28 +0000 | [diff] [blame] | 120 | 'audio_coding/neteq/audio_classifier_unittest.cc', |
| 121 | 'audio_coding/neteq/audio_multi_vector_unittest.cc', |
| 122 | 'audio_coding/neteq/audio_vector_unittest.cc', |
| 123 | 'audio_coding/neteq/background_noise_unittest.cc', |
| 124 | 'audio_coding/neteq/buffer_level_filter_unittest.cc', |
| 125 | 'audio_coding/neteq/comfort_noise_unittest.cc', |
| 126 | 'audio_coding/neteq/decision_logic_unittest.cc', |
| 127 | 'audio_coding/neteq/decoder_database_unittest.cc', |
| 128 | 'audio_coding/neteq/delay_manager_unittest.cc', |
| 129 | 'audio_coding/neteq/delay_peak_detector_unittest.cc', |
| 130 | 'audio_coding/neteq/dsp_helper_unittest.cc', |
| 131 | 'audio_coding/neteq/dtmf_buffer_unittest.cc', |
| 132 | 'audio_coding/neteq/dtmf_tone_generator_unittest.cc', |
| 133 | 'audio_coding/neteq/expand_unittest.cc', |
| 134 | 'audio_coding/neteq/merge_unittest.cc', |
| 135 | 'audio_coding/neteq/neteq_external_decoder_unittest.cc', |
| 136 | 'audio_coding/neteq/neteq_impl_unittest.cc', |
| 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', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 161 | 'audio_processing/aec/system_delay_unittest.cc', |
| 162 | 'audio_processing/aec/echo_cancellation_unittest.cc', |
andrew@webrtc.org | 1760a17 | 2013-09-25 23:17:38 +0000 | [diff] [blame] | 163 | 'audio_processing/echo_cancellation_impl_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 164 | 'audio_processing/utility/delay_estimator_unittest.cc', |
| 165 | 'audio_processing/utility/ring_buffer_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 166 | 'bitrate_controller/bitrate_controller_unittest.cc', |
sergeyu@chromium.org | e6e749d | 2013-10-16 02:48:41 +0000 | [diff] [blame] | 167 | 'desktop_capture/desktop_and_cursor_composer_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 168 | 'desktop_capture/desktop_region_unittest.cc', |
| 169 | 'desktop_capture/differ_block_unittest.cc', |
| 170 | 'desktop_capture/differ_unittest.cc', |
sergeyu@chromium.org | e6e749d | 2013-10-16 02:48:41 +0000 | [diff] [blame] | 171 | 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 172 | 'desktop_capture/screen_capturer_helper_unittest.cc', |
| 173 | 'desktop_capture/screen_capturer_mac_unittest.cc', |
| 174 | 'desktop_capture/screen_capturer_mock_objects.h', |
| 175 | 'desktop_capture/screen_capturer_unittest.cc', |
| 176 | 'desktop_capture/window_capturer_unittest.cc', |
andrew@webrtc.org | 60730cf | 2014-01-07 17:45:09 +0000 | [diff] [blame] | 177 | 'desktop_capture/win/cursor_unittest.cc', |
| 178 | 'desktop_capture/win/cursor_unittest_resources.h', |
| 179 | 'desktop_capture/win/cursor_unittest_resources.rc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 180 | 'media_file/source/media_file_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 181 | 'module_common_types_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 182 | 'pacing/paced_sender_unittest.cc', |
stefan@webrtc.org | c88d336 | 2014-02-05 15:57:14 +0000 | [diff] [blame] | 183 | 'remote_bitrate_estimator/bwe_simulations.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 184 | 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h', |
sprang@webrtc.org | 37968a9 | 2013-12-03 10:31:59 +0000 | [diff] [blame] | 185 | 'remote_bitrate_estimator/rate_statistics_unittest.cc', |
solenberg@webrtc.org | 86136a0 | 2013-09-09 13:06:52 +0000 | [diff] [blame] | 186 | 'remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc', |
| 187 | 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc', |
| 188 | 'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h', |
solenberg@webrtc.org | 8215106 | 2013-10-21 14:23:26 +0000 | [diff] [blame] | 189 | 'remote_bitrate_estimator/remote_bitrate_estimators_test.cc', |
solenberg@webrtc.org | 812dd11 | 2013-12-03 15:11:14 +0000 | [diff] [blame] | 190 | 'remote_bitrate_estimator/test/bwe_test_baselinefile.cc', |
| 191 | 'remote_bitrate_estimator/test/bwe_test_baselinefile.h', |
| 192 | 'remote_bitrate_estimator/test/bwe_test_fileutils.cc', |
| 193 | 'remote_bitrate_estimator/test/bwe_test_fileutils.h', |
solenberg@webrtc.org | d6e4663 | 2013-10-30 16:06:26 +0000 | [diff] [blame] | 194 | 'remote_bitrate_estimator/test/bwe_test_framework.cc', |
| 195 | 'remote_bitrate_estimator/test/bwe_test_framework.h', |
| 196 | 'remote_bitrate_estimator/test/bwe_test_framework_unittest.cc', |
| 197 | 'remote_bitrate_estimator/test/bwe_test_logging.cc', |
| 198 | 'remote_bitrate_estimator/test/bwe_test_logging.h', |
solenberg@webrtc.org | c8f76dd | 2013-11-28 10:11:35 +0000 | [diff] [blame] | 199 | 'remote_bitrate_estimator/test/bwe_test.cc', |
| 200 | 'remote_bitrate_estimator/test/bwe_test.h', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 201 | 'rtp_rtcp/source/mock/mock_rtp_payload_strategy.h', |
sprang@webrtc.org | 499631c | 2013-12-03 13:22:48 +0000 | [diff] [blame] | 202 | 'rtp_rtcp/source/byte_io_unittest.cc', |
stefan@webrtc.org | 7bb8f02 | 2013-09-06 13:40:11 +0000 | [diff] [blame] | 203 | 'rtp_rtcp/source/fec_receiver_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 204 | 'rtp_rtcp/source/fec_test_helper.cc', |
| 205 | 'rtp_rtcp/source/fec_test_helper.h', |
| 206 | 'rtp_rtcp/source/nack_rtx_unittest.cc', |
| 207 | 'rtp_rtcp/source/producer_fec_unittest.cc', |
stefan@webrtc.org | 286fe0b | 2013-08-21 20:58:21 +0000 | [diff] [blame] | 208 | 'rtp_rtcp/source/receive_statistics_unittest.cc', |
wu@webrtc.org | 88abf11 | 2014-05-14 16:53:51 +0000 | [diff] [blame] | 209 | 'rtp_rtcp/source/remote_ntp_time_estimator_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 210 | 'rtp_rtcp/source/rtcp_format_remb_unittest.cc', |
asapersson@webrtc.org | 0f2809a | 2014-02-21 08:14:45 +0000 | [diff] [blame] | 211 | 'rtp_rtcp/source/rtcp_packet_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 212 | 'rtp_rtcp/source/rtcp_receiver_unittest.cc', |
asapersson@webrtc.org | 0f2809a | 2014-02-21 08:14:45 +0000 | [diff] [blame] | 213 | 'rtp_rtcp/source/rtcp_sender_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 214 | 'rtp_rtcp/source/rtp_fec_unittest.cc', |
stefan@webrtc.org | 2ec5606 | 2014-07-31 14:59:24 +0000 | [diff] [blame] | 215 | 'rtp_rtcp/source/rtp_format_h264_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 216 | 'rtp_rtcp/source/rtp_format_vp8_unittest.cc', |
| 217 | 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc', |
| 218 | 'rtp_rtcp/source/rtp_format_vp8_test_helper.h', |
| 219 | 'rtp_rtcp/source/rtp_packet_history_unittest.cc', |
| 220 | 'rtp_rtcp/source/rtp_payload_registry_unittest.cc', |
asapersson@webrtc.org | 042e91c | 2013-10-23 13:58:31 +0000 | [diff] [blame] | 221 | 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 222 | 'rtp_rtcp/source/rtp_header_extension_unittest.cc', |
| 223 | 'rtp_rtcp/source/rtp_sender_unittest.cc', |
| 224 | 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', |
| 225 | 'rtp_rtcp/test/testAPI/test_api.cc', |
| 226 | 'rtp_rtcp/test/testAPI/test_api.h', |
| 227 | 'rtp_rtcp/test/testAPI/test_api_audio.cc', |
| 228 | 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', |
| 229 | 'rtp_rtcp/test/testAPI/test_api_video.cc', |
kjellander@webrtc.org | fec34d7 | 2013-06-05 08:58:46 +0000 | [diff] [blame] | 230 | 'utility/source/audio_frame_operations_unittest.cc', |
henrik.lundin@webrtc.org | 7476740 | 2014-05-26 13:37:45 +0000 | [diff] [blame] | 231 | 'utility/source/file_player_unittests.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 232 | 'video_coding/codecs/test/packet_manipulator_unittest.cc', |
| 233 | 'video_coding/codecs/test/stats_unittest.cc', |
| 234 | 'video_coding/codecs/test/videoprocessor_unittest.cc', |
| 235 | 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', |
| 236 | 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', |
| 237 | 'video_coding/main/interface/mock/mock_vcm_callbacks.h', |
| 238 | 'video_coding/main/source/decoding_state_unittest.cc', |
| 239 | 'video_coding/main/source/jitter_buffer_unittest.cc', |
sprang@webrtc.org | 70e2d11 | 2014-09-24 14:06:56 +0000 | [diff] [blame^] | 240 | 'video_coding/main/source/jitter_estimator_tests.cc', |
henrik.lundin@webrtc.org | 544b17c | 2013-09-26 12:05:15 +0000 | [diff] [blame] | 241 | 'video_coding/main/source/media_optimization_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 242 | 'video_coding/main/source/receiver_unittest.cc', |
| 243 | 'video_coding/main/source/session_info_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 244 | 'video_coding/main/source/timing_unittest.cc', |
| 245 | 'video_coding/main/source/video_coding_robustness_unittest.cc', |
andresp@webrtc.org | e401c2e | 2013-09-16 20:29:13 +0000 | [diff] [blame] | 246 | 'video_coding/main/source/video_receiver_unittest.cc', |
| 247 | 'video_coding/main/source/video_sender_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 248 | 'video_coding/main/source/qm_select_unittest.cc', |
andresp@webrtc.org | 1f09dbe | 2013-09-13 19:17:54 +0000 | [diff] [blame] | 249 | 'video_coding/main/source/test/stream_generator.cc', |
| 250 | 'video_coding/main/source/test/stream_generator.h', |
pbos@webrtc.org | a0d7827 | 2014-09-12 11:51:47 +0000 | [diff] [blame] | 251 | 'video_coding/utility/quality_scaler_unittest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 252 | 'video_processing/main/test/unit_test/brightness_detection_test.cc', |
| 253 | 'video_processing/main/test/unit_test/color_enhancement_test.cc', |
| 254 | 'video_processing/main/test/unit_test/content_metrics_test.cc', |
| 255 | 'video_processing/main/test/unit_test/deflickering_test.cc', |
pbos@webrtc.org | c66aaaf | 2013-07-03 07:56:33 +0000 | [diff] [blame] | 256 | 'video_processing/main/test/unit_test/video_processing_unittest.cc', |
| 257 | 'video_processing/main/test/unit_test/video_processing_unittest.h', |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 258 | ], |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 259 | 'conditions': [ |
solenberg@webrtc.org | d6e4663 | 2013-10-30 16:06:26 +0000 | [diff] [blame] | 260 | ['enable_bwe_test_logging==1', { |
| 261 | 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], |
| 262 | }, { |
| 263 | 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], |
| 264 | 'sources!': [ |
| 265 | 'remote_bitrate_estimator/test/bwe_test_logging.cc' |
| 266 | ], |
| 267 | }], |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 268 | # Run screen/window capturer tests only on platforms where they are |
| 269 | # supported. |
sergeyu@chromium.org | 9e18279 | 2013-06-17 21:14:36 +0000 | [diff] [blame] | 270 | ['desktop_capture_supported==0', { |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 271 | 'sources!': [ |
sergeyu@chromium.org | e6e749d | 2013-10-16 02:48:41 +0000 | [diff] [blame] | 272 | 'desktop_capture/desktop_and_cursor_composer_unittest.cc', |
sergeyu@chromium.org | 2767b53 | 2013-10-16 02:42:38 +0000 | [diff] [blame] | 273 | 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 274 | 'desktop_capture/screen_capturer_helper_unittest.cc', |
| 275 | 'desktop_capture/screen_capturer_mac_unittest.cc', |
| 276 | 'desktop_capture/screen_capturer_mock_objects.h', |
| 277 | 'desktop_capture/screen_capturer_unittest.cc', |
| 278 | 'desktop_capture/window_capturer_unittest.cc', |
| 279 | ], |
| 280 | }], |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 281 | ['prefer_fixed_point==1', { |
| 282 | 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], |
| 283 | }, { |
| 284 | 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], |
| 285 | }], |
| 286 | ['enable_protobuf==1', { |
| 287 | 'defines': [ 'WEBRTC_AUDIOPROC_DEBUG_DUMP' ], |
andrew@webrtc.org | dd5d804 | 2014-03-13 00:57:52 +0000 | [diff] [blame] | 288 | 'dependencies': [ |
| 289 | 'audioproc_unittest_proto', |
| 290 | ], |
| 291 | 'sources': [ |
| 292 | 'audio_processing/audio_processing_impl_unittest.cc', |
| 293 | 'audio_processing/test/audio_processing_unittest.cc', |
| 294 | 'audio_processing/test/test_utils.h', |
| 295 | ], |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 296 | }], |
| 297 | ['build_libvpx==1', { |
| 298 | 'dependencies': [ |
| 299 | '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx', |
| 300 | ], |
| 301 | }], |
kjellander@webrtc.org | 76a4257 | 2014-09-02 08:40:39 +0000 | [diff] [blame] | 302 | ['OS=="android"', { |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 303 | 'dependencies': [ |
| 304 | '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
| 305 | ], |
| 306 | }], |
kjellander@webrtc.org | 6c35e0b | 2013-06-11 08:29:17 +0000 | [diff] [blame] | 307 | ], |
| 308 | # Disable warnings to enable Win64 build, issue 1323. |
| 309 | 'msvs_disabled_warnings': [ |
| 310 | 4267, # size_t to int truncation. |
| 311 | ], |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 312 | }, |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 313 | { |
phoglund@webrtc.org | 32fe90b | 2013-08-19 11:40:19 +0000 | [diff] [blame] | 314 | 'target_name': 'modules_tests', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 315 | 'type': '<(gtest_target_type)', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 316 | 'dependencies': [ |
| 317 | 'audio_coding_module', |
| 318 | 'rtp_rtcp', |
| 319 | 'test_framework', |
| 320 | 'video_codecs_test_framework', |
| 321 | 'webrtc_utility', |
| 322 | 'webrtc_video_coding', |
| 323 | '<(DEPTH)/testing/gtest.gyp:gtest', |
| 324 | '<(webrtc_root)/common_video/common_video.gyp:common_video', |
| 325 | '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
| 326 | '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', |
| 327 | '<(webrtc_root)/test/metrics.gyp:metrics', |
| 328 | '<(webrtc_root)/test/test.gyp:test_support', |
| 329 | '<(webrtc_root)/test/test.gyp:test_support_main', |
| 330 | ], |
| 331 | 'defines': [ |
| 332 | '<@(audio_coding_defines)', |
| 333 | ], |
| 334 | 'sources': [ |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 335 | 'audio_coding/main/test/APITest.cc', |
| 336 | 'audio_coding/main/test/Channel.cc', |
| 337 | 'audio_coding/main/test/dual_stream_unittest.cc', |
| 338 | 'audio_coding/main/test/EncodeDecodeTest.cc', |
| 339 | 'audio_coding/main/test/iSACTest.cc', |
| 340 | 'audio_coding/main/test/opus_test.cc', |
minyue@webrtc.org | aa5ea1c | 2014-05-23 15:16:51 +0000 | [diff] [blame] | 341 | 'audio_coding/main/test/PacketLossTest.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 342 | 'audio_coding/main/test/PCMFile.cc', |
| 343 | 'audio_coding/main/test/RTPFile.cc', |
| 344 | 'audio_coding/main/test/SpatialAudio.cc', |
| 345 | 'audio_coding/main/test/TestAllCodecs.cc', |
| 346 | 'audio_coding/main/test/target_delay_unittest.cc', |
| 347 | 'audio_coding/main/test/Tester.cc', |
minyue@webrtc.org | aa5ea1c | 2014-05-23 15:16:51 +0000 | [diff] [blame] | 348 | 'audio_coding/main/test/TestRedFec.cc', |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 349 | 'audio_coding/main/test/TestStereo.cc', |
| 350 | 'audio_coding/main/test/TestVADDTX.cc', |
| 351 | 'audio_coding/main/test/TimedTrace.cc', |
| 352 | 'audio_coding/main/test/TwoWayCommunication.cc', |
| 353 | 'audio_coding/main/test/initial_delay_unittest.cc', |
| 354 | 'audio_coding/main/test/utility.cc', |
| 355 | 'rtp_rtcp/test/testFec/test_fec.cc', |
| 356 | 'video_coding/codecs/test/videoprocessor_integrationtest.cc', |
| 357 | 'video_coding/codecs/vp8/test/vp8_impl_unittest.cc', |
| 358 | ], |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 359 | 'conditions': [ |
kjellander@webrtc.org | 3bd4156 | 2014-09-01 11:06:37 +0000 | [diff] [blame] | 360 | ['OS=="android"', { |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 361 | 'dependencies': [ |
| 362 | '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
| 363 | ], |
| 364 | }], |
| 365 | ], |
kjellander@webrtc.org | 63e9888 | 2013-06-14 20:09:44 +0000 | [diff] [blame] | 366 | }, |
stefan@webrtc.org | 7bc465b | 2013-04-11 17:48:02 +0000 | [diff] [blame] | 367 | ], |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 368 | 'conditions': [ |
kjellander@webrtc.org | 3bd4156 | 2014-09-01 11:06:37 +0000 | [diff] [blame] | 369 | ['OS=="android"', { |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 370 | 'targets': [ |
| 371 | { |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 372 | 'target_name': 'modules_unittests_apk_target', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 373 | 'type': 'none', |
| 374 | 'dependencies': [ |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 375 | '<(apk_tests_path):modules_unittests_apk', |
henrike@webrtc.org | 1303af3 | 2013-07-03 21:50:33 +0000 | [diff] [blame] | 376 | ], |
andrew@webrtc.org | 2cbb429 | 2013-08-02 20:52:54 +0000 | [diff] [blame] | 377 | }, |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 378 | { |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 379 | 'target_name': 'modules_tests_apk_target', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 380 | 'type': 'none', |
| 381 | 'dependencies': [ |
kjellander@webrtc.org | 0372b93 | 2014-09-03 14:34:46 +0000 | [diff] [blame] | 382 | '<(apk_tests_path):modules_tests_apk', |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 383 | ], |
| 384 | }, |
| 385 | ], |
| 386 | }], |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 387 | ['test_isolation_mode != "noop"', { |
| 388 | 'targets': [ |
| 389 | { |
| 390 | 'target_name': 'modules_tests_run', |
| 391 | 'type': 'none', |
| 392 | 'dependencies': [ |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 393 | 'modules_tests', |
| 394 | ], |
| 395 | 'includes': [ |
kjellander@webrtc.org | 2a97317 | 2013-10-02 19:31:16 +0000 | [diff] [blame] | 396 | '../build/isolate.gypi', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 397 | 'modules_tests.isolate', |
| 398 | ], |
| 399 | 'sources': [ |
| 400 | 'modules_tests.isolate', |
| 401 | ], |
| 402 | }, |
| 403 | { |
| 404 | 'target_name': 'modules_unittests_run', |
| 405 | 'type': 'none', |
| 406 | 'dependencies': [ |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 407 | 'modules_unittests', |
| 408 | ], |
| 409 | 'includes': [ |
kjellander@webrtc.org | 2a97317 | 2013-10-02 19:31:16 +0000 | [diff] [blame] | 410 | '../build/isolate.gypi', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 411 | 'modules_unittests.isolate', |
| 412 | ], |
| 413 | 'sources': [ |
| 414 | 'modules_unittests.isolate', |
| 415 | ], |
| 416 | }, |
| 417 | ], |
| 418 | }], |
henrike@webrtc.org | 89c6740 | 2013-08-02 16:53:47 +0000 | [diff] [blame] | 419 | ], |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 420 | }], # include_tests |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 421 | ], # conditions |
| 422 | } |