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:
aleloi
2016-08-02 02:05:03 -07:00
committed by Commit bot
parent 9eb3d5def4
commit 76cbe19f8a

View File

@ -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