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

Unified Diff: webrtc/call/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/audio/audio_send_stream_unittest.cc ('k') | webrtc/call/call.cc » ('j') | no next file with comments »
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 498c724900f4725989df1e078f5b20221309e910..c044e69018b4e44447a4fc7f3fdf543ee3b1d59b 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -12,7 +12,6 @@ source_set("call") {
sources = [
"bitrate_allocator.cc",
"call.cc",
- "congestion_controller.cc",
"transport_adapter.cc",
"transport_adapter.h",
]
@@ -29,6 +28,7 @@ source_set("call") {
deps = [
"..:rtc_event_log",
"..:webrtc_common",
+ "../modules/congestion_controller",
"../modules/rtp_rtcp",
"../system_wrappers",
]
« no previous file with comments | « webrtc/audio/audio_send_stream_unittest.cc ('k') | webrtc/call/call.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698