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

Unified Diff: net/BUILD.gn

Issue 1834303002: Rework the mime sniffer fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 4 years, 9 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
« no previous file with comments | « no previous file | net/base/mime_sniffer_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index b6390a790dfc6d9bdacd02816dccb43ff0690692..0b22347cfeaedb0ab2f3018492bfe9839179d55c 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1754,6 +1754,17 @@ source_set("net_fuzzer_test_support") {
]
}
+fuzzer_test("net_mime_sniffer_fuzzer") {
+ sources = [
+ "base/mime_sniffer_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ "//base",
+ "//net",
+ ]
+}
+
fuzzer_test("net_parse_proxy_list_pac_fuzzer") {
sources = [
"proxy/parse_proxy_list_pac_fuzzer.cc",
@@ -1805,17 +1816,6 @@ fuzzer_test("net_parse_data_url_fuzzer") {
]
}
-fuzzer_test("net_sniff_mime_type_fuzzer") {
- sources = [
- "base/sniff_mime_type_fuzzer.cc",
- ]
- deps = [
- ":net_fuzzer_test_support",
- "//base",
- "//net",
- ]
-}
-
fuzzer_test("net_parse_ip_pattern_fuzzer") {
sources = [
"base/parse_ip_pattern_fuzzer.cc",
« no previous file with comments | « no previous file | net/base/mime_sniffer_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698