util.gyp (1303B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 { 5 'includes': [ 6 '../../coreconf/config.gypi' 7 ], 8 'targets': [ 9 { 10 'target_name': 'nssutil', 11 'type': 'static_library', 12 'sources': [ 13 'derdec.c', 14 'derenc.c', 15 'dersubr.c', 16 'dertime.c', 17 'errstrs.c', 18 'nssb64d.c', 19 'nssb64e.c', 20 'nsshash.c', 21 'nssilock.c', 22 'nssrwlk.c', 23 'oidstring.c', 24 'pkcs1sig.c', 25 'pkcs11uri.c', 26 'portreg.c', 27 'quickder.c', 28 'secalgid.c', 29 'secasn1d.c', 30 'secasn1e.c', 31 'secasn1u.c', 32 'secdig.c', 33 'secitem.c', 34 'secload.c', 35 'secoid.c', 36 'secport.c', 37 'sectime.c', 38 'templates.c', 39 'utf8.c', 40 'utilmod.c', 41 'utilpars.c' 42 ], 43 'dependencies': [ 44 '<(DEPTH)/exports.gyp:nss_exports' 45 ] 46 }, 47 { 48 'target_name': 'nssutil3', 49 'type': 'shared_library', 50 'dependencies': [ 51 'nssutil' 52 ], 53 'variables': { 54 'mapfile': 'nssutil.def' 55 } 56 } 57 ], 58 'variables': { 59 'module': 'nss' 60 } 61 }