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

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

Issue 2698653002: Use re2_fuzzer stored in re2 repository, remove old version. (Closed)
Patch Set: Created 3 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 | « no previous file | testing/libfuzzer/fuzzers/re2_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 45a433b50fb6f96b18b5f63451a772762c0c7fee..b15cd66f3517f07c977ca114920b9c0c81d3c84c 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -333,15 +333,6 @@ fuzzer_test("v8_wasm_types_section_fuzzer") {
libfuzzer_options = [ "max_len=500" ]
}
-fuzzer_test("third_party_re2_fuzzer") {
- sources = [
- "re2_fuzzer.cc",
- ]
- deps = [
- "//third_party/re2:re2",
- ]
-}
-
fuzzer_test("libxml_xml_regexp_compile_fuzzer") {
sources = [
"libxml_xml_regexp_compile_fuzzer.cc",
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/re2_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698