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 11946026: Partially merge r177090 for crbug.com/169131. (Closed) Base URL: svn://chrome-svn/chrome/branches/1364/src/
Patch Set: Created 7 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
« DEPS ('K') | « DEPS ('k') | 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
===================================================================
--- third_party/libjingle/libjingle.gyp (revision 177240)
+++ third_party/libjingle/libjingle.gyp (working copy)
@@ -148,6 +148,8 @@
],
}, {
'defines': [
+ 'SSL_USE_NSS',
+ 'HAVE_NSS_SSL_H',
'SSL_USE_NSS_RNG',
],
'conditions': [
@@ -159,6 +161,7 @@
}],
['OS == "mac" or OS == "ios" or OS == "win"', {
'dependencies': [
+ '<(DEPTH)/net/third_party/nss/ssl.gyp:libssl',
'<(DEPTH)/third_party/nss/nss.gyp:nspr',
'<(DEPTH)/third_party/nss/nss.gyp:nss',
],
@@ -326,6 +329,8 @@
'<(libjingle_source)/talk/base/socketstream.h',
'<(libjingle_source)/talk/base/ssladapter.cc',
'<(libjingle_source)/talk/base/ssladapter.h',
+ '<(libjingle_source)/talk/base/sslidentity.cc',
+ '<(libjingle_source)/talk/base/sslidentity.h',
'<(libjingle_source)/talk/base/sslsocketfactory.cc',
'<(libjingle_source)/talk/base/sslsocketfactory.h',
'<(libjingle_source)/talk/base/sslstreamadapter.cc',
« DEPS ('K') | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698