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

Unified Diff: webrtc/test/fuzzers/BUILD.gn

Issue 2911013002: Add fuzzer for vp9 qp parser. (Closed)
Patch Set: rebase Created 3 years, 6 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: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 6e5098e1fb9cab62a48f995efd5a520206c56474..0590f1c6c66232e2a191af84d928fc25f9d52d1f 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -70,6 +70,16 @@ webrtc_fuzzer_test("vp8_qp_parser_fuzzer") {
]
}
+webrtc_fuzzer_test("vp9_qp_parser_fuzzer") {
+ sources = [
+ "vp9_qp_parser_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/video_coding:video_coding_utility",
+ "../../modules/video_coding/",
+ ]
+}
+
webrtc_fuzzer_test("h264_bitstream_parser_fuzzer") {
sources = [
"h264_bitstream_parser_fuzzer.cc",
« no previous file with comments | « webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc ('k') | webrtc/test/fuzzers/vp9_qp_parser_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698