diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index feb35302c4..dba5cc17d8 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn @@ -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