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

Unified Diff: content/test/BUILD.gn

Issue 2115563002: [libfuzzer] Added script for dictionary generation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore xml.dict, will replace with generated one in a separate CL. Created 4 years, 5 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 | content/test/data/fuzzer_dictionaries/renderer_fuzzer.dict » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index d84f7431a8b04d8891300c04d6b33d4eb3c57205..bab905c772f44b5837eea8be41009c5ce43b8472 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -928,4 +928,5 @@ fuzzer_test("renderer_fuzzer") {
":test_support",
"//content/shell:content_shell_lib",
]
+ dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict"
}
« no previous file with comments | « no previous file | content/test/data/fuzzer_dictionaries/renderer_fuzzer.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698