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

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

Issue 2187003002: Migrated GN target insert_packet_with_timing. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@delay_test
Patch Set: Created 4 years, 5 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 7042f6b494134346fb91712bf7305e4080510de5..ea0905c61d7ad52ff4872db57f40d879f22c141f 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -968,6 +968,35 @@ if (rtc_include_tests) {
]
} # delay_test
+ executable("insert_packet_with_timing") {
+ testonly = true
+ sources = [
+ "test/Channel.cc",
+ "test/PCMFile.cc",
+ "test/insert_packet_with_timing.cc",
+ ]
+
+ configs += [ "../..:common_config" ]
+ public_configs = [ "../..:common_inherited_config" ]
+
+ if (is_clang) {
+ # Suppress warnings from Chrome's Clang plugins.
+ # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
+ configs -= [ "//build/config/clang:find_bad_constructs" ]
+ }
+
+ deps = [
+ ":audio_coding",
+ "../../:webrtc_common",
+ "../../system_wrappers",
+ "../../system_wrappers:system_wrappers_default",
+ "../../test:test_support",
+ "../rtp_rtcp",
+ "//testing/gtest",
+ "//third_party/gflags:gflags",
+ ]
+ } # insert_packet_with_timing
+
if (rtc_enable_protobuf) {
proto_library("neteq_unittest_proto") {
sources = [
« 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