tor-browser

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

module.gyp (1069B)


      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': 'pkixmodule',
     11       'type': 'static_library',
     12       'sources': [
     13         'pkix_pl_aiamgr.c',
     14         'pkix_pl_colcertstore.c',
     15         'pkix_pl_httpcertstore.c',
     16         'pkix_pl_httpdefaultclient.c',
     17         'pkix_pl_ldapcertstore.c',
     18         'pkix_pl_ldapdefaultclient.c',
     19         'pkix_pl_ldaprequest.c',
     20         'pkix_pl_ldapresponse.c',
     21         'pkix_pl_ldaptemplates.c',
     22         'pkix_pl_nsscontext.c',
     23         'pkix_pl_pk11certstore.c',
     24         'pkix_pl_socket.c'
     25       ],
     26       'dependencies': [
     27         '<(DEPTH)/exports.gyp:nss_exports'
     28       ]
     29     }
     30   ],
     31   'target_defaults': {
     32     'defines': [
     33       'SHLIB_SUFFIX=\"<(dll_suffix)\"',
     34       'SHLIB_PREFIX=\"<(dll_prefix)\"',
     35       'SHLIB_VERSION=\"\"'
     36     ]
     37   },
     38   'variables': {
     39     'module': 'nss'
     40   }
     41 }