From 2622ea73e33bf4269dcccff89a7ba224a80975b9 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 23 Feb 2017 22:22:41 -0800 Subject: Leave only an empty top level OWNERS file. We should not copy OWNERS files from upstream, or the owners should be registered in Gerrit Code Review. Bug: 33166666 Test: default build targets Change-Id: Ibfd47e643f03678bb65880653383adb84809169d --- webrtc/modules/audio_coding/OWNERS | 13 ------------- webrtc/modules/audio_coding/codecs/OWNERS | 4 ---- webrtc/modules/audio_coding/codecs/cng/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/g711/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/g722/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/ilbc/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/isac/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/isac/fix/source/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/isac/main/source/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/opus/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/pcm16b/OWNERS | 5 ----- webrtc/modules/audio_coding/codecs/tools/OWNERS | 6 ------ webrtc/modules/audio_coding/neteq/OWNERS | 6 ------ 13 files changed, 74 deletions(-) delete mode 100644 webrtc/modules/audio_coding/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/cng/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/g711/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/g722/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/ilbc/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/isac/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/isac/fix/source/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/isac/main/source/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/opus/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/pcm16b/OWNERS delete mode 100644 webrtc/modules/audio_coding/codecs/tools/OWNERS delete mode 100644 webrtc/modules/audio_coding/neteq/OWNERS (limited to 'webrtc/modules/audio_coding') diff --git a/webrtc/modules/audio_coding/OWNERS b/webrtc/modules/audio_coding/OWNERS deleted file mode 100644 index 77db17d1c5..0000000000 --- a/webrtc/modules/audio_coding/OWNERS +++ /dev/null @@ -1,13 +0,0 @@ -tina.legrand@webrtc.org -turaj@webrtc.org -henrik.lundin@webrtc.org -kwiberg@webrtc.org -minyue@webrtc.org -jan.skoglund@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 deleted file mode 100644 index b98e52763d..0000000000 --- a/webrtc/modules/audio_coding/codecs/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/cng/OWNERS b/webrtc/modules/audio_coding/codecs/cng/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/cng/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/g711/OWNERS b/webrtc/modules/audio_coding/codecs/g711/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/g711/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/g722/OWNERS b/webrtc/modules/audio_coding/codecs/g722/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/g722/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/ilbc/OWNERS b/webrtc/modules/audio_coding/codecs/ilbc/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/ilbc/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/isac/OWNERS b/webrtc/modules/audio_coding/codecs/isac/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/isac/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/OWNERS b/webrtc/modules/audio_coding/codecs/isac/fix/source/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/isac/main/source/OWNERS b/webrtc/modules/audio_coding/codecs/isac/main/source/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/isac/main/source/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/opus/OWNERS b/webrtc/modules/audio_coding/codecs/opus/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/opus/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/pcm16b/OWNERS b/webrtc/modules/audio_coding/codecs/pcm16b/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_coding/codecs/pcm16b/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ - -# 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=* diff --git a/webrtc/modules/audio_coding/codecs/tools/OWNERS b/webrtc/modules/audio_coding/codecs/tools/OWNERS deleted file mode 100644 index bbffda7e49..0000000000 --- a/webrtc/modules/audio_coding/codecs/tools/OWNERS +++ /dev/null @@ -1,6 +0,0 @@ -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=* diff --git a/webrtc/modules/audio_coding/neteq/OWNERS b/webrtc/modules/audio_coding/neteq/OWNERS deleted file mode 100644 index bbffda7e49..0000000000 --- a/webrtc/modules/audio_coding/neteq/OWNERS +++ /dev/null @@ -1,6 +0,0 @@ -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=* -- cgit v1.2.3