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

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

Issue 2430703002: Add fuzzer for H264 bitstream parser. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | webrtc/test/fuzzers/h264_bitstream_parser_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 764d71917f1d3c41313b233dfd3ae0c0ae6eebca..c8ea39913ee7fbbb093541f16d9b9f1059d830a2 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -68,6 +68,15 @@ webrtc_fuzzer_test("vp8_qp_parser_fuzzer") {
]
}
+webrtc_fuzzer_test("h264_bitstream_parser_fuzzer") {
+ sources = [
+ "h264_bitstream_parser_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/video_coding/",
+ ]
+}
+
webrtc_fuzzer_test("flexfec_header_reader_fuzzer") {
sources = [
"flexfec_header_reader_fuzzer.cc",
« no previous file with comments | « no previous file | webrtc/test/fuzzers/h264_bitstream_parser_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698