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': 'libpkix',
11      'type': 'none',
12      'conditions': [
13        [ 'disable_libpkix==0', {
14          'dependencies': [
15            'pkix/certsel/certsel.gyp:pkixcertsel',
16            'pkix/checker/checker.gyp:pkixchecker',
17            'pkix/crlsel/crlsel.gyp:pkixcrlsel',
18            'pkix/params/params.gyp:pkixparams',
19            'pkix/results/results.gyp:pkixresults',
20            'pkix/store/store.gyp:pkixstore',
21            'pkix/top/top.gyp:pkixtop',
22            'pkix/util/util.gyp:pkixutil',
23            'pkix_pl_nss/module/module.gyp:pkixmodule',
24            'pkix_pl_nss/pki/pki.gyp:pkixpki',
25            'pkix_pl_nss/system/system.gyp:pkixsystem',
26          ],
27        }],
28      ],
29    },
30  ],
31}