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

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

Issue 2223343004: Migrated GN target :neteq_speed_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated to correct GYP deps. 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/neteq_tests.gypi » ('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..83d67316b7866437ecd8486f5719328a8aec8ef2 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1377,4 +1377,20 @@ if (rtc_include_tests) {
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
}
+
+ executable("neteq_speed_test") {
+ testonly = true
+
+ sources = [
+ "neteq/test/neteq_speed_test.cc",
+ ]
+
+ deps = [
+ ":neteq",
+ ":neteq_test_support",
+ "../../system_wrappers:system_wrappers_default",
+ "../../test:test_support",
+ "//third_party/gflags",
+ ]
+ }
}
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/neteq_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698