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

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: 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 d12ade23082dce6801bbe3972c6d8e9504bca832..84d242c9c55fdccbedc6ac33114e7c48a0a75c7b 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -281,15 +281,12 @@ source_set("rtc_event_log") {
}
if (use_libfuzzer) {
- group("webrtc_fuzzers") {
+ # This target is only here for gn to discover fuzzer build targets under
pbos-webrtc 2015/12/11 15:47:17 Note that this is similar to what use_libfuzzer in
pbos-webrtc 2015/12/11 15:54:30 When getting this on the bots, we can run gn refs
kjellander_webrtc 2015/12/14 07:11:37 Is the goal here to have a minimum amount of objec
kjellander_webrtc 2015/12/14 07:11:37 If you create a target named 'fuzzers' (same as th
pbos-webrtc 2015/12/14 13:07:02 The point is to not have such a list (because it r
kjellander_webrtc 2015/12/14 18:49:06 I read up a bit on the Chromium implementation and
+ # webrtc/test/fuzzers/.
+ group("webrtc_fuzzer_gn_link") {
kjellander_webrtc 2015/12/14 07:11:37 I prefer the old name, I don't like the _gn_link s
pbos-webrtc 2015/12/14 13:07:02 Point was to point out that it's not a "real" targ
kjellander_webrtc 2015/12/14 18:49:06 I think it would be useful to have a target we can
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') | webrtc/test/fuzzers/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698