webrtc/base: Fixes miss in base.gyp for windows. See https://code.google.com/p/webrtc/source/browse/trunk/talk/libjingle.gyp?r=6503#764 for the corresponding condition.

BUG=3379
R=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/19849004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6615 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2014-07-07 17:42:45 +00:00
parent ba93f9a986
commit 5f2c81c17f

View File

@ -711,7 +711,7 @@
'scoped_autorelease_pool.mm',
],
}],
['OS=="ios" or os_posix==0', {
['OS=="ios"', {
'sources!': [
'openssl.h',
'openssladapter.cc',