commit | 080832eb372ffe98417feb721c2c6d790fda1fbc | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Tue Sep 19 15:44:23 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 19 14:16:19 2017 +0000 |
tree | b60f6886674285c3f87e8c02c5d2dd2de76e16b3 | |
parent | 034a6b8a4cdf151ae7377c87c5b2b6156d658173 [diff] |
Moving Obj-C++ code in desktop_capture_objc. 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). NOTRY=True Bug: webrtc:7743 Change-Id: I19f8bb8719cfc6af259819e2089cebea72b5d531 Reviewed-on: https://webrtc-review.googlesource.com/2220 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19899}
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.