Migrated GN target insert_packet_with_timing.
Review-Url: https://codereview.webrtc.org/2187003002 Cr-Commit-Position: refs/heads/master@{#13548}
This commit is contained in:
parent
333f206f8b
commit
00730c724d
@ -968,6 +968,35 @@ if (rtc_include_tests) {
|
|||||||
]
|
]
|
||||||
} # delay_test
|
} # 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) {
|
if (rtc_enable_protobuf) {
|
||||||
proto_library("neteq_unittest_proto") {
|
proto_library("neteq_unittest_proto") {
|
||||||
sources = [
|
sources = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user