commit | 13b9882fd3999d8394126017042d62bae719180b | [log] [tgz] |
---|---|---|
author | mbonadei <mbonadei@webrtc.org> | Wed Aug 30 07:24:43 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 30 14:24:43 2017 +0000 |
tree | a03767aed2ef17867e65ac9702247c95f3263283 | |
parent | 5d655cd898a8f0f2878d2080841e8af968e0d7f9 [diff] |
The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have also C++ code (see https://bugs.chromium.org/p/webrtc/issues/detail?id=7743 for more information). To achieve this we have created 2 targets (desktop_capture_objc and desktop_capture_generic) and desktop_capture will act as a proxy between these targets (this way we can avoid a circular dependency between desktop_capture_generic and desktop_capture_objc). BUG=webrtc:7743 Review-Url: https://codereview.webrtc.org/2989053002 Cr-Commit-Position: refs/heads/master@{#19607}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.