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

Unified Diff: media/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
« no previous file with comments | « no previous file | media/filters/vp8_parser_fuzzertest.options » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 3641f6a2fe4250748da71c2f5e01a49e22f67eca..d738e2c4d361375d531467c5f8c7b2bd6926d601 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -818,7 +818,7 @@ fuzzer_test("media_vp8_parser_fuzzer") {
":media",
"//base",
]
- libfuzzer_options = "filters/vp8_parser_fuzzertest.options"
+ libfuzzer_options = [ "max_len = 400000" ]
dict = "test/vp8.dict"
}
@@ -830,5 +830,5 @@ fuzzer_test("media_vp9_parser_fuzzer") {
":media",
"//base",
]
- libfuzzer_options = "filters/vp9_parser_fuzzertest.options"
+ libfuzzer_options = [ "max_len = 400000" ]
}
« no previous file with comments | « no previous file | media/filters/vp8_parser_fuzzertest.options » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698