summaryrefslogtreecommitdiffstats
path: root/tools/cros
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/cros
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/cros')
-rw-r--r--tools/cros/OWNERS3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cros/OWNERS b/tools/cros/OWNERS
index 4bb8766..9dc4e19 100644
--- a/tools/cros/OWNERS
+++ b/tools/cros/OWNERS
@@ -1,9 +1,6 @@
# For more information about telemetry development, please see:
# http://dev.chromium.org/developers/telemetry/telemetry-feature-guidelines
-# The set noparent is temporary until src/OWNERS isn't *.
-set noparent
-
achuith@chromium.org
tbarzic@chromium.org
tengs@chromium.org