From 07a224b2fa202c101ff65e6666b555800fee87a7 Mon Sep 17 00:00:00 2001 From: hbos Date: Mon, 3 Oct 2016 12:26:12 -0700 Subject: [PATCH] webrtc/api/stats/OWNERS file added. hbos and hta are already OWNERS of webrtc/stats/ and of rtcstats* files (per-file rtcstats*=) in webrtc/api/. When the webrtc/api/stats/ folder was created we forgot to add this OWNERS file (per-file OWNERS does not apply to subfolders apparently). BUG=chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2392633002 Cr-Commit-Position: refs/heads/master@{#14482} --- webrtc/api/stats/OWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 webrtc/api/stats/OWNERS diff --git a/webrtc/api/stats/OWNERS b/webrtc/api/stats/OWNERS new file mode 100644 index 0000000000..1c4e2eb115 --- /dev/null +++ b/webrtc/api/stats/OWNERS @@ -0,0 +1,9 @@ +hbos@webrtc.org +hta@webrtc.org + +# These are for the common case of adding or renaming files. If you're doing +# structural changes, please get a review from a reviewer in this file. +per-file *.gn=* +per-file *.gni=* +per-file *.gyp=* +per-file *.gypi=*