commit | 006815eed04f7af73d0e9d91ee23e7b9f2ac85b6 | [log] [tgz] |
---|---|---|
author | Evan Shrubsole <eshr@google.com> | Mon May 24 10:59:56 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 24 12:35:15 2021 |
tree | 3d3b165ae84743b60851bffe6d30059aa5c85534 | |
parent | e6ee8fab7eac915b2b6abc9b71b6d33ad086f3d1 [diff] |
Add temp peer_connection_interface include rtc_base/event.h This fixes the WebRTC roll in Chrome, which was failing because the //third_party/nearby library was transively including Chromes //base/check via WebRTC overrides by including api/peer_connection_interface.h which included api/proxy.h which included rtc_base/event.h which was overrided in webrtc_overrides. This override contains an include to base/check.h. Adding a temporary dependency on event.h fixes this for now. This can be removed once https://crbug.com/1212611 is fixed. Bug: None Change-Id: Id372e0737664d4a94ade0f75ae5fcf21f3db929f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219630 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@google.com> Cr-Commit-Position: refs/heads/master@{#34098}
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.