webrtc/modules
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
..
audio_coding Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
audio_device Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
audio_mixer Avoid using GlobalTaskQueueFactory for TaskQueueForTest 2019-03-19 18:11:52 +00:00
audio_processing Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
bitrate_controller Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
congestion_controller Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
desktop_capture Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
include Delete VCMPacket constructor with WebRtcRTPHeader 2019-03-12 15:18:41 +00:00
pacing Log pacer values to verbose log 2019-02-26 15:22:18 +00:00
remote_bitrate_estimator Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
rtp_rtcp Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
third_party Fix guards for headers in third party 2018-08-07 09:39:06 +00:00
utility Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly 2019-03-11 16:49:21 +00:00
video_capture Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
video_coding Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
video_processing Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
BUILD.gn Reland "Move api/rtp_headers.h to its own build target." 2019-03-21 09:17:07 +00:00
module_common_types_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00