commit | 73eb7846764dc4ac9c0b08d258a3646ec2e08567 | [log] [tgz] |
---|---|---|
author | Patrik Höglund <phoglund@webrtc.org> | Mon Dec 16 06:35:41 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Dec 16 09:57:59 2019 |
tree | ba32fa304698220c61e59a4dd36a8957e17a807a | |
parent | 774fb933a3cac43da5182feb84823d09eca9a8fa [diff] |
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.