commit | 6143ec939a32af5f1cd1d7210e781b2b54f379e7 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Thu Jul 27 11:26:42 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 27 12:50:48 2023 |
tree | 02088f41558efd8e50586c2117ba3490b1647c2e | |
parent | 3d7889a4caf775fde34aecab7317803ec831c8ab [diff] |
[iOS testing] - Cut dependency from test module and app code. The following can lead to ODR violations with symbols present in the app and in the test module: gn path out/Perf //:webrtc_perf_tests_module //sdk:helpers_objc //:webrtc_perf_tests_module --[public]--> //:webrtc_perf_tests_module_loadable_module --[private]--> //test:google_test_runner_objc --[private]--> //test:test_support_objc --[private]--> //sdk:helpers_objc After this CL: gn path out/Debug/ //:webrtc_perf_tests_module //sdk:helpers_objc No non-data paths found between these two targets. Bug: b/292472934 Change-Id: If8a6ecab9b34bea0f52fe91b3404d1afeca685fe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/313520 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40481}
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.