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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 9223031: Enable srtp support in libjingle (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « DEPS ('k') | third_party/libjingle/overrides/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « DEPS ('k') | third_party/libjingle/overrides/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698