| commit | 0da34a1ae56a3c613643c7dcd034dadd3b9fef3d | [log] [tgz] |
|---|---|---|
| author | Edward Lesmes <[email protected]> | Wed Oct 14 18:24:17 2020 |
| committer | Copybara-Service <[email protected]> | Wed Oct 14 18:30:33 2020 |
| tree | a9e3bff4013c5fa8b75275d295f727a4718ab997 | |
| parent | f47c63c04808ff824021fbb65ca45b7f5f9df713 [diff] |
Add DIR_METADATA files to //net Add Generate DIR_METADATA files and remove metadata from OWNERS files for //net. [email protected], [email protected] Bug: 1113033 Change-Id: I6173a164f2ec855d83ca71b545ee0d71bffa0145 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454407 Reviewed-by: Ryan Sleevi <[email protected]> Reviewed-by: Eric Roman <[email protected]> Commit-Queue: Ryan Sleevi <[email protected]> Auto-Submit: Edward Lesmes <[email protected]> Cr-Commit-Position: refs/heads/master@{#817111} GitOrigin-RevId: 9c17f75d8cd48b397fd18c57aac4f803bf90990e
diff --git a/DIR_METADATA b/DIR_METADATA new file mode 100644 index 0000000..b64db52 --- /dev/null +++ b/DIR_METADATA
@@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# 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 { + component: "Internals>Network>SSL" +} \ No newline at end of file
diff --git a/OWNERS b/OWNERS index d332218..e6478b3 100644 --- a/OWNERS +++ b/OWNERS
@@ -2,5 +2,3 @@ [email protected] [email protected] [email protected] - -# COMPONENT: Internals>Network>SSL