Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 1508343005: fuzzer for QUIC net::CryptoFramer::ParseMessage implemented (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix indentation error Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/quic_crypto_framer_parse_message_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 6a3ae31171341027b243ec5f5d76a8548c04366d..60bb219358179909035eea3b79532f7d4c62e7a5 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -252,3 +252,14 @@ test("websocket_frame_parser_fuzzer") {
"//testing/libfuzzer:libfuzzer_main",
]
}
+
+test("quic_crypto_framer_parse_message_fuzzer") {
+ sources = [
+ "quic_crypto_framer_parse_message_fuzzer.cc",
+ ]
+ deps = [
+ "//base",
+ "//net",
+ "//testing/libfuzzer:libfuzzer_main",
+ ]
+}
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/quic_crypto_framer_parse_message_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698