tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

crmf.gyp (982B)


      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': 'crmf',
     11       'type': 'static_library',
     12       'sources': [
     13         'asn1cmn.c',
     14         'challcli.c',
     15         'cmmfasn1.c',
     16         'cmmfchal.c',
     17         'cmmfrec.c',
     18         'cmmfresp.c',
     19         'crmfcont.c',
     20         'crmfdec.c',
     21         'crmfenc.c',
     22         'crmfget.c',
     23         'crmfpop.c',
     24         'crmfreq.c',
     25         'crmftmpl.c',
     26         'encutil.c',
     27         'respcli.c',
     28         'respcmn.c',
     29         'servget.c'
     30       ],
     31       'dependencies': [
     32         '<(DEPTH)/exports.gyp:nss_exports'
     33       ],
     34       'variables': {
     35         # This is purely for the use of the Mozilla build system.
     36         'no_expand_libs': 1,
     37       },
     38     }
     39   ],
     40   'variables': {
     41     'module': 'nss'
     42   }
     43 }