3ebcf712c89266397901c453d05509c07a48978f

Converting GN's absl_source_sets to filegroups causes them to be recompiled in every module that depends on them, 424 times for absl/strings. Convert them to cc_library_static instead so they only have to be compiled once per variant. This reduces the size of the intermediates directory for external/webrtc from 26GB to 3.6GB. Also remove the dependencies from cc_library_static modules, they don't do anything and just increase the complexity in Soong's module graph. All the transitive dependencies are already collected into the final libwebrtc and webrtc_audio_processing modules. Bug: 293194014 Test: m libwebrtc Change-Id: Iebbafa52fa72364a70f4f35656af17a63c88b860
…
…
…
…
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.
Development
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console
- Coding style guide
- Code of conduct
- Reporting bugs
- Documentation
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%