Rename APK tests workaround to make it more generic.
We plan to add junit tests running with Robolectric
so naming these files "apk" is slightly confusing.
NOTRY=True
Review-Url: https://codereview.webrtc.org/2020213002
Cr-Commit-Position: refs/heads/master@{#12971}
diff --git a/webrtc/api/OWNERS b/webrtc/api/OWNERS
index 2a0a6ae..2cf27e5 100644
--- a/webrtc/api/OWNERS
+++ b/webrtc/api/OWNERS
@@ -4,3 +4,8 @@
perkj@webrtc.org
tkchin@webrtc.org
tommi@webrtc.org
+
+# These are for the common case of adding or renaming files. If you're doing
+# structural changes, please get a review from a reviewer in this file.
+per-file *.gyp=*
+per-file *.gypi=*