tor-browser

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

lib.gyp (798B)


      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': 'sectool',
     11       'type': 'static_library',
     12       'standalone_static_library': 1,
     13       'sources': [
     14         'basicutil.c',
     15         'derprint.c',
     16         'ffs.c',
     17         'moreoids.c',
     18         'pk11table.c',
     19         'pppolicy.c',
     20         'secpwd.c',
     21         'secutil.c'
     22       ],
     23       'dependencies': [
     24         '<(DEPTH)/exports.gyp:nss_exports'
     25       ]
     26     }
     27   ],
     28   'target_defaults': {
     29     'defines': [
     30       'NSPR20',
     31       'NSS_USE_STATIC_LIBS'
     32     ]
     33   },
     34   'variables': {
     35     'module': 'nss'
     36   }
     37 }