summaryrefslogtreecommitdiffstats
path: root/tools/grit
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-11-12 13:03:03 -0800
committerNico Weber <thakis@chromium.org>2015-11-12 21:05:23 +0000
commitf911237bfc4f8b4e1cf3c772c8e1fa9bd1c3c417 (patch)
treed7ee7a050a954ac460c0bebd6db4dc591cd27d29 /tools/grit
parent5251c29d5e7dd2dc399419d6e1a638b1e4765954 (diff)
downloadchromium_src-f911237bfc4f8b4e1cf3c772c8e1fa9bd1c3c417.zip
chromium_src-f911237bfc4f8b4e1cf3c772c8e1fa9bd1c3c417.tar.gz
chromium_src-f911237bfc4f8b4e1cf3c772c8e1fa9bd1c3c417.tar.bz2
Give tools/ a real OWNERS file.
See "[chromium-dev] Adding a real OWNERS file for tools/" https://groups.google.com/a/chromium.org/d/msg/chromium-dev/qYrZ2_Y-2dI/S0TsAnTDEQAJ This allows removing several `set noparent`s and makes it unnecessary to add more of those in other places (e.g. tools/grit, tools/clang, ...). The idea is that tools is still a good place to put your one-off scripts that you want to share with others and this shouldn't add any friction for adding More Stuff, so it's ok to TBR for new tools/ subfolders. But existing tools/ should be reviewed by the folks who wrote them (or you can say OWNERS=* in your subfolder). I added per-file OWNERS for most files that live directly in tools/, and an OWNERS file for grit now that it lives in src. Some tools/ subfolders currently lack OWNERS files, please add those as required. BUG=none R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1437683006 . Cr-Commit-Position: refs/heads/master@{#359384}
Diffstat (limited to 'tools/grit')
-rw-r--r--tools/grit/OWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/grit/OWNERS b/tools/grit/OWNERS
new file mode 100644
index 0000000..765485d
--- /dev/null
+++ b/tools/grit/OWNERS
@@ -0,0 +1,5 @@
+flackr@chromium.org
+mnissler@chromium.org
+newt@chromium.org
+thakis@chromium.org
+thestig@chromium.org