mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
nss: update nss to hg rev e5e10a46b9ad with vc2013 hackfix
This commit is contained in:
parent
ed1b356dfa
commit
dcdc5d70e0
133 changed files with 8084 additions and 2038 deletions
|
|
@ -106,6 +106,11 @@
|
|||
'cmd/shlibsign/shlibsign.gyp:shlibsign',
|
||||
],
|
||||
'conditions': [
|
||||
[ 'comm_client==1', {
|
||||
'dependencies': [
|
||||
'cmd/smimetools/smimetools.gyp:cmsutil',
|
||||
],
|
||||
}],
|
||||
[ 'mozilla_client==0', {
|
||||
'dependencies': [
|
||||
'cmd/crlutil/crlutil.gyp:crlutil',
|
||||
|
|
@ -168,6 +173,7 @@
|
|||
'cmd/pk11ectest/pk11ectest.gyp:pk11ectest',
|
||||
'cmd/pk11gcmtest/pk11gcmtest.gyp:pk11gcmtest',
|
||||
'cmd/pk11mode/pk11mode.gyp:pk11mode',
|
||||
'cmd/pk11importtest/pk11importtest.gyp:pk11importtest',
|
||||
'cmd/pk1sign/pk1sign.gyp:pk1sign',
|
||||
'cmd/pp/pp.gyp:pp',
|
||||
'cmd/rsaperf/rsaperf.gyp:rsaperf',
|
||||
|
|
@ -195,6 +201,7 @@
|
|||
'gtests/mozpkix_gtest/mozpkix_gtest.gyp:mozpkix_gtest',
|
||||
'gtests/nss_bogo_shim/nss_bogo_shim.gyp:nss_bogo_shim',
|
||||
'gtests/pk11_gtest/pk11_gtest.gyp:pk11_gtest',
|
||||
'gtests/smime_gtest/smime_gtest.gyp:smime_gtest',
|
||||
'gtests/softoken_gtest/softoken_gtest.gyp:softoken_gtest',
|
||||
'gtests/ssl_gtest/ssl_gtest.gyp:ssl_gtest',
|
||||
'gtests/util_gtest/util_gtest.gyp:util_gtest',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue