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

Unified Diff: webrtc/BUILD.gn

Issue 1518973003: Add VP8 and H264 depacketizer fuzzers. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index f11509cb911f7536ea966691f02e7fefc64d1beb..b26d29f2ee6e2c7dd81873f774dbb097b8653244 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -281,15 +281,12 @@ source_set("rtc_event_log") {
}
if (use_libfuzzer || use_drfuzz) {
- group("webrtc_fuzzers") {
+ # This target is only here for gn to discover fuzzer build targets under
+ # webrtc/test/fuzzers/.
+ group("webrtc_fuzzers_dummy") {
testonly = true
deps = [
- "test/fuzzers:audio_decoder_ilbc_fuzzer",
- "test/fuzzers:audio_decoder_isac_fuzzer",
- "test/fuzzers:audio_decoder_isacfix_fuzzer",
- "test/fuzzers:audio_decoder_opus_fuzzer",
- "test/fuzzers:vp8_qp_parser_fuzzer",
- "test/fuzzers:vp9_depacketizer_fuzzer",
+ "test/fuzzers:webrtc_fuzzer_main",
]
}
}
« no previous file with comments | « no previous file | webrtc/test/fuzzers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698