commit | 2b242d8fba59ccf67e4c5bcf5a1ea80917a23e1c | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Sat Sep 05 19:55:35 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Sep 05 20:43:27 2020 |
tree | 126ce658ef90911ea6645334eb8a40ffe2e4afb0 | |
parent | 7f557b46c4e8424816cd1fb905d77dc9a007a083 [diff] |
Merge cpu_features build targets into //system_wrappers. Before this CL, functions declared in cpu_features_wrapper.h where not defined in the same build target, causing brittle builds that might fail at link time if the binary was not depending on //system_wrappers (the target with the definitions), violating [1]. This CL moves everything into //system_wrappers and also moves cpu_features_wrapper.h definitions from C to C++ (in order to be able to add the definitions to a C++ build target like //system_wrappers). [1] - https://webrtc.googlesource.com/src/+/refs/heads/master/style-guide.md#h-cc-pairs Bug: None Change-Id: I5a0009cddb17206b19f2a71eeba722faacc4bcae Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183380 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32039}
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.