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