commit | af4395afcb55459706fc8f09a6dbfafa0768d3ab | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Thu Apr 10 16:48:00 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 00:11:00 2025 |
tree | 281b16e0435b12e1998e44db9f5289723a4f4d9b | |
parent | 7b77532b0e7c57e2562f4d3255bbd1279eeefb29 [diff] |
IWYU api/ using find api/ -name "*.h" -o -name "*.cc" | grep -v priority.h | xargs tools_webrtc/iwyu/apply-include-cleaner followed by tools_webrtc/gn_check_autofix.py -C out/Default/ and git cl format Manual changes: - api/test/compile_all_headers.cc: add IWYU keep pragma - api/video/nv12_buffer.cc: fix include part of libyuv/convert_from.h - DEPS changes priority.h is excluded as it is currently a header-only target. Will be fixed as a follow-up. A generated histogram.pb.h is included from api/test/metrics/chrome_perf_dashboard_metrics_exporter_test.cc since it is not directly exported by catapult. BUG=webrtc:42226242 Change-Id: Idce13d892c61ae71bf4f39bd5ffa4638a3d7f8fe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/382120 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Evan Shrubsole <eshr@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#44374}
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.