mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19: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
|
|
@ -7,35 +7,54 @@
|
|||
],
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'pk11wrap',
|
||||
'target_name': 'pk11wrap_static',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'dev3hack.c',
|
||||
'pk11akey.c',
|
||||
'pk11auth.c',
|
||||
'pk11cert.c',
|
||||
'pk11cxt.c',
|
||||
'pk11err.c',
|
||||
'pk11kea.c',
|
||||
'pk11list.c',
|
||||
'pk11load.c',
|
||||
'pk11mech.c',
|
||||
'pk11merge.c',
|
||||
'pk11nobj.c',
|
||||
'pk11obj.c',
|
||||
'pk11pars.c',
|
||||
'pk11pbe.c',
|
||||
'pk11pk12.c',
|
||||
'pk11pqg.c',
|
||||
'pk11sdr.c',
|
||||
'pk11skey.c',
|
||||
'pk11slot.c',
|
||||
'pk11util.c'
|
||||
'defines': [
|
||||
'NSS_TEST_BUILD',
|
||||
],
|
||||
'dependencies': [
|
||||
'<(DEPTH)/exports.gyp:nss_exports'
|
||||
]
|
||||
}
|
||||
'pk11wrap_base',
|
||||
'<(DEPTH)/exports.gyp:nss_exports',
|
||||
'<(DEPTH)/lib/softoken/softoken.gyp:softokn_static',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'pk11wrap',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'pk11wrap_base',
|
||||
'<(DEPTH)/exports.gyp:nss_exports',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'pk11wrap_base',
|
||||
'type': 'none',
|
||||
'direct_dependent_settings': {
|
||||
'sources': [
|
||||
'dev3hack.c',
|
||||
'pk11akey.c',
|
||||
'pk11auth.c',
|
||||
'pk11cert.c',
|
||||
'pk11cxt.c',
|
||||
'pk11err.c',
|
||||
'pk11kea.c',
|
||||
'pk11list.c',
|
||||
'pk11load.c',
|
||||
'pk11mech.c',
|
||||
'pk11merge.c',
|
||||
'pk11nobj.c',
|
||||
'pk11obj.c',
|
||||
'pk11pars.c',
|
||||
'pk11pbe.c',
|
||||
'pk11pk12.c',
|
||||
'pk11pqg.c',
|
||||
'pk11sdr.c',
|
||||
'pk11skey.c',
|
||||
'pk11slot.c',
|
||||
'pk11util.c'
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
'target_defaults': {
|
||||
'defines': [
|
||||
|
|
@ -48,4 +67,4 @@
|
|||
'variables': {
|
||||
'module': 'nss'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue