webrtc/sdk/objc/Framework/Classes/Common
Kári Tristan Helgason 99bf77c851 Fix issues found by gn check.
It turns out that some headers were not owned by any targets.
These were:
RTCVideoCodec.h
RTCVideoCodecFactory.h
RTCVideoCodecH264.h
RTCVideoEncoderVP8.h
RTCVideoDecoderVP8.h
RTCVideoEncoderVP9.h
RTCVideoDecoderVP9.h

And some were owned by multiple targets, namely:
RTCPeerConnectionFactory+Native.h
RTCPeerConnectionFactory+Private.h
RTCVideoFrameBuffer.h

These have all been moved to their appropriate homes.

This CL also fixes a lot of cyclic interdependencies in the iOS sdk build files.

Bug: webrtc:8855
Change-Id: I1b7ddb6c2a93868d1510ccf0a64bd3dd169ec3e7
Reviewed-on: https://webrtc-review.googlesource.com/49060
Reviewed-by: Anders Carlsson <andersc@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22052}
2018-02-16 12:36:08 +00:00
..
helpers.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
helpers.mm Remove all code for iOS 8 and below. 2017-12-01 14:25:46 +00:00
noop.mm Fix issues found by gn check. 2018-02-16 12:36:08 +00:00
NSString+StdString.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
NSString+StdString.mm Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCCallbackLogger.mm Add new Logger to iOS SDK to be able to intercept logs and report them to the appropriate system 2018-01-31 09:35:29 +00:00
RTCDispatcher+Private.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCDispatcher.m Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCFieldTrials.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCFileLogger.mm Fixing some of the issues found by clang static analyzer. 2018-01-12 16:35:09 +00:00
RTCLogging.mm Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
RTCUIApplicationStatusObserver.h Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
RTCUIApplicationStatusObserver.m Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
scoped_cftyperef.h Add tests for ScopedCFTypeRef. 2017-10-05 12:36:31 +00:00
UIDevice+RTCDevice.mm Remove all code for iOS 8 and below. 2017-12-01 14:25:46 +00:00