commit | 61a7b141eb4565a59728744cafdbb1e58f6b8d1d | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Mon Nov 13 09:57:47 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 13 15:39:11 2017 |
tree | 4b32e5d7a4e0cba28b409b5715bb72cf0a1a265a | |
parent | d328229d38940257f69bddcdd1ee8e5960724b47 [diff] |
Removing conditional visibility. Conditional visibility is complex to maintain and it is not well supported by other build systems. This CL removes it and falls back on the more relaxed visibility value ("*" in this case). It is not a problem because the targets that are using conditional visibility are all marked as "testonly" and this is probably enough to keep the build graph clean. Bug: None Change-Id: I2d2b5ac9a02d08c2863950116db455976ee1459c No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/14902 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20658}
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.