summaryrefslogtreecommitdiff
path: root/fuzz/fuzz.gyp
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-01-26 11:11:11 +0100
committerTim Taubert <ttaubert@mozilla.com>2017-01-26 11:11:11 +0100
commit8755e4aaa86ba5c53b3a76825bd97d6ded40d503 (patch)
tree291649bee01ce3038c7a36368bae19b9ba7edf22 /fuzz/fuzz.gyp
parent4bd75b18618066d0a6230c876a1bc3f597004484 (diff)
downloadnss-hg-8755e4aaa86ba5c53b3a76825bd97d6ded40d503.tar.gz
Bug 1334062 - Remove libFuzzer dependencies from fuzzers r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D177
Diffstat (limited to 'fuzz/fuzz.gyp')
-rw-r--r--fuzz/fuzz.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fuzz/fuzz.gyp b/fuzz/fuzz.gyp
index 1ccc9df8f..98c87ad24 100644
--- a/fuzz/fuzz.gyp
+++ b/fuzz/fuzz.gyp
@@ -92,7 +92,6 @@
'type': 'executable',
'sources': [
'asn1_mutators.cc',
- 'initialize.cc',
'pkcs8_target.cc',
],
'dependencies': [
@@ -105,7 +104,6 @@
'type': 'executable',
'sources': [
'asn1_mutators.cc',
- 'initialize.cc',
'quickder_target.cc',
],
'dependencies': [
@@ -118,7 +116,6 @@
'type': 'executable',
'sources': [
'hash_target.cc',
- 'initialize.cc',
],
'dependencies': [
'<(DEPTH)/exports.gyp:nss_exports',