Commit 88afc592 authored by ldixon@google.com's avatar ldixon@google.com

stopped disabling SCTP for windows

(Windows XP issue should be fixed by usrsctp DEPS roll: https://codereview.chromium.org/23960004/)

BUG=

Review URL: https://chromiumcodereview.appspot.com/23766013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221865 0039d316-1c4b-4281-b951-d872f2087c98
parent 3c2b264b
......@@ -783,12 +783,8 @@
}],
# TODO(mallinath) - Enable SCTP for Android and iOS platforms.
['OS!="android" and OS!="ios"', {
'conditions': [
['OS!="win"', {
'defines': [
'HAVE_SCTP',
],
}],
'defines': [
'HAVE_SCTP',
],
'sources': [
'<(libjingle_source)/talk/media/sctp/sctpdataengine.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment