Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 23766013: stopped disabling SCTP for windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: synced. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 5757c4bd4427f6f323a80aa89b2862cc258f8f02..085e898a082e23a62af4d1a38d1c4ca95b69dd31 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698