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

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

Issue 2333733002: Add a fuzzer test for the Clear-Site-Data header. (Closed)
Patch Set: Addressed comments. 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 969d08ffd7a6c997584e6d4c0384ba2425a4e204..d564f3031ecbe89643a86ffea8fef02f780e38b5 100644
--- a/content/test/fuzzer/BUILD.gn
+++ b/content/test/fuzzer/BUILD.gn
@@ -43,4 +43,16 @@ if (!is_component_build) {
":fuzzer_support",
]
}
+
+ fuzzer_test("clear_site_data_fuzzer") {
+ sources = [
+ "clear_site_data_fuzzer.cc",
+ ]
+ deps = [
+ ":fuzzer_support",
+ "//base",
+ "//content/browser:for_content_tests",
+ ]
+ seed_corpus = "//content/test/data/fuzzer_corpus/clear_site_data/"
+ }
}
« no previous file with comments | « content/test/data/fuzzer_corpus/clear_site_data/unknown.txt ('k') | content/test/fuzzer/clear_site_data_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698