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

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

Issue 1742813002: Move network fuzzers from //testing/libfuzzer/fuzzers to //net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fuzz1
Patch Set: rebase Created 4 years, 10 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 | « net/websockets/websocket_frame_parser_fuzzer.cc ('k') | testing/libfuzzer/fuzzers/dns_record_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 1126abbd7e3db7c89f37a6774fd5e579a8e25d30..e924b4178a2f3e901b180a232cbdf2da9a8b1f76 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -40,37 +40,6 @@ fuzzer_test("courgette_fuzzer") {
additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ]
}
-fuzzer_test("dns_record_fuzzer") {
- sources = [
- "dns_record_fuzzer.cc",
- ]
- deps = [
- "//base",
- "//net",
- ]
-}
-
-fuzzer_test("ftp_ctrl_response_fuzzer") {
- sources = [
- "ftp_ctrl_response_fuzzer.cc",
- ]
- deps = [
- "//base",
- "//net",
- ]
-}
-
-fuzzer_test("ftp_directory_listing_fuzzer") {
- sources = [
- "ftp_directory_listing_fuzzer.cc",
- ]
- deps = [
- "//base",
- "//base:i18n",
- "//net",
- ]
-}
-
fuzzer_test("language_detection_fuzzer") {
sources = [
"language_detection_fuzzer.cc",
@@ -152,16 +121,6 @@ fuzzer_test("string_to_int_fuzzer") {
]
}
-fuzzer_test("unescape_url_component_fuzzer") {
- sources = [
- "unescape_url_component_fuzzer.cc",
- ]
- deps = [
- "//base",
- "//net",
- ]
-}
-
fuzzer_test("url_parse_fuzzer") {
sources = [
"url_parse_fuzzer.cc",
@@ -245,34 +204,6 @@ if (pdf_enable_xfa) {
}
}
-fuzzer_test("websocket_frame_parser_fuzzer") {
- sources = [
- "websocket_frame_parser_fuzzer.cc",
- ]
- deps = [
- "//net",
- ]
-}
-
-fuzzer_test("http_chunked_decoder_fuzzer") {
- sources = [
- "http_chunked_decoder_fuzzer.cc",
- ]
- deps = [
- "//net",
- ]
-}
-
-fuzzer_test("quic_crypto_framer_parse_message_fuzzer") {
- sources = [
- "quic_crypto_framer_parse_message_fuzzer.cc",
- ]
- deps = [
- "//base",
- "//net",
- ]
-}
-
fuzzer_test("sqlite3_prepare_v2_fuzzer") {
sources = [
"sqlite3_prepare_v2_fuzzer.cc",
« no previous file with comments | « net/websockets/websocket_frame_parser_fuzzer.cc ('k') | testing/libfuzzer/fuzzers/dns_record_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698