From e98598d3f0e35e68c84c69e904cef31e2222d907 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Mon, 14 Apr 2014 20:31:16 +0000 Subject: [PATCH] Make everyone an OWNER for .gyp/.gypi add/delete purposes, 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 non-talk/ impact) R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11979004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5904 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/OWNERS | 5 +++++ talk/build/OWNERS | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 talk/build/OWNERS diff --git a/talk/OWNERS b/talk/OWNERS index 364851bae..570953a68 100644 --- a/talk/OWNERS +++ b/talk/OWNERS @@ -11,3 +11,8 @@ tommi@webrtc.org wu@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=* diff --git a/talk/build/OWNERS b/talk/build/OWNERS new file mode 100644 index 000000000..3ee6b4bf5 --- /dev/null +++ b/talk/build/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=*