| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 79381fc00cf0aea0680d2eadcd669bd8a7b2b722..feb35302c440b2932fa603542efe0a479a427974 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -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
|
|
|
|
|