diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index dba5cc17d8..7779af5fb9 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 diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi index d579ac95c0..5175d7b296 100644 --- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi +++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi @@ -80,6 +80,7 @@ 'target_name': 'RTPjitter', 'type': 'executable', 'dependencies': [ + '<(webrtc_root)/common.gyp:webrtc_common', '<(DEPTH)/testing/gtest.gyp:gtest', ], 'sources': [