[Sanitizers] Disable tests at compile-time rather than run-time. Rationale: * More explicit (you won't miss that when glancing at the code). * More consistent (see MAYBE_* in other tests). * Allow to re-activate tests via CLI (--gtest_also_run_disabled_tests). * Tests won't wrongly show up as PASSING (bug/webrtc:10819), since they won't show up at all. Bug: webrtc:9778 Change-Id: Ic32e18cb8ee2352def95206c2aa66e1dea0cc1e3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146200 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Yves Gerey <yvesg@google.com> Cr-Commit-Position: refs/heads/master@{#28617}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.