mirror of
https://git.suyu.dev/suyu/breakpad
synced 2024-11-21 06:26:01 -07:00
add DIR_METADATA settings
Change-Id: I104e667a354591b35c50902dd84917910b90d2d2 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3301422 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
2dce3fe73e
commit
57281798ba
1 changed files with 13 additions and 0 deletions
13
DIR_METADATA
Normal file
13
DIR_METADATA
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Metadata information for this directory.
|
||||||
|
#
|
||||||
|
# For more information on DIR_METADATA files, see:
|
||||||
|
# https://source.chromium.org/chromium/infra/infra/+/HEAD:go/src/infra/tools/dirmd/README.md
|
||||||
|
#
|
||||||
|
# For the schema of this file, see Metadata message:
|
||||||
|
# https://source.chromium.org/chromium/infra/infra/+/HEAD:go/src/infra/tools/dirmd/proto/dir_metadata.proto
|
||||||
|
|
||||||
|
monorail {
|
||||||
|
project: "google-breakpad"
|
||||||
|
}
|
||||||
|
|
||||||
|
team_email: "google-breakpad-dev@googlegroups.com"
|
Loading…
Reference in a new issue