webrtc/examples
Anders Carlsson 7bca8ca4e2 Obj-C SDK Cleanup
This CL separates the files under sdk/objc into logical directories, replacing
the previous file layout under Framework/.

A long term goal is to have some system set up to generate the files under
sdk/objc/api (the PeerConnection API wrappers) from the C++ code. In the shorter
term the goal is to abstract out shared concepts from these classes in order to
make them as uniform as possible.

The separation into base/, components/, and helpers/ are to differentiate between
the base layer's common protocols, various utilities and the actual platform
specific components.

The old directory layout that resembled a framework's internal layout is not
necessary, since it is generated by the framework target when building it.

Bug: webrtc:9627
Change-Id: Ib084fd83f050ae980649ca99e841f4fb0580bd8f
Reviewed-on: https://webrtc-review.googlesource.com/94142
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Anders Carlsson <andersc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24493}
2018-08-30 10:42:41 +00:00
..
aarproject Add jsr305 as a dependency to AAR. 2018-03-29 09:56:07 +00:00
androidapp Add is_android guard to all Android rule usages. 2018-07-23 08:25:43 +00:00
androidjunit Replace direct invocation of ShadowApplication.getApplicationContext() 2018-04-30 08:54:29 +00:00
androidnativeapi Add is_android guard to all Android rule usages. 2018-07-23 08:25:43 +00:00
androidtests Revert CLs affecting video quality toolchain. 2018-08-27 16:50:54 +00:00
objc Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
objcnativeapi Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
peerconnection Delete almost all use of MediaConstraintsInterface in the PeerConnection API 2018-08-23 07:14:37 +00:00
relayserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stunprober Normalize main(..) routines for WinUWP 2017-12-12 14:32:56 +00:00
stunserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
turnserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unityplugin Delete almost all use of MediaConstraintsInterface in the PeerConnection API 2018-08-23 07:14:37 +00:00
BUILD.gn Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
DEPS Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00