Chromium Code Reviews| Index: third_party/libjingle/libjingle.gyp |
| =================================================================== |
| --- third_party/libjingle/libjingle.gyp (revision 203404) |
| +++ third_party/libjingle/libjingle.gyp (working copy) |
| @@ -22,7 +22,6 @@ |
| 'HAVE_SRTP', |
| 'HAVE_WEBRTC_VIDEO', |
| 'HAVE_WEBRTC_VOICE', |
| - 'HAVE_YUV', |
| 'JSONCPP_RELATIVE_PATH', |
| 'LOGGING_INSIDE_LIBJINGLE', |
| 'NO_MAIN_THREAD_WRAPPING', |
| @@ -45,6 +44,7 @@ |
| '../../testing/gtest/include', |
| '../../third_party', |
| '../../third_party/libyuv/include', |
| + '../../third_party/usrsctp', |
| '../../third_party/webrtc', |
| ], |
| 'dependencies': [ |
| @@ -771,6 +771,19 @@ |
| 'overrides/allocator_shim/allocator_stub.h', |
| ], |
| }], |
| + #TODO(mallinath) - Investigate why this section can't be moved below. |
|
Sergey Ulanov
2013/05/31 19:45:30
nit: add space before TODO. 80 chars lines. I don'
Mallinath (Gone from Chromium)
2013/05/31 21:17:30
Never mind, i was planning to insert these line @
|
| + ['OS!="android" and OS!="ios"', { |
| + 'defines' : [ |
| + 'HAVE_SCTP', |
| + ], |
| + 'sources': [ |
| + '<(libjingle_source)/talk/media/sctp/sctpdataengine.cc', |
| + '<(libjingle_source)/talk/media/sctp/sctpdataengine.h', |
| + ], |
| + 'dependencies': [ |
| + '<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib', |
| + ], |
| + }], |
| ['enabled_libjingle_device_manager==1', { |
| 'sources!': [ |
| '<(libjingle_source)/talk/media/devices/dummydevicemanager.cc', |