summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle
diff options
context:
space:
mode:
authorldixon@google.com <ldixon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 07:54:49 +0000
committerldixon@google.com <ldixon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 07:54:49 +0000
commitf0ce8ff800781911bc55cbe5f9c2921ba45a0404 (patch)
tree704a7e30387e936c3985a14690f5851cf56baaba /third_party/libjingle
parent021eff5d0b5451997188e3e4d7e41a40b74dc5ca (diff)
downloadchromium_src-f0ce8ff800781911bc55cbe5f9c2921ba45a0404.zip
chromium_src-f0ce8ff800781911bc55cbe5f9c2921ba45a0404.tar.gz
chromium_src-f0ce8ff800781911bc55cbe5f9c2921ba45a0404.tar.bz2
enable HAVE_SCTP
BUG= Review URL: https://chromiumcodereview.appspot.com/22627002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle')
-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 37585dc..6f8d75a 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -779,12 +779,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',