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

Unified Diff: content/test/fuzzer/BUILD.gn

Issue 2383623002: Add a fuzzer for the Origin Trial token parser (Closed)
Patch Set: Created 4 years, 3 months 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
Index: content/test/fuzzer/BUILD.gn
diff --git a/content/test/fuzzer/BUILD.gn b/content/test/fuzzer/BUILD.gn
index d564f3031ecbe89643a86ffea8fef02f780e38b5..4222577ca615d7b6ba2a162d78ff99c4e586a563 100644
--- a/content/test/fuzzer/BUILD.gn
+++ b/content/test/fuzzer/BUILD.gn
@@ -26,6 +26,18 @@ if (!is_component_build) {
testonly = true
}
+ fuzzer_test("origin_trial_token_fuzzer") {
+ sources = [
+ "origin_trial_token_fuzzer.cc",
+ ]
+ deps = [
+ ":fuzzer_support",
+ ]
+ dict =
+ "//content/test/data/fuzzer_dictionaries/origin_trial_token_fuzzer.dict"
+ seed_corpus = "//content/test/data/fuzzer_corpus/origin_trial_token_data/"
+ }
+
fuzzer_test("renderer_fuzzer") {
sources = [
"renderer_fuzzer.cc",
« no previous file with comments | « content/test/data/fuzzer_dictionaries/origin_trial_token_fuzzer.dict ('k') | content/test/fuzzer/origin_trial_token_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698