webrtc/sdk/objc/Framework/Classes/PeerConnection
Max Morin 826738b78c Revert "Moving iOS Audio Device to sdk."
This reverts commit a167212657.

Reason for revert: Breaks Chromium build.
Log:
https://ci.chromium.org/buildbot/chromium.webrtc.fyi/ios-device/
Writing """\
additional_target_cpus = [ "arm64" ]
goma_dir = "/b/c/goma_client"
ios_enable_code_signing = false
is_component_build = false
is_debug = false
target_cpu = "arm"
target_os = "ios"
use_goma = true
""" to /b/c/b/ios_device/src/out/Release-iphoneos/args.gn.
/b/c/b/ios_device/src/buildtools/mac/gn gen //out/Release-iphoneos --check
  -> returned 1
ERROR at //third_party/webrtc/sdk/BUILD.gn:108:9: Can't load input file.
        "../../rtc_base:checks",
        ^----------------------
Unable to load:
  /b/c/b/ios_device/src/third_party/rtc_base/BUILD.gn
I also checked in the secondary tree for:
  /b/c/b/ios_device/src/build/secondary/third_party/rtc_base/BUILD.gn

Original change's description:
> Moving iOS Audio Device to sdk.
> 
> This change forks the existing iOS audio device module and audio device
> from modules/audio_device/ into sdk/objc/Framework. It also updates
> RTCPeerConnectionFactory to use the forked implementation.
> 
> The unit tests are re-implemented as XCTests.
> 
> Bug: webrtc:9120
> Change-Id: Ie60cafae796efbd7966d21ff6877c92cbe850fb7
> Reviewed-on: https://webrtc-review.googlesource.com/67300
> Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
> Commit-Queue: Peter Hanspers <peterhanspers@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#23163}

TBR=andersc@webrtc.org,kthelgason@webrtc.org,peterhanspers@webrtc.org

Change-Id: Iebe52e9775409a3bdd6d5e44f4f985d56b859cbe
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:9120
Reviewed-on: https://webrtc-review.googlesource.com/75220
Reviewed-by: Max Morin <maxmorin@webrtc.org>
Commit-Queue: Max Morin <maxmorin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23166}
2018-05-08 11:00:37 +00:00
..
OWNERS
RTCAudioSource+Private.h
RTCAudioSource.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCAudioTrack+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCAudioTrack.mm Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCCameraVideoCapturer.m Add an example app for iOS native API. 2018-03-19 09:31:06 +00:00
RTCConfiguration+Native.h Expose TurnCustomizer as a native ObjC property. 2017-10-30 17:30:39 +00:00
RTCConfiguration+Private.h Add new PeerConnection APIs to the ObjC SDK 2018-02-28 01:28:57 +00:00
RTCConfiguration.mm Remove SdpSemantics::kDefault 2018-04-13 17:03:08 +00:00
RTCDataChannel+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCDataChannel.mm
RTCDataChannelConfiguration+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCDataChannelConfiguration.mm
RTCDefaultVideoDecoderFactory.m ObjC SDK: Stop using built-in SW video codecs 2018-05-02 10:15:56 +00:00
RTCDefaultVideoEncoderFactory.m ObjC SDK: Stop using built-in SW video codecs 2018-05-02 10:15:56 +00:00
RTCDtmfSender+Private.h Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. 2018-01-05 18:21:29 +00:00
RTCDtmfSender.mm Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. 2018-01-05 18:21:29 +00:00
RTCEncodedImage.mm Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCFileVideoCapturer.m Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCIceCandidate+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCIceCandidate.mm
RTCIceServer+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCIceServer.mm
RTCIntervalRange+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCIntervalRange.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCLegacyStatsReport+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCLegacyStatsReport.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMediaConstraints+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMediaConstraints.mm Clean up iOS API audio settings 2018-03-05 08:32:52 +00:00
RTCMediaSource+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMediaSource.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMediaStream+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMediaStream.mm Changes name of RtpTransceiverInit's stream_labels to stream_ids. 2018-03-06 23:42:01 +00:00
RTCMediaStreamTrack+Private.h Return correct subtype from RTCRtpSender/Receiver track. 2018-02-22 15:43:58 +00:00
RTCMediaStreamTrack.mm Return correct subtype from RTCRtpSender/Receiver track. 2018-02-22 15:43:58 +00:00
RTCMetrics.mm Fixing warnings in public iOS SDK headers. 2018-02-01 14:05:14 +00:00
RTCMetricsSampleInfo+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMetricsSampleInfo.mm
RTCPeerConnection+DataChannel.mm Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCPeerConnection+Native.h Reland ObjC API for BWE allocation strategy 2017-11-01 15:21:06 +00:00
RTCPeerConnection+Private.h Added OnAddTrack to Objective C SDK. 2018-03-01 17:16:48 +00:00
RTCPeerConnection+Stats.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCPeerConnection.mm Changes name of RtpTransceiverInit's stream_labels to stream_ids. 2018-03-06 23:42:01 +00:00
RTCPeerConnectionFactory+Native.h ObjC SDK: Stop using built-in SW video codecs 2018-05-02 10:15:56 +00:00
RTCPeerConnectionFactory+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCPeerConnectionFactory.mm Revert "Moving iOS Audio Device to sdk." 2018-05-08 11:00:37 +00:00
RTCPeerConnectionFactoryOptions+Private.h Exposed setOptions via RTCPeerConnectionFactory 2018-01-05 18:10:29 +00:00
RTCPeerConnectionFactoryOptions.mm Adding flag to enable/disable use of SRTP_AES128_CM_SHA1_32 crypto suite. 2018-03-23 19:26:55 +00:00
RTCRtpCodecParameters+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCRtpCodecParameters.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCRtpEncodingParameters+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCRtpEncodingParameters.mm
RTCRtpFragmentationHeader.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCRtpParameters+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCRtpParameters.mm Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface" 2018-05-07 08:02:34 +00:00
RTCRtpReceiver+Private.h Add new PeerConnection APIs to the ObjC SDK 2018-02-28 01:28:57 +00:00
RTCRtpReceiver.mm Add new PeerConnection APIs to the ObjC SDK 2018-02-28 01:28:57 +00:00
RTCRtpSender+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCRtpSender.mm Return correct subtype from RTCRtpSender/Receiver track. 2018-02-22 15:43:58 +00:00
RTCRtpTransceiver+Private.h Add new PeerConnection APIs to the ObjC SDK 2018-02-28 01:28:57 +00:00
RTCRtpTransceiver.mm Changes name of RtpTransceiverInit's stream_labels to stream_ids. 2018-03-06 23:42:01 +00:00
RTCSessionDescription+Private.h Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCSessionDescription.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCSSLAdapter.mm Fixing warnings in public iOS SDK headers. 2018-02-01 14:05:14 +00:00
RTCTracing.mm Fixing warnings in public iOS SDK headers. 2018-02-01 14:05:14 +00:00
RTCVideoCapturer.m Add an example app for iOS native API. 2018-03-19 09:31:06 +00:00
RTCVideoCodec+Private.h ObjC SDK: Stop using built-in SW video codecs 2018-05-02 10:15:56 +00:00
RTCVideoCodec.mm ObjC SDK: Stop using built-in SW video codecs 2018-05-02 10:15:56 +00:00
RTCVideoCodecH264.mm Remove H264 CHP field trial code. 2018-05-02 13:42:37 +00:00
RTCVideoCodecVP8.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoCodecVP9.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoEncoderSettings.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoFrame.mm Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
RTCVideoRendererAdapter+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCVideoRendererAdapter.h
RTCVideoRendererAdapter.mm Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
RTCVideoSource+Private.h Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
RTCVideoSource.mm Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
RTCVideoTrack+Private.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCVideoTrack.mm Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCWrappedNativeVideoDecoder.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCWrappedNativeVideoDecoder.mm Delete deprecated decode:...fragmentationHeader:... objc method. 2018-05-07 13:27:08 +00:00
RTCWrappedNativeVideoEncoder.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCWrappedNativeVideoEncoder.mm Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00