webrtc/examples/androidnativeapi
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
..
java/org/webrtc/examples/androidnativeapi Use android Nullable instead of javax Nullable 2018-12-10 15:03:58 +00:00
jni (7) Rename files to snake_case: remove forwarding headers 2019-01-26 00:33:46 +00:00
res Add an example app for Android native API. 2018-03-12 14:22:59 +00:00
AndroidManifest.xml Update Android native API example to use real camera. 2018-05-17 13:31:31 +00:00
BUILD.gn Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
DEPS Clean up visibility and dependencies of RTC event log build targets. 2019-01-11 11:05:12 +00:00
OWNERS Add sakal@webrtc.org to OWNERS for Android native API example app. 2018-05-17 09:05:21 +00:00