diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 98047fd7ad..79381fc00c 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn @@ -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