Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. This CL brought to you by: $ for d in $(for f in $(git ls-files '*gyp' '*gypi'); do dirname $f; done|sort|uniq|grep -v '^\.$'); do echo -e "\n# These are for the common case of adding or renaming files. If you're doing\n# structural changes, please get a review from a reviewer in this file.\nper-file *.gyp=*\nper-file *.gypi=*" >> $d/OWNERS; done $ for d in $(for f in $(git ls-files '*gyp' '*gypi'); do dirname $f; done|sort|uniq|grep -v '^\.$'); do git add $d/OWNERS; done (and then removed the talk/ impact) R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11969004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5903 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/third_party/gflags/OWNERS b/third_party/gflags/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/third_party/gflags/OWNERS
@@ -0,0 +1,5 @@ + +# 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/third_party/winsdk_samples/OWNERS b/third_party/winsdk_samples/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/third_party/winsdk_samples/OWNERS
@@ -0,0 +1,5 @@ + +# 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/OWNERS b/webrtc/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/OWNERS
@@ -0,0 +1,5 @@ + +# 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/build/OWNERS b/webrtc/build/OWNERS index 7e75a0f..2978427 100644 --- a/webrtc/build/OWNERS +++ b/webrtc/build/OWNERS
@@ -2,3 +2,8 @@ kjellander@webrtc.org wu@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/common_audio/OWNERS b/webrtc/common_audio/OWNERS index 84582f2..d6bbd0e 100644 --- a/webrtc/common_audio/OWNERS +++ b/webrtc/common_audio/OWNERS
@@ -2,3 +2,8 @@ tina.legrand@webrtc.org jan.skoglund@webrtc.org andrew@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/common_video/OWNERS b/webrtc/common_video/OWNERS index 7183cf2..62c2ed1 100644 --- a/webrtc/common_video/OWNERS +++ b/webrtc/common_video/OWNERS
@@ -2,3 +2,8 @@ mikhal@webrtc.org marpan@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=*
diff --git a/webrtc/modules/OWNERS b/webrtc/modules/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/cng/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/g711/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/g722/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/ilbc/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/isac/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/isac/main/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/opus/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/pcm16b/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/codecs/tools/OWNERS
@@ -0,0 +1,5 @@ + +# 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/main/acm2/OWNERS b/webrtc/modules/audio_coding/main/acm2/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/main/acm2/OWNERS
@@ -0,0 +1,5 @@ + +# 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/main/source/OWNERS b/webrtc/modules/audio_coding/main/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_coding/main/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 index b5c79ce..8d2e024 100644 --- a/webrtc/modules/audio_coding/neteq/OWNERS +++ b/webrtc/modules/audio_coding/neteq/OWNERS
@@ -1,3 +1,8 @@ henrik.lundin@webrtc.org tina.legrand@webrtc.org turaj@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/neteq4/OWNERS b/webrtc/modules/audio_coding/neteq4/OWNERS index d54559c..b65d37b 100644 --- a/webrtc/modules/audio_coding/neteq4/OWNERS +++ b/webrtc/modules/audio_coding/neteq4/OWNERS
@@ -2,3 +2,8 @@ tina.legrand@webrtc.org turaj@webrtc.org 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=*
diff --git a/webrtc/modules/audio_conference_mixer/source/OWNERS b/webrtc/modules/audio_conference_mixer/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_conference_mixer/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 index a07ced3..e533e85 100644 --- a/webrtc/modules/audio_device/OWNERS +++ b/webrtc/modules/audio_device/OWNERS
@@ -2,3 +2,8 @@ henrika@webrtc.org niklas.enbom@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=*
diff --git a/webrtc/modules/audio_device/main/source/OWNERS b/webrtc/modules/audio_device/main/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/audio_device/main/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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_processing/OWNERS b/webrtc/modules/audio_processing/OWNERS index 5a25634..213272a 100644 --- a/webrtc/modules/audio_processing/OWNERS +++ b/webrtc/modules/audio_processing/OWNERS
@@ -1,2 +1,7 @@ andrew@webrtc.org bjornv@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/bitrate_controller/OWNERS b/webrtc/modules/bitrate_controller/OWNERS index 6c70285..cce3a26 100644 --- a/webrtc/modules/bitrate_controller/OWNERS +++ b/webrtc/modules/bitrate_controller/OWNERS
@@ -3,3 +3,8 @@ 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=*
diff --git a/webrtc/modules/desktop_capture/OWNERS b/webrtc/modules/desktop_capture/OWNERS index 3276530..e85861b 100644 --- a/webrtc/modules/desktop_capture/OWNERS +++ b/webrtc/modules/desktop_capture/OWNERS
@@ -1,3 +1,8 @@ alexeypa@chromium.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=*
diff --git a/webrtc/modules/media_file/source/OWNERS b/webrtc/modules/media_file/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/media_file/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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/pacing/OWNERS b/webrtc/modules/pacing/OWNERS index 933a045..1426abc 100644 --- a/webrtc/modules/pacing/OWNERS +++ b/webrtc/modules/pacing/OWNERS
@@ -2,3 +2,8 @@ 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=*
diff --git a/webrtc/modules/remote_bitrate_estimator/OWNERS b/webrtc/modules/remote_bitrate_estimator/OWNERS index b705ede..eab2b8e 100644 --- a/webrtc/modules/remote_bitrate_estimator/OWNERS +++ b/webrtc/modules/remote_bitrate_estimator/OWNERS
@@ -2,4 +2,8 @@ stefan@webrtc.org henrik.lundin@webrtc.org mflodman@webrtc.org -asapersson@webrtc.org \ No newline at end of file +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=*
diff --git a/webrtc/modules/rtp_rtcp/source/OWNERS b/webrtc/modules/rtp_rtcp/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/rtp_rtcp/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/rtp_rtcp/test/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/rtp_rtcp/test/testFec/OWNERS
@@ -0,0 +1,5 @@ + +# 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/source/OWNERS b/webrtc/modules/utility/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/utility/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 index 3b02126..7798bd8 100644 --- a/webrtc/modules/video_capture/OWNERS +++ b/webrtc/modules/video_capture/OWNERS
@@ -3,3 +3,8 @@ mflodman@webrtc.org perkj@webrtc.org wu@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/video_coding/codecs/i420/main/source/OWNERS b/webrtc/modules/video_coding/codecs/i420/main/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_coding/codecs/i420/main/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_coding/codecs/test/OWNERS
@@ -0,0 +1,5 @@ + +# 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_framework/OWNERS b/webrtc/modules/video_coding/codecs/test_framework/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_coding/codecs/test_framework/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_coding/codecs/tools/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_coding/codecs/vp8/OWNERS
@@ -0,0 +1,5 @@ + +# 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/main/source/OWNERS b/webrtc/modules/video_coding/main/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_coding/main/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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 new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_coding/utility/OWNERS
@@ -0,0 +1,5 @@ + +# 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/main/source/OWNERS b/webrtc/modules/video_processing/main/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/modules/video_processing/main/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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_render/OWNERS b/webrtc/modules/video_render/OWNERS index 5e8ed09..19fb676 100644 --- a/webrtc/modules/video_render/OWNERS +++ b/webrtc/modules/video_render/OWNERS
@@ -3,3 +3,8 @@ perkj@webrtc.org wu@webrtc.org mallinath@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/system_wrappers/source/OWNERS b/webrtc/system_wrappers/source/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/system_wrappers/source/OWNERS
@@ -0,0 +1,5 @@ + +# 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/test/OWNERS b/webrtc/test/OWNERS index fec9caa..26c74f5 100644 --- a/webrtc/test/OWNERS +++ b/webrtc/test/OWNERS
@@ -2,3 +2,8 @@ kjellander@webrtc.org ivinnichenko@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/tools/OWNERS b/webrtc/tools/OWNERS index 7b4acbb..6be455c 100644 --- a/webrtc/tools/OWNERS +++ b/webrtc/tools/OWNERS
@@ -1,2 +1,6 @@ phoglund@webrtc.org -kjellander@webrtc.org \ No newline at end of file +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/video/OWNERS b/webrtc/video/OWNERS index 5064074..cb0452f 100644 --- a/webrtc/video/OWNERS +++ b/webrtc/video/OWNERS
@@ -2,3 +2,8 @@ stefan@webrtc.org wu@webrtc.org mallinath@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/video_engine/OWNERS b/webrtc/video_engine/OWNERS index 5064074..cb0452f 100644 --- a/webrtc/video_engine/OWNERS +++ b/webrtc/video_engine/OWNERS
@@ -2,3 +2,8 @@ stefan@webrtc.org wu@webrtc.org mallinath@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/video_engine/test/auto_test/OWNERS b/webrtc/video_engine/test/auto_test/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/video_engine/test/auto_test/OWNERS
@@ -0,0 +1,5 @@ + +# 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/video_engine/test/libvietest/OWNERS b/webrtc/video_engine/test/libvietest/OWNERS new file mode 100644 index 0000000..3ee6b4b --- /dev/null +++ b/webrtc/video_engine/test/libvietest/OWNERS
@@ -0,0 +1,5 @@ + +# 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/voice_engine/OWNERS b/webrtc/voice_engine/OWNERS index a07ced3..e533e85 100644 --- a/webrtc/voice_engine/OWNERS +++ b/webrtc/voice_engine/OWNERS
@@ -2,3 +2,8 @@ henrika@webrtc.org niklas.enbom@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=*