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-Original-Commit-Position: refs/heads/master@{#359384}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f911237bfc4f8b4e1cf3c772c8e1fa9bd1c3c417
1 file changed
tree: e635b8bcac38df3342cfcecd4e8c0428df88ca5f
  1. asan/
  2. tsan_v2/
  3. OWNERS