webrtc/modules/pacing
Mirko Bonadei 61a7b141eb Removing conditional visibility.
Conditional visibility is complex to maintain and it is not well
supported by other build systems.

This CL removes it and falls back on the more relaxed visibility value
("*" in this case).
It is not a problem because the targets that are using conditional
visibility are all marked as "testonly" and this is probably enough to
keep the build graph clean.

Bug: None
Change-Id: I2d2b5ac9a02d08c2863950116db455976ee1459c
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/14902
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20658}
2017-11-13 15:39:11 +00:00
..
mock Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
alr_detector_unittest.cc Fix ALR field trial parsing 2017-10-02 12:51:19 +00:00
alr_detector.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
alr_detector.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
bitrate_prober_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bitrate_prober.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
bitrate_prober.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
BUILD.gn Removing conditional visibility. 2017-11-13 15:39:11 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
paced_sender_unittest.cc New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. 2017-10-23 11:39:57 +00:00
paced_sender.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
paced_sender.h New PacedSender constructor with injected PacketQueue 2017-10-31 11:39:22 +00:00
pacer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
packet_queue2.cc New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. 2017-10-23 11:39:57 +00:00
packet_queue2.h New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. 2017-10-23 11:39:57 +00:00
packet_queue.cc New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. 2017-10-23 11:39:57 +00:00
packet_queue.h New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. 2017-10-23 11:39:57 +00:00
packet_router_unittest.cc Simplify RtpRtcp interface for REMB 2017-10-11 11:09:39 +00:00
packet_router.cc Simplify RtpRtcp interface for REMB 2017-10-11 11:09:39 +00:00
packet_router.h Resolve cyclic dependency in remote bitrate estimator 2017-09-25 15:10:14 +00:00