Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index a08452be25868cc8a74dd6134b23452637d2b65a..a485dc3c3d85b2d55e2b4f0a9287e0ce90c7f516 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -1511,7 +1511,7 @@ source_set("browser") { |
| } |
| # Desktop screen capture implementations that are not dependent on WebRTC. |
| - if (is_linux || is_mac || is_win) { |
| + if ((is_linux && !(is_chromecast && is_cast_audio_only)) || is_mac || is_win) { |
|
halliwell
2017/01/10 17:45:44
From the CL description, it sounds like any linux
|
| defines += [ "ENABLE_SCREEN_CAPTURE=1" ] |
| sources += [ |
| "media/capture/cursor_renderer.cc", |