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:
aleloi
2016-08-02 06:06:33 -07:00
committed by Commit bot
parent b0dc30d282
commit 5a74650522

View File

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