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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 1808643006: [libfuzzer] tweaking mp4 fuzzer: dictionary and max_len. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | testing/libfuzzer/fuzzers/dicts/mp4.dict » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 076b83c97afcbe987d0d58caa272287e84b12139..2531e7c5925a19d11502d99fc1788986f0fda853 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -59,6 +59,8 @@ if (proprietary_codecs) {
"//base",
"//media",
]
+ libfuzzer_options = "mp4_box_reader_fuzzer.options"
+ dict = "dicts/mp4.dict"
}
}
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/dicts/mp4.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698