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

Unified Diff: webrtc/video/BUILD.gn

Issue 2390463002: Remove OnLocalSsrcChanged and rename EncoderStateFeedback. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc ('k') | webrtc/video/encoder_rtcp_feedback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 294d30c9e376c57fcbafc47b3dee04e0cb26e184..43bef2d2e2feff34867e02c1c7028a6f653222c1 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -12,8 +12,8 @@ rtc_static_library("video") {
sources = [
"call_stats.cc",
"call_stats.h",
- "encoder_state_feedback.cc",
- "encoder_state_feedback.h",
+ "encoder_rtcp_feedback.cc",
+ "encoder_rtcp_feedback.h",
"overuse_frame_detector.cc",
"overuse_frame_detector.h",
"payload_router.cc",
@@ -80,7 +80,7 @@ if (rtc_include_tests) {
testonly = true
sources = [
"call_stats_unittest.cc",
- "encoder_state_feedback_unittest.cc",
+ "encoder_rtcp_feedback_unittest.cc",
"end_to_end_tests.cc",
"overuse_frame_detector_unittest.cc",
"payload_router_unittest.cc",
« no previous file with comments | « webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc ('k') | webrtc/video/encoder_rtcp_feedback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698