From e2d8c01ba3f077c7e7b23cacc21f5aa5f1d53f25 Mon Sep 17 00:00:00 2001 From: kwiberg Date: Fri, 5 May 2017 12:41:15 -0700 Subject: [PATCH] Create an OWNERS file in webrtc/api/audio_codecs/ So that it's easier to find the right reviewers. NOTRY=true BUG=none Review-Url: https://codereview.webrtc.org/2860093005 Cr-Commit-Position: refs/heads/master@{#18037} --- webrtc/api/audio_codecs/OWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 webrtc/api/audio_codecs/OWNERS diff --git a/webrtc/api/audio_codecs/OWNERS b/webrtc/api/audio_codecs/OWNERS new file mode 100644 index 0000000000..a52dd93e5e --- /dev/null +++ b/webrtc/api/audio_codecs/OWNERS @@ -0,0 +1,2 @@ +kwiberg@webrtc.org +ossu@webrtc.org