exports.gyp (1729B)
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': 'lib_util_exports', 11 'type': 'none', 12 'copies': [ 13 { 14 'files': [ 15 'base64.h', 16 'ciferfam.h', 17 'eccutil.h', 18 'hasht.h', 19 'ml_dsat.h', 20 'kyber.h', 21 'ml_dsat.h', 22 'nssb64.h', 23 'nssb64t.h', 24 'nssilckt.h', 25 'nssilock.h', 26 'nsslocks.h', 27 'nsshash.h', 28 'nssrwlk.h', 29 'nssrwlkt.h', 30 'nssutil.h', 31 'pkcs11.h', 32 'pkcs11f.h', 33 'pkcs11n.h', 34 'pkcs11p.h', 35 'pkcs11t.h', 36 'pkcs11u.h', 37 'pkcs11uri.h', 38 'pkcs1sig.h', 39 'portreg.h', 40 'secasn1.h', 41 'secasn1t.h', 42 'seccomon.h', 43 'secder.h', 44 'secdert.h', 45 'secdig.h', 46 'secdigt.h', 47 'secerr.h', 48 'secitem.h', 49 'secoid.h', 50 'secoidt.h', 51 'secport.h', 52 'utilmodt.h', 53 'utilpars.h', 54 'utilparst.h', 55 'utilrename.h' 56 ], 57 'destination': '<(nss_public_dist_dir)/<(module)' 58 }, 59 { 60 'files': [ 61 'templates.c', 62 'verref.h' 63 ], 64 'destination': '<(nss_private_dist_dir)/<(module)' 65 } 66 ] 67 } 68 ], 69 'variables': { 70 'module': 'nss' 71 } 72 }