diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp index 6f51115193..e79920af31 100644 --- a/webrtc/modules/modules.gyp +++ b/webrtc/modules/modules.gyp @@ -225,7 +225,7 @@ 'conditions': [ # Run screen/window capturer tests only on platforms where they are # supported. - ['desktop_capture_supported==1', { + ['desktop_capture_supported==0', { 'sources!': [ 'desktop_capture/screen_capturer_helper_unittest.cc', 'desktop_capture/screen_capturer_mac_unittest.cc',