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

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

Issue 1995833002: [libfuzzer] remove icu fuzzers (moved to //third_party/icu/fuzzers). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « BUILD.gn ('k') | testing/libfuzzer/fuzzers/dicts/icu_regex.dict » ('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 b56159c8402bb4c4b885bc29f5ba3a1e8939cfaf..5304e4f52d5bcbd447d868c4f66ef869e83cec31 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -183,15 +183,6 @@ fuzzer_test("libxml_xml_read_memory_fuzzer") {
dict = "dicts/xml.dict"
}
-fuzzer_test("unicode_string_codepage_create_fuzzer") {
- sources = [
- "unicode_string_codepage_create_fuzzer.cc",
- ]
- deps = [
- "//third_party/icu",
- ]
-}
-
fuzzer_test("libpng_read_fuzzer") {
sources = [
"libpng_read_fuzzer.cc",
@@ -203,17 +194,6 @@ fuzzer_test("libpng_read_fuzzer") {
dict = "dicts/png.dict"
}
-fuzzer_test("icu_uregex_open_fuzzer") {
- sources = [
- "icu_uregex_open_fuzzer.cc",
- ]
- deps = [
- "//third_party/icu",
- ]
- dict = "dicts/icu_regex.dict"
- libfuzzer_options = [ "max_len=128" ]
-}
-
fuzzer_test("v8_script_parser_fuzzer") {
sources = []
deps = [
« no previous file with comments | « BUILD.gn ('k') | testing/libfuzzer/fuzzers/dicts/icu_regex.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698