From 0f7f161ed600cd8f3615a9ed79a97c138472161d Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 16 Feb 2015 09:53:09 +0000 Subject: [PATCH] Add audio_coding module OWNERS file. It should simplify things to have an OWNERS file at the top level of audio_coding, in addition to the lower ones. R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/39149004 Cr-Commit-Position: refs/heads/master@{#8373} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8373 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_coding/OWNERS | 12 ++++++++++++ webrtc/modules/audio_coding/codecs/OWNERS | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/webrtc/modules/audio_coding/OWNERS b/webrtc/modules/audio_coding/OWNERS index d5ae8473c0..ee76c69701 100644 --- a/webrtc/modules/audio_coding/OWNERS +++ b/webrtc/modules/audio_coding/OWNERS @@ -1 +1,13 @@ +tina.legrand@webrtc.org +turaj@webrtc.org +henrik.lundin@webrtc.org +kwiberg@webrtc.org + +per-file *.isolate=kjellander@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 diff --git a/webrtc/modules/audio_coding/codecs/OWNERS b/webrtc/modules/audio_coding/codecs/OWNERS index 83880d21dc..906df28cf6 100644 --- a/webrtc/modules/audio_coding/codecs/OWNERS +++ b/webrtc/modules/audio_coding/codecs/OWNERS @@ -2,3 +2,8 @@ tina.legrand@webrtc.org turaj@webrtc.org jan.skoglund@webrtc.org henrik.lundin@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=*