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} |
||
|---|---|---|
| .. | ||
| audio_ring_buffer_unittest.cc | ||
| audio_ring_buffer.cc | ||
| audio_ring_buffer.h | ||
| blocker_unittest.cc | ||
| blocker.cc | ||
| blocker.h | ||
| BUILD.gn | ||
| lapped_transform_unittest.cc | ||
| lapped_transform.cc | ||
| lapped_transform.h | ||