0

Add DIR_METADATA to top directory.

Set project to "chromium" so it doesn't need to be specified for all
directories.

Bug: 1102997
Change-Id: I487ed21929db86c09d7b385343bee7a7243dd9b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320890
Reviewed-by: Scott Violet <sky@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792450}
This commit is contained in:
Edward Lesmes
2020-07-28 22:53:32 +00:00
committed by Commit Bot
parent 0109ae698b
commit 251cfc0e11

15
DIR_METADATA Normal file

@ -0,0 +1,15 @@
# Metadata for this directory.
#
# DIR_METADATA files allow code owners to point users to additional bits of
# information about the code, like where to file bugs and how to contact the
# team that works on the code.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
monorail {
project: "chromium"
}