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

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: Remove old dictionaries. 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index a2c055dc9e6329352099b6f934f2b8787020625e..ac9612e3eb9e9e5137669bab3976ef9f494f4673 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -926,4 +926,5 @@ fuzzer_test("renderer_fuzzer") {
":test_support",
"//content/shell:content_shell_lib",
]
+ dict = "data/dicts/generated/renderer_fuzzer.dict"
}

Powered by Google App Engine
This is Rietveld 408576698