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