| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 5938d6cb65e1c0f596916f47acdd984d17229814..7cf58edd34a7e1a1e4f63363a7042cf83053c8c3 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1443,4 +1443,21 @@ if (rtc_include_tests) {
|
| "//third_party/gflags",
|
| ]
|
| }
|
| +
|
| + executable("neteq_isac_quality_test") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "neteq/test/neteq_isac_quality_test.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + ":isac_fix",
|
| + ":neteq",
|
| + ":neteq_test_support",
|
| + "../../test:test_support_main",
|
| + "//testing/gtest",
|
| + "//third_party/gflags",
|
| + ]
|
| + }
|
| }
|
|
|