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

Unified Diff: net/BUILD.gn

Issue 2582323004: Migrate static transport security state fuzzer to LibFuzzer. (Closed)
Patch Set: reinterpret_cast Created 4 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 8d1b3b637f3a3b355f215567c2ceeb7516a8b002..145790b7a7502a7aaa309b7ff633ac2296efd2d9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2076,6 +2076,18 @@ fuzzer_test("net_http_security_headers_hpkp_report_only_fuzzer") {
dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict"
}
+fuzzer_test("net_http_transport_security_state_static_fuzzer") {
+ sources = [
+ "http/transport_security_state_static_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ "//net",
+ ]
+ dict =
+ "data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict"
+}
+
if (host_toolchain == current_toolchain) {
executable("domain_security_preload_generator") {
sources = gypi_values.net_domain_security_state_generator_sources

Powered by Google App Engine
This is Rietveld 408576698