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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 11093061: Enable peerconnection to use the NSS RNG. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: third_party/libjingle/libjingle.gyp
===================================================================
--- third_party/libjingle/libjingle.gyp (revision 160712)
+++ third_party/libjingle/libjingle.gyp (working copy)
@@ -22,6 +22,7 @@
'NO_MAIN_THREAD_WRAPPING',
'NO_SOUND_SYSTEM',
'SRTP_RELATIVE_PATH',
+ 'SSL_USE_NSS',
ekr 2012/10/10 23:48:34 Is this what we want? I notice that in sslconfig.h
Ryan Sleevi 2012/10/10 23:59:15 Pretty sure you want this in a 'conditions' block
Ronghua Wu (Left Chromium) 2012/10/11 00:17:18 I don't know exactly what is the purpose of HAVE_O
'_USE_32BIT_TIME_T',
],
'configurations': {
@@ -42,6 +43,7 @@
],
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/crypto/crypto.gyp:crypto',
ekr 2012/10/10 23:48:34 Is this needed now? I guess it will be needed when
Ronghua Wu (Left Chromium) 2012/10/11 00:17:18 This is needed because in the helper.cc, I've adde
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/third_party/expat/expat.gyp:expat',
],

Powered by Google App Engine
This is Rietveld 408576698