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/webrtc@5903 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/build/OWNERS b/build/OWNERS
index 7e75a0f..2978427 100644
--- a/build/OWNERS
+++ b/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/common_audio/OWNERS b/common_audio/OWNERS
index 84582f2..d6bbd0e 100644
--- a/common_audio/OWNERS
+++ b/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/common_video/OWNERS b/common_video/OWNERS
index 7183cf2..62c2ed1 100644
--- a/common_video/OWNERS
+++ b/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/modules/OWNERS b/modules/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/cng/OWNERS b/modules/audio_coding/codecs/cng/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/g711/OWNERS b/modules/audio_coding/codecs/g711/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/g722/OWNERS b/modules/audio_coding/codecs/g722/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/ilbc/OWNERS b/modules/audio_coding/codecs/ilbc/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/isac/OWNERS b/modules/audio_coding/codecs/isac/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/isac/fix/source/OWNERS b/modules/audio_coding/codecs/isac/fix/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/isac/main/source/OWNERS b/modules/audio_coding/codecs/isac/main/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/opus/OWNERS b/modules/audio_coding/codecs/opus/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/pcm16b/OWNERS b/modules/audio_coding/codecs/pcm16b/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/codecs/tools/OWNERS b/modules/audio_coding/codecs/tools/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/main/acm2/OWNERS b/modules/audio_coding/main/acm2/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/main/source/OWNERS b/modules/audio_coding/main/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_coding/neteq/OWNERS b/modules/audio_coding/neteq/OWNERS
index b5c79ce..8d2e024 100644
--- a/modules/audio_coding/neteq/OWNERS
+++ b/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/modules/audio_coding/neteq4/OWNERS b/modules/audio_coding/neteq4/OWNERS
index d54559c..b65d37b 100644
--- a/modules/audio_coding/neteq4/OWNERS
+++ b/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/modules/audio_conference_mixer/source/OWNERS b/modules/audio_conference_mixer/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_device/OWNERS b/modules/audio_device/OWNERS
index a07ced3..e533e85 100644
--- a/modules/audio_device/OWNERS
+++ b/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/modules/audio_device/main/source/OWNERS b/modules/audio_device/main/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/audio_processing/OWNERS b/modules/audio_processing/OWNERS
index 5a25634..213272a 100644
--- a/modules/audio_processing/OWNERS
+++ b/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/modules/bitrate_controller/OWNERS b/modules/bitrate_controller/OWNERS
index 6c70285..cce3a26 100644
--- a/modules/bitrate_controller/OWNERS
+++ b/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/modules/desktop_capture/OWNERS b/modules/desktop_capture/OWNERS
index 3276530..e85861b 100644
--- a/modules/desktop_capture/OWNERS
+++ b/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/modules/media_file/source/OWNERS b/modules/media_file/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/pacing/OWNERS b/modules/pacing/OWNERS
index 933a045..1426abc 100644
--- a/modules/pacing/OWNERS
+++ b/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/modules/remote_bitrate_estimator/OWNERS b/modules/remote_bitrate_estimator/OWNERS
index b705ede..eab2b8e 100644
--- a/modules/remote_bitrate_estimator/OWNERS
+++ b/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/modules/rtp_rtcp/source/OWNERS b/modules/rtp_rtcp/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/rtp_rtcp/test/OWNERS b/modules/rtp_rtcp/test/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/rtp_rtcp/test/testFec/OWNERS b/modules/rtp_rtcp/test/testFec/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/utility/source/OWNERS b/modules/utility/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_capture/OWNERS b/modules/video_capture/OWNERS
index 3b02126..7798bd8 100644
--- a/modules/video_capture/OWNERS
+++ b/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/modules/video_coding/codecs/i420/main/source/OWNERS b/modules/video_coding/codecs/i420/main/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_coding/codecs/test/OWNERS b/modules/video_coding/codecs/test/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_coding/codecs/test_framework/OWNERS b/modules/video_coding/codecs/test_framework/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_coding/codecs/tools/OWNERS b/modules/video_coding/codecs/tools/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_coding/codecs/vp8/OWNERS b/modules/video_coding/codecs/vp8/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_coding/main/source/OWNERS b/modules/video_coding/main/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_coding/utility/OWNERS b/modules/video_coding/utility/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_processing/main/source/OWNERS b/modules/video_processing/main/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/modules/video_render/OWNERS b/modules/video_render/OWNERS
index 5e8ed09..19fb676 100644
--- a/modules/video_render/OWNERS
+++ b/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/system_wrappers/source/OWNERS b/system_wrappers/source/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/test/OWNERS b/test/OWNERS
index fec9caa..26c74f5 100644
--- a/test/OWNERS
+++ b/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/tools/OWNERS b/tools/OWNERS
index 7b4acbb..6be455c 100644
--- a/tools/OWNERS
+++ b/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/video/OWNERS b/video/OWNERS
index 5064074..cb0452f 100644
--- a/video/OWNERS
+++ b/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/video_engine/OWNERS b/video_engine/OWNERS
index 5064074..cb0452f 100644
--- a/video_engine/OWNERS
+++ b/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/video_engine/test/auto_test/OWNERS b/video_engine/test/auto_test/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/video_engine/test/libvietest/OWNERS b/video_engine/test/libvietest/OWNERS
new file mode 100644
index 0000000..3ee6b4b
--- /dev/null
+++ b/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/voice_engine/OWNERS b/voice_engine/OWNERS
index a07ced3..e533e85 100644
--- a/voice_engine/OWNERS
+++ b/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=*