aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorSebastian Jansson <srte@webrtc.org>2018-02-21 13:02:51 +0100
committerCommit Bot <commit-bot@chromium.org>2018-02-21 14:27:25 +0000
commit91bb6671eafbd6a957e2e1091965567bf23a05b4 (patch)
treedd90d8c94eaa812fd0300216669e03c115cb55d1 /call/BUILD.gn
parent416332b597282c9632ad508e11b2633e051d19b5 (diff)
downloadwebrtc-91bb6671eafbd6a957e2e1091965567bf23a05b4.tar.gz
Moved routes tracking to rtp transport controller.
This prepares for eliminating OnNetworkRouteChanged in the Call class. Bug: webrtc:8415 Change-Id: I62dc7226804e65c90b2a0a771dd6861f6760c8dd Reviewed-on: https://webrtc-review.googlesource.com/54363 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22130}
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index b943221958..683f5282c1 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -97,6 +97,7 @@ rtc_source_set("rtp_sender") {
"..:webrtc_common",
"../modules/congestion_controller",
"../modules/pacing",
+ "../rtc_base:rtc_base",
"../rtc_base:rtc_base_approved",
]
}