There are currently two nearly identical classes called MockAudioTransport defined in two unit tests: android/audio_transport_unittest.cc and /ios/audio_transport_unittest_ios.cc This change defines a common mocked AudioTransport. The two current mocks are rewritten to use the common one. A GN target is created for this mock and MockAudioDevice. This change will allow to provide a mocked AudioTransport to AudioState in a dependent CL https://codereview.webrtc.org/2454373002/ BUG=webrtc:6346 NOPRESUBMIT=True Review-Url: https://codereview.webrtc.org/2493483002 Cr-Commit-Position: refs/heads/master@{#15010}
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.