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

Unified Diff: nss.gyp

Issue 130403004: Remove LDAP support from NSS. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss/
Patch Set: Don't remove the LDAP source files from the source tree Created 6 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
« no previous file with comments | « README.chromium ('k') | nss/lib/libpkix/include/pkix_errorstrings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss.gyp
===================================================================
--- nss.gyp (revision 243121)
+++ nss.gyp (working copy)
@@ -1071,6 +1071,23 @@
'include_dirs/': [
['exclude', '^nss/lib/libpkix/'],
],
+ }, { # else: exclude_nss_libpkix==0
+ # Disable the LDAP code in libpkix.
+ 'defines': [
+ 'NSS_PKIX_NO_LDAP',
+ ],
+ 'sources!': [
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.c',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapcertstore.h',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.c',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.h',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldaprequest.c',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldaprequest.h',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapresponse.c',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapresponse.h',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapt.h',
+ 'nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldaptemplates.c',
+ ],
}],
['target_arch=="ia32"', {
'sources!': [
« no previous file with comments | « README.chromium ('k') | nss/lib/libpkix/include/pkix_errorstrings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698