commit | 0d729b3039fe96b74e3efc80449c6a9cf28a04ba | [log] [tgz] |
---|---|---|
author | ehmaldonado <ehmaldonado@webrtc.org> | Fri Feb 10 09:38:23 2017 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 10 09:38:23 2017 |
tree | b06db9eccf31dcc453d43512dce6e4f09c884291 | |
parent | 38e9324e4e1da12ad1e8dd8451958c3b8b3f6fc4 [diff] |
Check for use_x11 before runnig desktop_capture_modules_tests on linux. The tests need "x11/shared_x_display.h" which is not included when use_x11 is false and we're on linux. The problem is: screen_capturer_integration_test.cc - requires -> screen_drawer.h - requires -> screen_drawer_linux.cc - requires -> x11/shared_x_display.h which is not included when use_x11 is false. BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2684683003 Cr-Commit-Position: refs/heads/master@{#16529}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.