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

Unified Diff: net/BUILD.gn

Issue 1867833002: [libfuzzer] store custom options in .GN build target instead of a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update reference.md of libFuzzer & CF documentation. Created 4 years, 8 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index fdfe0b690788fc7fd8e6c528594a0a632609fa3a..a0c81245fb944af9a82d799ad588dd63f1219bb3 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1919,7 +1919,7 @@ fuzzer_test("net_unescape_url_component_fuzzer") {
"//net",
]
dict = "base/unescape_url_component_fuzzer.dict"
- libfuzzer_options = "base/unescape_url_component_fuzzer.options"
+ libfuzzer_options = [ "max_len = 2048" ]
}
fuzzer_test("net_websocket_frame_parser_fuzzer") {
« no previous file with comments | « media/test/media_pipeline_integration_fuzzer.options ('k') | net/base/unescape_url_component_fuzzer.options » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698