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,13 +783,9 @@ ...@@ -783,13 +783,9 @@
}], }],
# TODO(mallinath) - Enable SCTP for Android and iOS platforms. # TODO(mallinath) - Enable SCTP for Android and iOS platforms.
['OS!="android" and OS!="ios"', { ['OS!="android" and OS!="ios"', {
'conditions': [
['OS!="win"', {
'defines': [ 'defines': [
'HAVE_SCTP', 'HAVE_SCTP',
], ],
}],
],
'sources': [ 'sources': [
'<(libjingle_source)/talk/media/sctp/sctpdataengine.cc', '<(libjingle_source)/talk/media/sctp/sctpdataengine.cc',
'<(libjingle_source)/talk/media/sctp/sctpdataengine.h', '<(libjingle_source)/talk/media/sctp/sctpdataengine.h',
......
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