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
This commit is contained in:
sergeyu@chromium.org 2013-06-17 21:14:36 +00:00
parent a590b41c9a
commit 9e182795a9

View File

@ -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',