webrtc/modules/bitrate_controller
Artem Titov 94b57c044e Cleanup BUILD.gn files from imports like foo:foo
Repalce all occurrences of foo:foo in deps with just foo in BUILD.gn
files.

Done with Sublime regex replace.
Find: \b([-a-zA-Z0-9_]+):+\1\b
In: *.gn
Replace with: \1

Bug: None
Change-Id: I40aba1b14face687a595b852ffe443cb20197611
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127899
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27225}
2019-03-21 13:05:28 +00:00
..
include Removes unused mock_bitrate_controller. 2019-03-11 14:31:14 +00:00
bitrate_controller_impl.cc Removes all const Clock*. 2019-01-30 13:03:37 +00:00
bitrate_controller_impl.h Removes all const Clock*. 2019-01-30 13:03:37 +00:00
bitrate_controller_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
bitrate_controller.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
BUILD.gn Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
loss_based_bandwidth_estimation.cc [clang-tidy] Apply performance-for-range-copy fixes. 2019-01-28 09:53:50 +00:00
loss_based_bandwidth_estimation.h Fix for bandwidth toggling problem in StartUpPhase. 2019-01-18 15:58:35 +00:00
OWNERS Adds srte to OWNERS in bitrate_controller and remote_bitrate_estimator. 2018-09-26 09:24:45 +00:00
send_side_bandwidth_estimation_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
send_side_bandwidth_estimation.cc Add bandwidth floor for RTT based backoff. 2019-02-28 16:14:19 +00:00
send_side_bandwidth_estimation.h Add bandwidth floor for RTT based backoff. 2019-02-28 16:14:19 +00:00