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

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

Issue 2579613003: Add TransportFeedbackPacketLossTracker. (Closed)
Patch Set: on comments Created 3 years, 11 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/transport_feedback_packet_loss_tracker_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 224b212c11d7845aa9197e00245ad6a86938f8ed..43a81b965f1773963a52676b714a2cf28ceeac61 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -301,3 +301,13 @@ webrtc_fuzzer_test("pseudotcp_parser_fuzzer") {
"../../p2p:rtc_p2p",
]
}
+
+webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") {
+ sources = [
+ "transport_feedback_packet_loss_tracker_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/rtp_rtcp",
+ "../../voice_engine",
+ ]
+}
« no previous file with comments | « no previous file | webrtc/test/fuzzers/transport_feedback_packet_loss_tracker_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698