Chromium Code Reviews| Index: webrtc/modules/desktop_capture/BUILD.gn |
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn |
| index bbf9ac57bbb6a7516f73ffae543cf468d54e59a0..441b0b392f9ef00171d896ff08dc97bd6162101a 100644 |
| --- a/webrtc/modules/desktop_capture/BUILD.gn |
| +++ b/webrtc/modules/desktop_capture/BUILD.gn |
| @@ -37,8 +37,9 @@ if (rtc_include_tests) { |
| testonly = true |
| sources = [] |
| deps = [] |
| - if (rtc_desktop_capture_supported) { |
| + if ((!is_linux || use_x11) && rtc_desktop_capture_supported) { |
|
kjellander_webrtc
2017/02/09 13:59:50
This is somewhat hard to read.
What about to chang
Sergey Ulanov
2017/02/09 18:52:22
There is an issue with Chrome OS and Android. Ther
|
| deps += [ |
| + ":desktop_capture", |
| ":desktop_capture_mock", |
| ":primitives", |
| ":screen_drawer", |