A regression happened in https://codereview.webrtc.org/2006723002, causing neteq_rtpplay not to work. The problem was that when the main code was moved inside of the webrtc::test namespace, it was no longer visible to the linker. Meanwhile, the dependency on test_support_main rather than test_support caused the executable to be a gtest. In this fix, the gyp dependencies are corrected, and a main method is added outside of the namespaces. NOTRY=True Review-Url: https://codereview.webrtc.org/2018473002 Cr-Commit-Position: refs/heads/master@{#12918}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.