commit | 76cbe19f8ac292c3e8fe6f217d63c60b534d9821 | [log] [tgz] |
---|---|---|
author | aleloi <aleloi@webrtc.org> | Tue Aug 02 02:05:03 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 02 09:05:07 2016 +0000 |
tree | deb05d817376c52bb98a2e957ad2cc2144c333e1 | |
parent | 9eb3d5def407f9898859889841133e5a48286c95 [diff] [blame] |
Migrated RTPchange Gyp target to GN. BUG=6162 Review-Url: https://codereview.webrtc.org/2194213002 Cr-Commit-Position: refs/heads/master@{#13601}
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 98047fd..79381fc 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1305,6 +1305,18 @@ } } + executable("RTPchange") { + testonly = true + + sources = [ + "neteq/test/RTPchange.cc", + ] + + deps = [ + ":neteq_test_tools", + ] + } + executable("rtp_analyze") { testonly = true