tor-browser

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

fuzz.gyp (225B)


      1 {
      2   'includes': [
      3     '../coreconf/config.gypi',
      4   ],
      5   'targets': [
      6     {
      7       'target_name': 'fuzz',
      8       'type': 'none',
      9       'dependencies': [
     10         '<(DEPTH)/fuzz/targets/targets.gyp:nssfuzz',
     11       ],
     12     },
     13   ]
     14 }