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/OWNERS | 6 ------ 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 ------ webrtc/modules/audio_conference_mixer/OWNERS | 8 -------- webrtc/modules/audio_conference_mixer/source/OWNERS | 5 ----- webrtc/modules/audio_device/OWNERS | 12 ------------ webrtc/modules/audio_processing/OWNERS | 10 ---------- webrtc/modules/bitrate_controller/OWNERS | 11 ----------- webrtc/modules/desktop_capture/OWNERS | 11 ----------- webrtc/modules/media_file/OWNERS | 10 ---------- webrtc/modules/pacing/OWNERS | 10 ---------- webrtc/modules/remote_bitrate_estimator/OWNERS | 11 ----------- webrtc/modules/rtp_rtcp/OWNERS | 11 ----------- webrtc/modules/rtp_rtcp/source/OWNERS | 5 ----- webrtc/modules/rtp_rtcp/test/OWNERS | 5 ----- webrtc/modules/rtp_rtcp/test/testFec/OWNERS | 5 ----- webrtc/modules/utility/OWNERS | 9 --------- webrtc/modules/utility/source/OWNERS | 5 ----- webrtc/modules/video_capture/OWNERS | 13 ------------- webrtc/modules/video_coding/OWNERS | 9 --------- webrtc/modules/video_coding/codecs/OWNERS | 3 --- webrtc/modules/video_coding/codecs/i420/OWNERS | 5 ----- webrtc/modules/video_coding/codecs/test/OWNERS | 5 ----- webrtc/modules/video_coding/codecs/tools/OWNERS | 5 ----- webrtc/modules/video_coding/codecs/vp8/OWNERS | 5 ----- webrtc/modules/video_coding/utility/OWNERS | 5 ----- webrtc/modules/video_processing/OWNERS | 9 --------- webrtc/modules/video_render/OWNERS | 12 ------------ 39 files changed, 279 deletions(-) delete mode 100644 webrtc/modules/OWNERS 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 delete mode 100644 webrtc/modules/audio_conference_mixer/OWNERS delete mode 100644 webrtc/modules/audio_conference_mixer/source/OWNERS delete mode 100644 webrtc/modules/audio_device/OWNERS delete mode 100644 webrtc/modules/audio_processing/OWNERS delete mode 100644 webrtc/modules/bitrate_controller/OWNERS delete mode 100644 webrtc/modules/desktop_capture/OWNERS delete mode 100644 webrtc/modules/media_file/OWNERS delete mode 100644 webrtc/modules/pacing/OWNERS delete mode 100644 webrtc/modules/remote_bitrate_estimator/OWNERS delete mode 100644 webrtc/modules/rtp_rtcp/OWNERS delete mode 100644 webrtc/modules/rtp_rtcp/source/OWNERS delete mode 100644 webrtc/modules/rtp_rtcp/test/OWNERS delete mode 100644 webrtc/modules/rtp_rtcp/test/testFec/OWNERS delete mode 100644 webrtc/modules/utility/OWNERS delete mode 100644 webrtc/modules/utility/source/OWNERS delete mode 100644 webrtc/modules/video_capture/OWNERS delete mode 100644 webrtc/modules/video_coding/OWNERS delete mode 100644 webrtc/modules/video_coding/codecs/OWNERS delete mode 100644 webrtc/modules/video_coding/codecs/i420/OWNERS delete mode 100644 webrtc/modules/video_coding/codecs/test/OWNERS delete mode 100644 webrtc/modules/video_coding/codecs/tools/OWNERS delete mode 100644 webrtc/modules/video_coding/codecs/vp8/OWNERS delete mode 100644 webrtc/modules/video_coding/utility/OWNERS delete mode 100644 webrtc/modules/video_processing/OWNERS delete mode 100644 webrtc/modules/video_render/OWNERS (limited to 'webrtc/modules') diff --git a/webrtc/modules/OWNERS b/webrtc/modules/OWNERS deleted file mode 100644 index bbffda7e49..0000000000 --- a/webrtc/modules/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/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=* diff --git a/webrtc/modules/audio_conference_mixer/OWNERS b/webrtc/modules/audio_conference_mixer/OWNERS deleted file mode 100644 index ea2062a9a0..0000000000 --- a/webrtc/modules/audio_conference_mixer/OWNERS +++ /dev/null @@ -1,8 +0,0 @@ -minyue@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_conference_mixer/source/OWNERS b/webrtc/modules/audio_conference_mixer/source/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/audio_conference_mixer/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_device/OWNERS b/webrtc/modules/audio_device/OWNERS deleted file mode 100644 index 12d67c035b..0000000000 --- a/webrtc/modules/audio_device/OWNERS +++ /dev/null @@ -1,12 +0,0 @@ -henrikg@webrtc.org -henrika@webrtc.org -niklas.enbom@webrtc.org -tkchin@webrtc.org -xians@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_processing/OWNERS b/webrtc/modules/audio_processing/OWNERS deleted file mode 100644 index d14f7f8614..0000000000 --- a/webrtc/modules/audio_processing/OWNERS +++ /dev/null @@ -1,10 +0,0 @@ -aluebs@webrtc.org -henrik.lundin@webrtc.org -peah@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/bitrate_controller/OWNERS b/webrtc/modules/bitrate_controller/OWNERS deleted file mode 100644 index 2aa9763e9c..0000000000 --- a/webrtc/modules/bitrate_controller/OWNERS +++ /dev/null @@ -1,11 +0,0 @@ -stefan@webrtc.org -henrik.lundin@webrtc.org -mflodman@webrtc.org -asapersson@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/desktop_capture/OWNERS b/webrtc/modules/desktop_capture/OWNERS deleted file mode 100644 index 67d2fa1959..0000000000 --- a/webrtc/modules/desktop_capture/OWNERS +++ /dev/null @@ -1,11 +0,0 @@ -alexeypa@chromium.org -jiayl@webrtc.org -sergeyu@chromium.org -wez@chromium.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/media_file/OWNERS b/webrtc/modules/media_file/OWNERS deleted file mode 100644 index f6467a4161..0000000000 --- a/webrtc/modules/media_file/OWNERS +++ /dev/null @@ -1,10 +0,0 @@ -mflodman@webrtc.org -perkj@webrtc.org -niklas.enbom@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/pacing/OWNERS b/webrtc/modules/pacing/OWNERS deleted file mode 100644 index bde04e2c20..0000000000 --- a/webrtc/modules/pacing/OWNERS +++ /dev/null @@ -1,10 +0,0 @@ -stefan@webrtc.org -mflodman@webrtc.org -asapersson@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/remote_bitrate_estimator/OWNERS b/webrtc/modules/remote_bitrate_estimator/OWNERS deleted file mode 100644 index fd12dcea0c..0000000000 --- a/webrtc/modules/remote_bitrate_estimator/OWNERS +++ /dev/null @@ -1,11 +0,0 @@ -stefan@webrtc.org -henrik.lundin@webrtc.org -mflodman@webrtc.org -asapersson@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/rtp_rtcp/OWNERS b/webrtc/modules/rtp_rtcp/OWNERS deleted file mode 100644 index fd12dcea0c..0000000000 --- a/webrtc/modules/rtp_rtcp/OWNERS +++ /dev/null @@ -1,11 +0,0 @@ -stefan@webrtc.org -henrik.lundin@webrtc.org -mflodman@webrtc.org -asapersson@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/rtp_rtcp/source/OWNERS b/webrtc/modules/rtp_rtcp/source/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/rtp_rtcp/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/rtp_rtcp/test/OWNERS b/webrtc/modules/rtp_rtcp/test/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/rtp_rtcp/test/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/rtp_rtcp/test/testFec/OWNERS b/webrtc/modules/rtp_rtcp/test/testFec/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/rtp_rtcp/test/testFec/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/utility/OWNERS b/webrtc/modules/utility/OWNERS deleted file mode 100644 index 65cb70c9b9..0000000000 --- a/webrtc/modules/utility/OWNERS +++ /dev/null @@ -1,9 +0,0 @@ -asapersson@webrtc.org -perkj@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/utility/source/OWNERS b/webrtc/modules/utility/source/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/utility/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/video_capture/OWNERS b/webrtc/modules/video_capture/OWNERS deleted file mode 100644 index f8a55684dc..0000000000 --- a/webrtc/modules/video_capture/OWNERS +++ /dev/null @@ -1,13 +0,0 @@ -glaznev@webrtc.org -mflodman@webrtc.org -perkj@webrtc.org -tkchin@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/video_coding/OWNERS b/webrtc/modules/video_coding/OWNERS deleted file mode 100644 index 389d632dfd..0000000000 --- a/webrtc/modules/video_coding/OWNERS +++ /dev/null @@ -1,9 +0,0 @@ -stefan@webrtc.org -marpan@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/video_coding/codecs/OWNERS b/webrtc/modules/video_coding/codecs/OWNERS deleted file mode 100644 index 37a6e6e501..0000000000 --- a/webrtc/modules/video_coding/codecs/OWNERS +++ /dev/null @@ -1,3 +0,0 @@ -stefan@webrtc.org -marpan@webrtc.org -tkchin@webrtc.org diff --git a/webrtc/modules/video_coding/codecs/i420/OWNERS b/webrtc/modules/video_coding/codecs/i420/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/video_coding/codecs/i420/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/video_coding/codecs/test/OWNERS b/webrtc/modules/video_coding/codecs/test/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/video_coding/codecs/test/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/video_coding/codecs/tools/OWNERS b/webrtc/modules/video_coding/codecs/tools/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/video_coding/codecs/tools/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/video_coding/codecs/vp8/OWNERS b/webrtc/modules/video_coding/codecs/vp8/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/video_coding/codecs/vp8/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/video_coding/utility/OWNERS b/webrtc/modules/video_coding/utility/OWNERS deleted file mode 100644 index 3ee6b4bf5f..0000000000 --- a/webrtc/modules/video_coding/utility/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/video_processing/OWNERS b/webrtc/modules/video_processing/OWNERS deleted file mode 100644 index 389d632dfd..0000000000 --- a/webrtc/modules/video_processing/OWNERS +++ /dev/null @@ -1,9 +0,0 @@ -stefan@webrtc.org -marpan@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/video_render/OWNERS b/webrtc/modules/video_render/OWNERS deleted file mode 100644 index 3aaa5328f5..0000000000 --- a/webrtc/modules/video_render/OWNERS +++ /dev/null @@ -1,12 +0,0 @@ -mflodman@webrtc.org -perkj@webrtc.org -tkchin@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 -- cgit v1.2.3