From 7562fc8adb09aa2fe1a8ca10b1ebf6b3e8beac07 Mon Sep 17 00:00:00 2001 From: hbos Date: Tue, 28 Feb 2017 06:46:44 -0800 Subject: [PATCH] Make hbos and hta rtcstats* OWNERS of webrtc/pc, not webrtc/api. We were already OWNERS of these files, but when these files were moved from webrtc/api/ to webrtc/pc/ and a new OWNERS file created our ownership was accidentally not moved. Becoming per-file=rtcstats* OWNER of webrtc/pc/ which includes: rtcstats_integrationtest.cc rtcstatscollector.cc rtcstatscollector.h rtcstatscollector_unittest.cc Dropping ownership of webrtc/api/ which no longer includes any rtcstats* files. Already OWNER of all of webrtc/api/stats/ which includes: rtcstats.h rtcstats_objects.h rtcstatscollectorcallback.h rtcstatsreport.h Already OWNER of all of webrtc/stats/ which includes: rtcstats.cc rtcstats_objects.cc rtcstats_unittest.cc rtcstatsreport.cc rtcstatsreport_unittest.cc BUG=webrtc:7060 TBR=hta@webrtc.org, deadbeef@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2726563002 Cr-Commit-Position: refs/heads/master@{#16906} --- webrtc/api/OWNERS | 3 --- webrtc/pc/OWNERS | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc/api/OWNERS b/webrtc/api/OWNERS index 43e2cd6e7f..3301ecb00b 100644 --- a/webrtc/api/OWNERS +++ b/webrtc/api/OWNERS @@ -7,9 +7,6 @@ tkchin@webrtc.org tommi@webrtc.org deadbeef@webrtc.org -per-file rtcstats*=hbos@webrtc.org -per-file rtcstats*=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=* diff --git a/webrtc/pc/OWNERS b/webrtc/pc/OWNERS index ef5aa3959b..f6ae01a7e8 100644 --- a/webrtc/pc/OWNERS +++ b/webrtc/pc/OWNERS @@ -8,6 +8,9 @@ pthatcher@webrtc.org sergeyu@chromium.org tommi@webrtc.org +per-file rtcstats*=hbos@webrtc.org +per-file rtcstats*=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=*