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

Unified Diff: media/BUILD.gn

Issue 2401963003: Add a fuzzer target for MP4 AVCC record parsing (Closed)
Patch Set: condition target on proprietary codecs 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
« no previous file with comments | « no previous file | media/formats/mp4/mp4_avcc_parser_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index e723369f30b9b08d5b3acb50a03d1869cf62a787..3b45d60228725c5e095a9f9a9905422abb6de68d 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -911,3 +911,15 @@ fuzzer_test("media_webm_muxer_fuzzer") {
"//third_party/libwebm",
]
}
+
+if (proprietary_codecs) {
+ fuzzer_test("media_mp4_avcc_parser_fuzzer") {
+ sources = [
+ "formats/mp4/mp4_avcc_parser_fuzzer.cc",
+ ]
+ deps = [
+ ":media",
+ "//base",
+ ]
+ }
+}
« no previous file with comments | « no previous file | media/formats/mp4/mp4_avcc_parser_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698