summaryrefslogtreecommitdiff
path: root/nss.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'nss.gyp')
-rw-r--r--nss.gyp11
1 files changed, 9 insertions, 2 deletions
diff --git a/nss.gyp b/nss.gyp
index c9c5a3048..b6fb91703 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -233,11 +233,11 @@
[ 'fuzz==1', {
'targets': [
{
- 'target_name': 'fuzz',
+ 'target_name': 'fuzz_warning',
'type': 'none',
'actions': [
{
- 'action_name': 'warn_fuzz',
+ 'action_name': 'fuzz_warning',
'action': ['cat', 'fuzz/warning.txt'],
'inputs': ['fuzz/warning.txt'],
'ninja_use_console': 1,
@@ -245,6 +245,13 @@
}
],
},
+ {
+ 'target_name': 'fuzz',
+ 'type': 'none',
+ 'dependencies': [
+ 'fuzz/fuzz.gyp:nssfuzz',
+ ]
+ },
],
}],
],