Migrated RTPchange Gyp target to GN.
BUG=6162 Review-Url: https://codereview.webrtc.org/2194213002 Cr-Commit-Position: refs/heads/master@{#13601}
This commit is contained in:
@ -1305,6 +1305,18 @@ if (rtc_include_tests) {
|
||||
}
|
||||
}
|
||||
|
||||
executable("RTPchange") {
|
||||
testonly = true
|
||||
|
||||
sources = [
|
||||
"neteq/test/RTPchange.cc",
|
||||
]
|
||||
|
||||
deps = [
|
||||
":neteq_test_tools",
|
||||
]
|
||||
}
|
||||
|
||||
executable("rtp_analyze") {
|
||||
testonly = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user