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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/neteq/neteq_tests.gypi
diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
index f2b1e8a1b2e315c2d4abc4413158204d08b8cee3..5086d0f5e4970d8379108ed4fa52a529ebaa7f9c 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
+++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
@@ -167,6 +167,18 @@
'tools/neteq_external_decoder_test.h',
'tools/neteq_performance_test.cc',
'tools/neteq_performance_test.h',
+ ],
+ }, # neteq_test_support
+
+ {
+ 'target_name': 'neteq_quality_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
+ 'neteq',
+ 'neteq_unittest_tools',
+ ],
+ 'sources': [
'tools/neteq_quality_test.cc',
'tools/neteq_quality_test.h',
],
@@ -195,7 +207,7 @@
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
'<(webrtc_root)/test/test.gyp:test_support_main',
'neteq',
- 'neteq_test_support',
+ 'neteq_quality_test_support',
'webrtc_opus',
],
'sources': [
@@ -212,7 +224,7 @@
'<(webrtc_root)/test/test.gyp:test_support_main',
'isac_fix',
'neteq',
- 'neteq_test_support',
+ 'neteq_quality_test_support',
],
'sources': [
'test/neteq_isac_quality_test.cc',
@@ -228,7 +240,7 @@
'<(webrtc_root)/test/test.gyp:test_support_main',
'g711',
'neteq',
- 'neteq_test_support',
+ 'neteq_quality_test_support',
],
'sources': [
'test/neteq_pcmu_quality_test.cc',
@@ -244,7 +256,7 @@
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
'<(webrtc_root)/test/test.gyp:test_support_main',
'neteq',
- 'neteq_test_support',
+ 'neteq_quality_test_support',
'ilbc',
],
'sources': [
« 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