Gyp->GN migration of RTPjitter.

BUG=6162

NOTRY=True

Review-Url: https://codereview.webrtc.org/2196283002
Cr-Commit-Position: refs/heads/master@{#13620}
This commit is contained in:
aleloi
2016-08-03 01:17:25 -07:00
committed by Commit bot
parent 64636dda43
commit 17dfa7425f
2 changed files with 12 additions and 0 deletions

View File

@ -1344,6 +1344,17 @@ if (rtc_include_tests) {
]
}
executable("RTPjitter") {
testonly = true
deps = [
"../..:webrtc_common",
"//testing/gtest",
]
sources = [
"neteq/test/RTPjitter.cc",
]
}
executable("rtp_analyze") {
testonly = true

View File

@ -80,6 +80,7 @@
'target_name': 'RTPjitter',
'type': 'executable',
'dependencies': [
'<(webrtc_root)/common.gyp:webrtc_common',
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [