commit | 8b7cfa16aa2f07a5cd41ed3c7e1ae975a2b8d1f2 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Wed Jun 03 21:23:41 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 04 08:41:32 2020 +0000 |
tree | abb58cb8914a37c3b1eb48f78dddec0a51547154 | |
parent | f25761d798f3639900014be326270e0475c640cd [diff] |
Introduce absl_deps in rtc_* C++ templates. 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.
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.