diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi index 5b915df888..4dd392cd82 100644 --- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi +++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi @@ -189,7 +189,7 @@ }, { - 'target_name': 'neteq_opus_fec_quality_test', + 'target_name': 'neteq_opus_quality_test', 'type': 'executable', 'dependencies': [ 'neteq', @@ -200,7 +200,7 @@ '<(webrtc_root)/test/test.gyp:test_support_main', ], 'sources': [ - 'test/neteq_opus_fec_quality_test.cc', + 'test/neteq_opus_quality_test.cc', ], }, diff --git a/webrtc/modules/audio_coding/neteq/test/neteq_opus_fec_quality_test.cc b/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc similarity index 100% rename from webrtc/modules/audio_coding/neteq/test/neteq_opus_fec_quality_test.cc rename to webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc