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', |
], |