Update NSS to 3.32.1-RTM

This commit is contained in:
wolfbeast 2018-02-06 11:46:26 +01:00 • committed by Roy Tam
commit c91ef9012b
512 changed files with 83203 additions and 16839 deletions

View file

@ -19,7 +19,7 @@
'btoken.c',
'ckbiver.c',
'constants.c',
'<(INTERMEDIATE_DIR)/certdata.c'
'<(certdata_c)',
],
'dependencies': [
'<(DEPTH)/exports.gyp:nss_exports',
@ -30,23 +30,25 @@
{
'msvs_cygwin_shell': 0,
'action': [
'perl',
'certdata.perl',
'python',
'certdata.py',
'certdata.txt',
'<@(_outputs)',
],
'inputs': [
'certdata.py',
'certdata.perl',
'certdata.txt'
],
'outputs': [
'<(INTERMEDIATE_DIR)/certdata.c'
'<(certdata_c)'
],
'action_name': 'generate_certdata_c'
}
],
'variables': {
'mapfile': 'nssckbi.def'
'mapfile': 'nssckbi.def',
'certdata_c': '<(INTERMEDIATE_DIR)/certdata.c',
}
}
],