| commit | 1a9ffd4486d6f6df6c89ace4ff9c5d06dbbea6db | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Thu Oct 09 08:12:06 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 09 09:43:29 2025 |
| tree | c4afc006beb74ea0475c80c749716b689efa2f9d | |
| parent | a5218e128f9cf3cf19dfe78e977d35e1263ea627 [diff] |
Refactor peer connection API dependencies Improve the dependency graph by replacing broad dependencies with more specific ones. This refactoring clarifies the relationships between build targets and removes unnecessary coupling. The main changes include: - Replacing dependencies on the large `api:libjingle_peerconnection_api` meta-target with the more specific `api:jsep` target where appropriate. - Removing several unnecessary dependencies on `api:libjingle_peerconnection_api` from various test and utility targets. - Adding a direct dependency on `pc:webrtc_sdp` to the main `pc:libjingle_peerconnection` target. Bug: none Change-Id: Ib676c2f75dc5466835960e572cc774f89be6aad8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/415401 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45878}
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.