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

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

Issue 2157783002: Add a CongestionController fuzzer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Also change BUILD.gn Created 4 years, 5 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/congestion_controller_feedback_fuzzer.cc » ('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 3615e8e4167c6f7350adca2b86a7bb35317d9cdb..d917f1afa7ad43c6e71581e47e658854ab6fc1e1 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -109,6 +109,15 @@ webrtc_fuzzer_test("rtp_header_fuzzer") {
]
}
+webrtc_fuzzer_test("congestion_controller_feedback_fuzzer") {
+ sources = [
+ "congestion_controller_feedback_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/congestion_controller/",
+ ]
+}
+
source_set("audio_decoder_fuzzer") {
public_configs = [ "../..:common_inherited_config" ]
sources = [
« no previous file with comments | « no previous file | webrtc/test/fuzzers/congestion_controller_feedback_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698