mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
31
security/nss/lib/libpkix/libpkix.gyp
Normal file
31
security/nss/lib/libpkix/libpkix.gyp
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
{
|
||||
'includes': [
|
||||
'../../coreconf/config.gypi'
|
||||
],
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'libpkix',
|
||||
'type': 'none',
|
||||
'conditions': [
|
||||
[ 'disable_libpkix==0', {
|
||||
'dependencies': [
|
||||
'pkix/certsel/certsel.gyp:pkixcertsel',
|
||||
'pkix/checker/checker.gyp:pkixchecker',
|
||||
'pkix/crlsel/crlsel.gyp:pkixcrlsel',
|
||||
'pkix/params/params.gyp:pkixparams',
|
||||
'pkix/results/results.gyp:pkixresults',
|
||||
'pkix/store/store.gyp:pkixstore',
|
||||
'pkix/top/top.gyp:pkixtop',
|
||||
'pkix/util/util.gyp:pkixutil',
|
||||
'pkix_pl_nss/module/module.gyp:pkixmodule',
|
||||
'pkix_pl_nss/pki/pki.gyp:pkixpki',
|
||||
'pkix_pl_nss/system/system.gyp:pkixsystem',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue