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

Unified Diff: test/fuzzers/BUILD.gn

Issue 2942613002: Fuzzing for video_coding::FrameBuffer2
Patch Set: Rebase + updated to int64_t picture ids Created 3 years, 3 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 | test/fuzzers/frame_buffer2_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzers/BUILD.gn
diff --git a/test/fuzzers/BUILD.gn b/test/fuzzers/BUILD.gn
index 6035cd93af926d092cb0321989eabea109ed1cc6..84a34efce747d6f3ad905fd83c1a9f33b1982e0c 100644
--- a/test/fuzzers/BUILD.gn
+++ b/test/fuzzers/BUILD.gn
@@ -376,3 +376,13 @@ webrtc_fuzzer_test("audio_processing_fuzzer") {
"../../rtc_base:rtc_base_approved",
]
}
+
+webrtc_fuzzer_test("frame_buffer2_fuzzer") {
+ sources = [
+ "frame_buffer2_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/video_coding/",
+ ]
+ libfuzzer_options = [ "max_len=10000" ]
+}
« no previous file with comments | « no previous file | test/fuzzers/frame_buffer2_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698