aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorSebastian Jansson <srte@webrtc.org>2018-05-09 10:33:39 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-09 11:01:36 +0000
commitc6c44268bcb5ac98424837e549883d29eed10d0a (patch)
treef6b312b2d6e94e5a056763a7f92d95855970335a /call/BUILD.gn
parent7eca805ce372615e44344dd4ac40e8a66690e1b6 (diff)
downloadwebrtc-c6c44268bcb5ac98424837e549883d29eed10d0a.tar.gz
Moves network control interface to API.
This prepares for allowing injection of a network controller. Bug: webrtc:9155 Change-Id: I5624f47738db9c5cd4750eac76cb6289e06a7aa3 Reviewed-on: https://webrtc-review.googlesource.com/73100 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23188}
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 5be4636439..19ee903ff3 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -103,8 +103,8 @@ rtc_source_set("rtp_sender") {
":bitrate_configurator",
":rtp_interfaces",
"..:webrtc_common",
+ "../api/transport:network_control",
"../modules/congestion_controller",
- "../modules/congestion_controller/network_control",
"../modules/congestion_controller/rtp:congestion_controller",
"../modules/pacing",
"../modules/utility",
@@ -178,6 +178,7 @@ rtc_static_library("call") {
"../api:callfactory_api",
"../api:optional",
"../api:transport_api",
+ "../api/transport:network_control",
"../audio",
"../logging:rtc_event_audio",
"../logging:rtc_event_log_api",
@@ -186,7 +187,6 @@ rtc_static_library("call") {
"../logging:rtc_stream_config",
"../modules/bitrate_controller",
"../modules/congestion_controller",
- "../modules/congestion_controller/network_control",
"../modules/pacing",
"../modules/rtp_rtcp",
"../modules/rtp_rtcp:rtp_rtcp_format",