From 9e182795a9cb4034330dbb146755adf552f81ae0 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Mon, 17 Jun 2013 21:14:36 +0000 Subject: [PATCH] Enable ScreenCapturer unittests previously ScreenCapturer unittests were disabled by mistake TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1679004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4238 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/modules.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',