From 5a746505228ddeeb165237707487a9b2a84bf390 Mon Sep 17 00:00:00 2001 From: aleloi Date: Tue, 2 Aug 2016 06:06:33 -0700 Subject: [PATCH] Migrated GN target RTPtimeshift. NOTRY=true BUG=6162 Review-Url: https://codereview.webrtc.org/2201883004 Cr-Commit-Position: refs/heads/master@{#13607} --- webrtc/modules/audio_coding/BUILD.gn | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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