webrtc/modules/congestion_controller/rtp
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
..
BUILD.gn Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
congestion_controller_unittests_helper.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
congestion_controller_unittests_helper.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
control_handler.cc Cleanup of RtpTransportControllerSend. 2018-12-12 16:36:45 +00:00
control_handler.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
send_time_history.cc Removes clock from TransportFeedbackAdapter. 2019-01-21 12:55:00 +00:00
send_time_history.h Removes clock from TransportFeedbackAdapter. 2019-01-21 12:55:00 +00:00
send_time_history_unittest.cc Removes clock from TransportFeedbackAdapter. 2019-01-21 12:55:00 +00:00
transport_feedback_adapter.cc Move sorting from TransportFeedbackAdapter to GoogCC. 2019-01-30 14:28:59 +00:00
transport_feedback_adapter.h Removes clock from TransportFeedbackAdapter. 2019-01-21 12:55:00 +00:00
transport_feedback_adapter_unittest.cc Removes unused mock_bitrate_controller. 2019-03-11 14:31:14 +00:00