Index: third_party/libjingle/libjingle.gyp |
=================================================================== |
--- third_party/libjingle/libjingle.gyp (revision 160712) |
+++ third_party/libjingle/libjingle.gyp (working copy) |
@@ -131,6 +131,14 @@ |
}, |
}, |
'conditions': [ |
+ ['OS!="android"', { |
+ 'defines': [ |
+ 'SSL_USE_NSS', |
+ ], |
+ 'dependencies': [ |
+ '<(DEPTH)/crypto/crypto.gyp:crypto', |
+ ], |
Ryan Sleevi
2012/10/11 00:26:06
nit: indent is off here (lines 138-140)
Ronghua Wu (Left Chromium)
2012/10/11 00:34:30
Done.
|
+ }], |
['OS=="win"', { |
'include_dirs': [ |
'../third_party/platformsdk_win7/files/Include', |