aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorSebastian Jansson <srte@webrtc.org>2018-04-24 14:41:22 +0200
committerCommit Bot <commit-bot@chromium.org>2018-04-25 10:13:03 +0000
commit09408115cda7e4203cdc06413c0240958b167814 (patch)
tree753988e6c623851418bc2b3ab6ac21a5a1e0b198 /call/BUILD.gn
parentabc821cd31390dbd81e1c7eb3fe1dc0eafaef54d (diff)
downloadwebrtc-09408115cda7e4203cdc06413c0240958b167814.tar.gz
Moving demux from FakeNetworkPipe to DirectTransport.
This CL moves the responsibility for demuxing from FakeNetworkPipe to DirectTransport. This makes the interface for FakeNetworkPipe more consistent. It exposes fewer different interfaces for different usages. It also means that any time degradations applied to the packets due in FakeNetworkPipe in tests will now be propagated to Call in a more realistic manner. Previously the time was set to uninitialized which meant that Call filled in values based on the system clock. Bug: webrtc:9054 Change-Id: Ie534062f5ae9ad992c06b19e43804138a35702f0 Reviewed-on: https://webrtc-review.googlesource.com/64260 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23017}
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index ffb38ee9e3..1924e26780 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -240,7 +240,6 @@ rtc_source_set("fake_network") {
"..:webrtc_common",
"../api:transport_api",
"../modules:module_api",
- "../modules/rtp_rtcp",
"../rtc_base:rtc_base_approved",
"../rtc_base:sequenced_task_checker",
"../system_wrappers",