tor-browser

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

system.gyp (904B)


      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': 'pkixsystem',
     11       'type': 'static_library',
     12       'sources': [
     13         'pkix_pl_bigint.c',
     14         'pkix_pl_bytearray.c',
     15         'pkix_pl_common.c',
     16         'pkix_pl_error.c',
     17         'pkix_pl_hashtable.c',
     18         'pkix_pl_lifecycle.c',
     19         'pkix_pl_mem.c',
     20         'pkix_pl_monitorlock.c',
     21         'pkix_pl_mutex.c',
     22         'pkix_pl_object.c',
     23         'pkix_pl_oid.c',
     24         'pkix_pl_primhash.c',
     25         'pkix_pl_rwlock.c',
     26         'pkix_pl_string.c'
     27       ],
     28       'dependencies': [
     29         '<(DEPTH)/exports.gyp:nss_exports'
     30       ]
     31     }
     32   ],
     33   'variables': {
     34     'module': 'nss'
     35   }
     36 }