Migrated GN target rtpcat.

BUG=6162

Review-Url: https://codereview.webrtc.org/2202193002
Cr-Commit-Position: refs/heads/master@{#13605}
This commit is contained in:
aleloi 2016-08-02 04:27:25 -07:00 committed by Commit bot
parent 8626eb5dd2
commit 5556dcb24c
2 changed files with 15 additions and 0 deletions

View File

@ -1317,6 +1317,20 @@ if (rtc_include_tests) {
]
}
executable("rtpcat") {
testonly = true
sources = [
"neteq/tools/rtpcat.cc",
]
deps = [
"../../system_wrappers:system_wrappers_default",
"../../test:rtp_test_utils",
"//testing/gtest",
]
}
executable("rtp_analyze") {
testonly = true

View File

@ -131,6 +131,7 @@
'dependencies': [
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(webrtc_root)/test/test.gyp:rtp_test_utils',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
],
'sources': [
'tools/rtpcat.cc',