commit | 36f153e6d190ecb8363329ba2bfd6f0752112e39 | [log] [tgz] |
---|---|---|
author | Jeremy Leconte <jleconte@google.com> | Thu Sep 12 08:53:32 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 19 19:28:49 2024 |
tree | b8c387e894483d853daf7a0dcb008c6f8cf135cd | |
parent | c1dc8abeeb3d38b67a5785e35bcb4a3895d4069c [diff] |
Apply include-cleaner to api direct files (2/2). This is a follow up for https://webrtc-review.googlesource.com/c/src/+/360680. * Adding some missing <optional> include. * Adding a IWYU pragma to force keeping an include. Note that I've added the CQ bot 'iwyu_verifier' to ensure the repo stays clean. It is still work in progress and it currently needs to be triggered manually. FYI I used these command line to run iwyu: > for i in api/*.cc; do ./tools_webrtc/iwyu/apply-include-cleaner $i; done > for i in api/*.h; do ./tools_webrtc/iwyu/apply-include-cleaner $i; done Change-Id: Ie7036d08edbb6884f2b35eb9d69646757d662390 Bug: webrtc:42226242 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362440 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#43054}
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.