From 17dfa7425fbf8c54849c69b30e279cc8b31f004f Mon Sep 17 00:00:00 2001 From: aleloi Date: Wed, 3 Aug 2016 01:17:25 -0700 Subject: [PATCH] Gyp->GN migration of RTPjitter. BUG=6162 NOTRY=True Review-Url: https://codereview.webrtc.org/2196283002 Cr-Commit-Position: refs/heads/master@{#13620} --- webrtc/modules/audio_coding/BUILD.gn | 11 +++++++++++ webrtc/modules/audio_coding/neteq/neteq_tests.gypi | 1 + 2 files changed, 12 insertions(+) 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': [