From c6891248b5eedf0194add1f46cabfb655338459b Mon Sep 17 00:00:00 2001 From: "henrik.lundin" Date: Mon, 29 Jun 2015 04:54:46 -0700 Subject: [PATCH] Simplify OWNERS structure in modules/audio_coding All ownership is now handled by the top-level OWNERS file in modules/audio_coding. NOTRY=True Review URL: https://codereview.webrtc.org/1212133005 Cr-Commit-Position: refs/heads/master@{#9512} --- webrtc/modules/audio_coding/OWNERS | 1 + webrtc/modules/audio_coding/codecs/OWNERS | 5 ----- webrtc/modules/audio_coding/main/OWNERS | 4 ---- webrtc/modules/audio_coding/neteq/OWNERS | 5 ----- 4 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 webrtc/modules/audio_coding/main/OWNERS diff --git a/webrtc/modules/audio_coding/OWNERS b/webrtc/modules/audio_coding/OWNERS index 07145c3bbd..f43fb1f3ee 100644 --- a/webrtc/modules/audio_coding/OWNERS +++ b/webrtc/modules/audio_coding/OWNERS @@ -3,6 +3,7 @@ turaj@webrtc.org henrik.lundin@webrtc.org kwiberg@webrtc.org minyue@webrtc.org +jan.skoglund@webrtc.org per-file *.isolate=kjellander@webrtc.org diff --git a/webrtc/modules/audio_coding/codecs/OWNERS b/webrtc/modules/audio_coding/codecs/OWNERS index 906df28cf6..b98e52763d 100644 --- a/webrtc/modules/audio_coding/codecs/OWNERS +++ b/webrtc/modules/audio_coding/codecs/OWNERS @@ -1,8 +1,3 @@ -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=* diff --git a/webrtc/modules/audio_coding/main/OWNERS b/webrtc/modules/audio_coding/main/OWNERS deleted file mode 100644 index 83880d21dc..0000000000 --- a/webrtc/modules/audio_coding/main/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -tina.legrand@webrtc.org -turaj@webrtc.org -jan.skoglund@webrtc.org -henrik.lundin@webrtc.org diff --git a/webrtc/modules/audio_coding/neteq/OWNERS b/webrtc/modules/audio_coding/neteq/OWNERS index 072e754998..bbffda7e49 100644 --- a/webrtc/modules/audio_coding/neteq/OWNERS +++ b/webrtc/modules/audio_coding/neteq/OWNERS @@ -1,8 +1,3 @@ -henrik.lundin@webrtc.org -tina.legrand@webrtc.org -turaj@webrtc.org -minyue@webrtc.org - per-file *.isolate=kjellander@webrtc.org # These are for the common case of adding or renaming files. If you're doing