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

Unified Diff: webrtc/test/fuzzers/BUILD.gn

Issue 2876793002: Added AudioProcessing fuzzer (Closed)
Patch Set: Fuzzed ProcessStream may now return error codes. Created 3 years, 6 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 | webrtc/test/fuzzers/audio_processing_fuzzer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 0590f1c6c66232e2a191af84d928fc25f9d52d1f..3e6847074997027a409f3b7cb13dd66ce1b79035 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -358,3 +358,16 @@ webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") {
"../../voice_engine",
]
}
+
+webrtc_fuzzer_test("audio_processing_fuzzer") {
+ sources = [
+ "audio_processing_fuzzer.cc",
+ "audio_processing_fuzzer.h",
+ "audio_processing_fuzzer_configs.cc",
+ ]
+ deps = [
+ "../../base:rtc_base_approved",
+ "../../modules:module_api",
+ "../../modules/audio_processing",
+ ]
+}
« no previous file with comments | « no previous file | webrtc/test/fuzzers/audio_processing_fuzzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698