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

Unified Diff: net/third_party/nss/ssl.gyp

Issue 3455019: Support for using OS-native certificates for SSL client auth.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 10 years, 1 month 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 | « net/socket/ssl_client_socket_nss_factory.cc ('k') | net/third_party/nss/ssl/ssl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl.gyp
===================================================================
--- net/third_party/nss/ssl.gyp (revision 64966)
+++ net/third_party/nss/ssl.gyp (working copy)
@@ -53,6 +53,7 @@
'ssl/sslmutex.c',
'ssl/sslmutex.h',
'ssl/sslnonce.c',
+ 'ssl/sslplatf.c',
'ssl/sslproto.h',
'ssl/sslreveal.c',
'ssl/sslsecur.c',
@@ -83,6 +84,13 @@
'NO_NSPR_10_SUPPORT',
],
'conditions': [
+ [ 'OS=="mac"', {
+ 'defines': [
+ 'XP_UNIX',
+ 'DARWIN',
+ 'XP_MACOSX',
+ ],
+ }],
[ 'OS == "win"', {
'sources!': [
'ssl/unix_err.c',
@@ -122,6 +130,9 @@
'sources/': [
['exclude', 'ssl/bodge/'],
],
+ 'defines': [
+ 'NSS_PLATFORM_CLIENT_AUTH',
+ ],
'dependencies': [
'../../../third_party/zlib/zlib.gyp:zlib',
'../../../third_party/nss/nss.gyp:nss',
@@ -130,6 +141,9 @@
'include_dirs': [
'ssl',
],
+ 'defines': [
+ 'NSS_PLATFORM_CLIENT_AUTH',
+ ],
},
}],
],
« no previous file with comments | « net/socket/ssl_client_socket_nss_factory.cc ('k') | net/third_party/nss/ssl/ssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698