Migrated GN target RTPtimeshift.
NOTRY=true BUG=6162 Review-Url: https://codereview.webrtc.org/2201883004 Cr-Commit-Position: refs/heads/master@{#13607}
This commit is contained in:
@ -1331,6 +1331,19 @@ if (rtc_include_tests) {
|
||||
]
|
||||
}
|
||||
|
||||
executable("RTPtimeshift") {
|
||||
testonly = true
|
||||
|
||||
sources = [
|
||||
"neteq/test/RTPtimeshift.cc",
|
||||
]
|
||||
|
||||
deps = [
|
||||
":neteq_test_tools",
|
||||
"//testing/gtest",
|
||||
]
|
||||
}
|
||||
|
||||
executable("rtp_analyze") {
|
||||
testonly = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user