| Index: third_party/libjingle/libjingle.gyp
|
| ===================================================================
|
| --- third_party/libjingle/libjingle.gyp (revision 119531)
|
| +++ third_party/libjingle/libjingle.gyp (working copy)
|
| @@ -18,6 +18,8 @@
|
| 'HAVE_WEBRTC_VIDEO',
|
| 'HAVE_WEBRTC_VOICE',
|
| 'NO_SOUND_SYSTEM',
|
| + 'HAVE_SRTP',
|
| + 'SRTP_RELATIVE_PATH',
|
| ],
|
| 'configurations': {
|
| 'Debug': {
|
| @@ -560,6 +562,7 @@
|
| ['OS!="android"', {
|
| 'dependencies': [
|
| # We won't build with WebRTC on Android.
|
| + '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
|
| '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_module',
|
| '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module',
|
| '<(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
|
|
|