14 lines
225 B
Python
14 lines
225 B
Python
{
|
|
'includes': [
|
|
'../coreconf/config.gypi',
|
|
],
|
|
'targets': [
|
|
{
|
|
'target_name': 'fuzz',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(DEPTH)/fuzz/targets/targets.gyp:nssfuzz',
|
|
],
|
|
},
|
|
]
|
|
}
|