commit | 9b3d4e8e2371c25f9718a344619098d23f738cdd | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Mon Jun 16 21:31:34 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 24 17:08:46 2025 |
tree | e213bda094a5b5d410d24693659b7bb69783ddbd | |
parent | 4a5b9e9078a0cc1e33ac9b359844542cdf503634 [diff] |
IWYU audio/ Done by grepping for any <st*\.h> and removing them using find audio/ -name "*.h" -o -name "*.cc" | xargs sed -i '/<stdint.h>/d' et al followed by find audio/ -name "*.h" -o -name "*.cc" | xargs tools_webrtc/iwyu/apply-include-cleaner followed by tools_webrtc/gn_check_autofix.py -C out/Default/ and git cl format Bug: webrtc:42226242 Change-Id: I0aff75801622d9f3f8106a3bc15191072f73faff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/396780 Commit-Queue: Philipp Hancke <phancke@meta.com> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45009}
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.