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

Unified Diff: webrtc/BUILD.gn

Issue 1499093002: Create fuzzer tests for audio decoders (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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') | webrtc/test/fuzzers/BUILD.gn » ('J')
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 d968dd242c995512c55e0ee656c182d76e47a47c..7639d8747f897a444d6a428b99853ba88a60348a 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -267,6 +267,7 @@ source_set("rtc_event_log") {
deps = [
":webrtc_common",
+ "modules/rtp_rtcp",
pbos-webrtc 2015/12/04 14:27:25 Is this related?
hlundin-webrtc 2015/12/04 14:58:06 I thought it was...
]
if (rtc_enable_protobuf) {
@@ -284,6 +285,12 @@ if (use_libfuzzer) {
group("webrtc_fuzzers") {
testonly = true
deps = [
+ # iLBC fuzzer disabled:
pbos-webrtc 2015/12/04 14:27:25 No need to disable, just because the fuzzer finds
hlundin-webrtc 2015/12/04 14:58:06 Done.
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=5305
+ # "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",
]
« no previous file with comments | « no previous file | webrtc/test/fuzzers/BUILD.gn » ('j') | webrtc/test/fuzzers/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698