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

Unified Diff: webrtc/modules/congestion_controller/BUILD.gn

Issue 1718473002: Move congestion controller to a separate module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add presubmit Created 4 years, 10 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/call/webrtc_call.gypi ('k') | webrtc/modules/congestion_controller/congestion_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/bitrate_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
similarity index 76%
copy from webrtc/modules/bitrate_controller/BUILD.gn
copy to webrtc/modules/congestion_controller/BUILD.gn
index 5e3741ba933db058e77b5c9434d20ced72aa82cf..8723fe4475300f83190e4c71c434ab366d230118 100644
--- a/webrtc/modules/bitrate_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -8,14 +8,10 @@
import("../../build/webrtc.gni")
-source_set("bitrate_controller") {
+source_set("congestion_controller") {
sources = [
- "bitrate_controller_impl.cc",
- "bitrate_controller_impl.h",
- "include/bitrate_allocator.h",
- "include/bitrate_controller.h",
- "send_side_bandwidth_estimation.cc",
- "send_side_bandwidth_estimation.h",
+ "congestion_controller.cc",
+ "include/congestion_controller.h",
]
if (is_win) {
@@ -35,6 +31,8 @@ source_set("bitrate_controller") {
}
deps = [
- "../../system_wrappers",
+ "../bitrate_controller",
+ "../pacing",
+ "../remote_bitrate_estimator",
]
}
« no previous file with comments | « webrtc/call/webrtc_call.gypi ('k') | webrtc/modules/congestion_controller/congestion_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698