From ccdf50ba09a9edae60b9e44d7f0ae363182a2ac8 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Thu, 4 Feb 2021 10:37:49 -0800 Subject: [PATCH] Move metadata in OWNERS files to DIR_METADATA files. See [1] for more context. [1] - https://docs.google.com/document/d/12NIyfEpSZvVG95ypw78uA-1EiwSByVVZ-Xyl43EGpLI Bug: chromium:1113033 Change-Id: I34ea65ce1f4c7aebda08a51ef0293a230de1139e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/205660 Reviewed-by: Mirko Bonadei Reviewed-by: Henrik Andreassson Commit-Queue: Josip Sokcevic Cr-Commit-Position: refs/heads/master@{#33196} --- DIR_METADATA | 3 +++ OWNERS | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 DIR_METADATA diff --git a/DIR_METADATA b/DIR_METADATA new file mode 100644 index 0000000000..a002d0947f --- /dev/null +++ b/DIR_METADATA @@ -0,0 +1,3 @@ +monorail { + project: "webrtc" +} diff --git a/OWNERS b/OWNERS index 1d813c4851..912725f0ad 100644 --- a/OWNERS +++ b/OWNERS @@ -16,5 +16,3 @@ per-file abseil-in-webrtc.md=danilchap@webrtc.org per-file abseil-in-webrtc.md=mbonadei@webrtc.org per-file style-guide.md=danilchap@webrtc.org per-file native-api.md=mbonadei@webrtc.org - -# COMPONENT: Internals>WebRTC