Split webrtc/video into webrtc/{audio,call,video}.
Moves audio_receive_stream.{h,cc} into webrtc/audio, and common parts
into webrtc/call, splitting out audio/shared components with separate
OWNERS files.
BUG=webrtc:4690
R=solenberg@webrtc.org, tina.legrand@webrtc.org
TBR=mflodman@webrtc.org
Review URL: https://codereview.webrtc.org/1227923005 .
Cr-Commit-Position: refs/heads/master@{#10073}
diff --git a/webrtc/audio/OWNERS b/webrtc/audio/OWNERS
new file mode 100644
index 0000000..f0cc72a
--- /dev/null
+++ b/webrtc/audio/OWNERS
@@ -0,0 +1,9 @@
+solenberg@webrtc.org
+tina.legrand@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=*
+
+per-file BUILD.gn=kjellander@webrtc.org