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

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

Issue 2430703002: Add fuzzer for H264 bitstream parser. (Closed)
Patch Set: Created 4 years, 2 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 0bff7bdd2ba2d3bf6f8c81c08e98469eb5c11562..8a2abac9bf58073f34092c684a074f0e37a7e7f2 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -69,6 +69,16 @@ webrtc_fuzzer_test("vp8_qp_parser_fuzzer") {
]
}
+webrtc_fuzzer_test("h264_bitstream_parser_fuzzer") {
+ sources = [
+ "h264_bitstream_parser_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/rtp_rtcp",
kthelgason 2016/10/19 11:14:25 Do we need this?
pbos-webrtc 2016/10/19 21:45:23 Remnant from patch before cleanup, done.
+ "../../modules/video_coding/",
+ ]
+}
+
webrtc_fuzzer_test("producer_fec_fuzzer") {
sources = [
"producer_fec_fuzzer.cc",

Powered by Google App Engine
This is Rietveld 408576698