signtool.gyp (769B)
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 '../../cmd/platlibs.gypi' 8 ], 9 'targets': [ 10 { 11 'target_name': 'signtool', 12 'type': 'executable', 13 'sources': [ 14 'certgen.c', 15 'javascript.c', 16 'list.c', 17 'sign.c', 18 'signtool.c', 19 'util.c', 20 'verify.c', 21 'zip.c' 22 ], 23 'dependencies': [ 24 '<(DEPTH)/exports.gyp:nss_exports', 25 '<(DEPTH)/lib/jar/jar.gyp:jar', 26 '<(DEPTH)/lib/zlib/zlib.gyp:nss_zlib' 27 ] 28 } 29 ], 30 'variables': { 31 'module': 'nss' 32 } 33 }