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

Unified Diff: webrtc/call/BUILD.gn

Issue 2397843005: Add FlexfecReceiveStream. (Closed)
Patch Set: Feedback response 1. Created 4 years, 2 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
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 97643d1238620f5dcada539fa4972d4049a62a71..8ea5d0512e05d1cf4eb4b9845ea72d1f5e7f3fd2 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -12,6 +12,8 @@ rtc_static_library("call") {
sources = [
"bitrate_allocator.cc",
"call.cc",
+ "flexfec_receive_stream.cc",
+ "flexfec_receive_stream.h",
"transport_adapter.cc",
"transport_adapter.h",
]
@@ -41,6 +43,7 @@ if (rtc_include_tests) {
"bitrate_allocator_unittest.cc",
"bitrate_estimator_tests.cc",
"call_unittest.cc",
+ "flexfec_receive_stream_unittest.cc",
"packet_injection_tests.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698