summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorldixon@google.com <ldixon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 02:41:21 +0000
committerldixon@google.com <ldixon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 02:41:21 +0000
commit88afc5927ad89c4ffc5c8f9fbe7fd6552ae2c607 (patch)
treef91b78caaa9dc775fb953f2be1eae0564d81f9f7 /third_party
parent3c2b264bbdcef8c961211aaef8ad61dca62a2b85 (diff)
downloadchromium_src-88afc5927ad89c4ffc5c8f9fbe7fd6552ae2c607.zip
chromium_src-88afc5927ad89c4ffc5c8f9fbe7fd6552ae2c607.tar.gz
chromium_src-88afc5927ad89c4ffc5c8f9fbe7fd6552ae2c607.tar.bz2
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
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libjingle/libjingle.gyp8
1 files changed, 2 insertions, 6 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 5757c4b..085e898 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -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',