8b7cfa16aa2f07a5cd41ed3c7e1ae975a2b8d1f2

Since dependencies on Abseil need to be statically linked in case Chromium is built with is_component_build=true, this CL introduces a new parameter for C++ library rtc_* templates (rtc_library, rtc_source_set and rtc_static_library). This parameter (called "absl_deps") will result in a dependency on the Abseil component (//third_party/abseil-cpp:absl) when is_component_build=true or on the normal granular Abseil target when is_component_build=false. Bug: chromium:1046390 Change-Id: Iddca886926a7874488701bc9d79affb00cca72d0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176447 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31441}
…
…
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: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%