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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2226253002: Migrated GN target :neteq_isac_quality_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase on top of parent. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698