From 76cbe19f8ac292c3e8fe6f217d63c60b534d9821 Mon Sep 17 00:00:00 2001 From: aleloi Date: Tue, 2 Aug 2016 02:05:03 -0700 Subject: [PATCH] Migrated RTPchange Gyp target to GN. BUG=6162 Review-Url: https://codereview.webrtc.org/2194213002 Cr-Commit-Position: refs/heads/master@{#13601} --- webrtc/modules/audio_coding/BUILD.gn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 98047fd7ad..79381fc00c 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn @@ -1305,6 +1305,18 @@ if (rtc_include_tests) { } } + executable("RTPchange") { + testonly = true + + sources = [ + "neteq/test/RTPchange.cc", + ] + + deps = [ + ":neteq_test_tools", + ] + } + executable("rtp_analyze") { testonly = true