commit | cb03e385ad9d20547300f722820047ab229a9530 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Thu Feb 10 13:27:57 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 10 15:20:16 2022 |
tree | 60cf79a24b778b56b7b17313d545260517ac82fe | |
parent | 316ab1282178fa75305a169d63c7d65ec4155e3f [diff] |
Fix LOGGING_INSIDE_WEBRTC propagation in Chromium builds. This macro needs to be both present in all WebRTC targets (see its definition in at [1] but also propagated to all the targets depending on the Chromium component defined in //third_party/webrtc_overrides:webrtc_component (to properly support transitive header #includes), by using "public_config" GN propagates the macro accordingly. [1] - https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/BUILD.gn;l=315;drc=61dbc2db2b84eed9c9769c1b79070e6bd4030331 Bug: None Change-Id: Idd51643da63be48324c86a5b89676c63c3998e14 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251440 Reviewed-by: Björn Terelius <terelius@google.com> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35972}
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.