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

Unified Diff: third_party/hunspell/BUILD.gn

Issue 2089623002: [libfuzzer] Use contents of .bdic file as a dictionary for hunspell_fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 6 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 | third_party/hunspell/fuzz/hunspell_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/BUILD.gn
diff --git a/third_party/hunspell/BUILD.gn b/third_party/hunspell/BUILD.gn
index 4d9fce19a75ce56d6d7368571e4a3362381e4c65..736dc671ecab20c6d40fb992a574f6f4ba891b89 100644
--- a/third_party/hunspell/BUILD.gn
+++ b/third_party/hunspell/BUILD.gn
@@ -115,7 +115,7 @@ source_set("hunspell") {
fuzzer_test("hunspell_fuzzer") {
sources = [
"fuzz/hunspell_fuzzer.cc",
- "fuzz/hunspell_fuzzer_dictionary.h",
+ "fuzz/hunspell_fuzzer_hunspell_dictionary.h",
]
deps = [
":hunspell",
« no previous file with comments | « no previous file | third_party/hunspell/fuzz/hunspell_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698