Don't crash the test process when X11 isn't available. It's not great to use asserts in util functions like this because it breaks the arrange-act-assert rule, but using checks is worse because they will crash the test process on failure (= no other tests get run after that). Bug: b/143587130 Change-Id: If4d085311de0792b9fca1584db299fd24199e72e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162360 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30093}
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.