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

Unified Diff: webrtc/test/BUILD.gn

Issue 1463523002: Implement fuzzing of VP9 depacketization. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove include Created 5 years, 1 month 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/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index ed1dc750788bc1a0764320aa3f9918432e009350..a4efdfafae46c237d6e07d79edf0a583c8e28624 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -105,3 +105,12 @@ source_set("test_support_main") {
configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
}
+
+if (use_libfuzzer) {
+ group("webrtc_fuzzers") {
+ testonly = true
+ deps = [
+ "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