tor-browser

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

tests.gyp (2059B)


      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     '../../cmd/platlibs.gypi'
      8   ],
      9   'targets': [
     10     {
     11       'target_name': 'baddbdir',
     12       'type': 'executable',
     13       'sources': [
     14         'baddbdir.c'
     15       ],
     16       'dependencies': [
     17         '<(DEPTH)/exports.gyp:dbm_exports',
     18         '<(DEPTH)/exports.gyp:nss_exports'
     19       ]
     20     },
     21     {
     22       'target_name': 'conflict',
     23       'type': 'executable',
     24       'sources': [
     25         'conflict.c'
     26       ],
     27       'dependencies': [
     28         '<(DEPTH)/exports.gyp:dbm_exports',
     29         '<(DEPTH)/exports.gyp:nss_exports'
     30       ]
     31     },
     32     {
     33       'target_name': 'dertimetest',
     34       'type': 'executable',
     35       'sources': [
     36         'dertimetest.c'
     37       ],
     38       'dependencies': [
     39         '<(DEPTH)/exports.gyp:dbm_exports',
     40         '<(DEPTH)/exports.gyp:nss_exports'
     41       ]
     42     },
     43     {
     44       'target_name': 'encodeinttest',
     45       'type': 'executable',
     46       'sources': [
     47         'encodeinttest.c'
     48       ],
     49       'dependencies': [
     50         '<(DEPTH)/exports.gyp:dbm_exports',
     51         '<(DEPTH)/exports.gyp:nss_exports'
     52       ]
     53     },
     54     {
     55       'target_name': 'nonspr10',
     56       'type': 'executable',
     57       'sources': [
     58         'nonspr10.c'
     59       ],
     60       'dependencies': [
     61         '<(DEPTH)/exports.gyp:dbm_exports',
     62         '<(DEPTH)/exports.gyp:nss_exports'
     63       ]
     64     },
     65     {
     66       'target_name': 'remtest',
     67       'type': 'executable',
     68       'sources': [
     69         'remtest.c'
     70       ],
     71       'dependencies': [
     72         '<(DEPTH)/exports.gyp:dbm_exports',
     73         '<(DEPTH)/exports.gyp:nss_exports'
     74       ]
     75     },
     76     {
     77       'target_name': 'secmodtest',
     78       'type': 'executable',
     79       'sources': [
     80         'secmodtest.c'
     81       ],
     82       'dependencies': [
     83         '<(DEPTH)/exports.gyp:dbm_exports',
     84         '<(DEPTH)/exports.gyp:nss_exports'
     85       ]
     86     }
     87   ],
     88   'variables': {
     89     'module': 'nss'
     90   }
     91 }