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

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

Issue 2223933004: Migrated GN target :neteq_opus_quality_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed chromium-style clang errors in neteq_quality_test 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 | webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h » ('j') | 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 7779af5fb91914173199000a6ae088b784a0fdaf..dcd4222dbfa13da7aa1d7093ee27f355dd1a9683 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1377,4 +1377,27 @@ if (rtc_include_tests) {
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
}
+
+ executable("neteq_opus_quality_test") {
+ testonly = true
+
+ sources = [
+ "neteq/test/neteq_opus_quality_test.cc",
+ ]
+
+ deps = [
+ ":neteq",
+ ":neteq_test_support",
+ ":webrtc_opus",
+ "../../test:test_support_main",
+ "//testing/gtest",
+ "//third_party/gflags",
+ ]
+
+ if (is_clang) {
+ # Suppress warnings from the Chromium Clang plugins
+ # (bugs.webrtc.org/163).
+ configs -= [ "//build/config/clang:find_bad_constructs" ]
+ }
+ }
}
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698