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

Unified Diff: webrtc/call/BUILD.gn

Issue 1419803002: Rename ChannelGroup to CongestionController and move to webrtc/call/. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 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 | « no previous file | webrtc/call/call.cc » ('j') | webrtc/call/congestion_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index ebd30db97fc0dad12a21ee6d0508b274ebbc23c0..3abc762a774d26882bc46b15d58a8a4878f66b61 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -11,6 +11,7 @@ import("../build/webrtc.gni")
source_set("call") {
sources = [
"call.cc",
+ "congestion_controller.cc",
"transport_adapter.cc",
"transport_adapter.h",
]
« no previous file with comments | « no previous file | webrtc/call/call.cc » ('j') | webrtc/call/congestion_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698