Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq_tests.gypi

Issue 2252413002: Refactor neteq_test_support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove unused dependencies (2). Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 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 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 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'conditions': [ 10 'conditions': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 160 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
161 'neteq', 161 'neteq',
162 'neteq_unittest_tools', 162 'neteq_unittest_tools',
163 'pcm16b', 163 'pcm16b',
164 ], 164 ],
165 'sources': [ 165 'sources': [
166 'tools/neteq_external_decoder_test.cc', 166 'tools/neteq_external_decoder_test.cc',
167 'tools/neteq_external_decoder_test.h', 167 'tools/neteq_external_decoder_test.h',
168 'tools/neteq_performance_test.cc', 168 'tools/neteq_performance_test.cc',
169 'tools/neteq_performance_test.h', 169 'tools/neteq_performance_test.h',
170 ],
171 }, # neteq_test_support
172
173 {
174 'target_name': 'neteq_quality_test_support',
175 'type': 'static_library',
176 'dependencies': [
177 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
178 'neteq',
179 'neteq_unittest_tools',
180 ],
181 'sources': [
170 'tools/neteq_quality_test.cc', 182 'tools/neteq_quality_test.cc',
171 'tools/neteq_quality_test.h', 183 'tools/neteq_quality_test.h',
172 ], 184 ],
173 }, # neteq_test_support 185 }, # neteq_test_support
174 186
175 { 187 {
176 'target_name': 'neteq_speed_test', 188 'target_name': 'neteq_speed_test',
177 'type': 'executable', 189 'type': 'executable',
178 'dependencies': [ 190 'dependencies': [
179 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 191 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
180 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult', 192 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult',
181 '<(webrtc_root)/test/test.gyp:test_support', 193 '<(webrtc_root)/test/test.gyp:test_support',
182 'neteq', 194 'neteq',
183 'neteq_test_support', 195 'neteq_test_support',
184 ], 196 ],
185 'sources': [ 197 'sources': [
186 'test/neteq_speed_test.cc', 198 'test/neteq_speed_test.cc',
187 ], 199 ],
188 }, 200 },
189 201
190 { 202 {
191 'target_name': 'neteq_opus_quality_test', 203 'target_name': 'neteq_opus_quality_test',
192 'type': 'executable', 204 'type': 'executable',
193 'dependencies': [ 205 'dependencies': [
194 '<(DEPTH)/testing/gtest.gyp:gtest', 206 '<(DEPTH)/testing/gtest.gyp:gtest',
195 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 207 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
196 '<(webrtc_root)/test/test.gyp:test_support_main', 208 '<(webrtc_root)/test/test.gyp:test_support_main',
197 'neteq', 209 'neteq',
198 'neteq_test_support', 210 'neteq_quality_test_support',
199 'webrtc_opus', 211 'webrtc_opus',
200 ], 212 ],
201 'sources': [ 213 'sources': [
202 'test/neteq_opus_quality_test.cc', 214 'test/neteq_opus_quality_test.cc',
203 ], 215 ],
204 }, 216 },
205 217
206 { 218 {
207 'target_name': 'neteq_isac_quality_test', 219 'target_name': 'neteq_isac_quality_test',
208 'type': 'executable', 220 'type': 'executable',
209 'dependencies': [ 221 'dependencies': [
210 '<(DEPTH)/testing/gtest.gyp:gtest', 222 '<(DEPTH)/testing/gtest.gyp:gtest',
211 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 223 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
212 '<(webrtc_root)/test/test.gyp:test_support_main', 224 '<(webrtc_root)/test/test.gyp:test_support_main',
213 'isac_fix', 225 'isac_fix',
214 'neteq', 226 'neteq',
215 'neteq_test_support', 227 'neteq_quality_test_support',
216 ], 228 ],
217 'sources': [ 229 'sources': [
218 'test/neteq_isac_quality_test.cc', 230 'test/neteq_isac_quality_test.cc',
219 ], 231 ],
220 }, 232 },
221 233
222 { 234 {
223 'target_name': 'neteq_pcmu_quality_test', 235 'target_name': 'neteq_pcmu_quality_test',
224 'type': 'executable', 236 'type': 'executable',
225 'dependencies': [ 237 'dependencies': [
226 '<(DEPTH)/testing/gtest.gyp:gtest', 238 '<(DEPTH)/testing/gtest.gyp:gtest',
227 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 239 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
228 '<(webrtc_root)/test/test.gyp:test_support_main', 240 '<(webrtc_root)/test/test.gyp:test_support_main',
229 'g711', 241 'g711',
230 'neteq', 242 'neteq',
231 'neteq_test_support', 243 'neteq_quality_test_support',
232 ], 244 ],
233 'sources': [ 245 'sources': [
234 'test/neteq_pcmu_quality_test.cc', 246 'test/neteq_pcmu_quality_test.cc',
235 ], 247 ],
236 }, 248 },
237 249
238 { 250 {
239 'target_name': 'neteq_ilbc_quality_test', 251 'target_name': 'neteq_ilbc_quality_test',
240 'type': 'executable', 252 'type': 'executable',
241 'dependencies': [ 253 'dependencies': [
242 '<(DEPTH)/testing/gtest.gyp:gtest', 254 '<(DEPTH)/testing/gtest.gyp:gtest',
243 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 255 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
244 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult', 256 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult',
245 '<(webrtc_root)/test/test.gyp:test_support_main', 257 '<(webrtc_root)/test/test.gyp:test_support_main',
246 'neteq', 258 'neteq',
247 'neteq_test_support', 259 'neteq_quality_test_support',
248 'ilbc', 260 'ilbc',
249 ], 261 ],
250 'sources': [ 262 'sources': [
251 'test/neteq_ilbc_quality_test.cc', 263 'test/neteq_ilbc_quality_test.cc',
252 ], 264 ],
253 }, 265 },
254 266
255 { 267 {
256 'target_name': 'neteq_test_tools', 268 'target_name': 'neteq_test_tools',
257 # Collection of useful functions used in other tests. 269 # Collection of useful functions used in other tests.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'test/NETEQTEST_RTPpacket.cc', 302 'test/NETEQTEST_RTPpacket.cc',
291 'test/NETEQTEST_RTPpacket.h', 303 'test/NETEQTEST_RTPpacket.h',
292 ], 304 ],
293 # Disable warnings to enable Win64 build, issue 1323. 305 # Disable warnings to enable Win64 build, issue 1323.
294 'msvs_disabled_warnings': [ 306 'msvs_disabled_warnings': [
295 4267, # size_t to int truncation. 307 4267, # size_t to int truncation.
296 ], 308 ],
297 }, 309 },
298 ], # targets 310 ], # targets
299 } 311 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698