From 8f91f1ee71ea33c668de3f467fb7bc84c5e1d075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bostr=C3=B6m?= Date: Thu, 9 Nov 2017 12:06:13 +0100 Subject: [PATCH] Make hbos@webrtc.org OWNER of peerconnection*. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hbos knows and makes changes to the webrtc-pc spec[1] and works on making Chromium's RTCPeerConnection spec-compliant. This includes knowing and interacting with WebRTC-layer PeerConnection/Interface and sometimes making changes to it. hbos would like to share the peerconnection* ownership responsibilty as it is relevant and owning it will speed up some of the process. [1] https://w3c.github.io/webrtc-pc/ Bug: None NOTRY: True Change-Id: I8f419b7fc6c7fcf19951aa3f304769c915300d1b Reviewed-on: https://webrtc-review.googlesource.com/21327 Reviewed-by: Tommi Reviewed-by: Peter Thatcher Commit-Queue: Henrik Boström Cr-Commit-Position: refs/heads/master@{#20649} --- api/OWNERS | 2 ++ pc/OWNERS | 1 + 2 files changed, 3 insertions(+) diff --git a/api/OWNERS b/api/OWNERS index bde021f5a8..1c30e33a68 100644 --- a/api/OWNERS +++ b/api/OWNERS @@ -8,5 +8,7 @@ tommi@webrtc.org deadbeef@webrtc.org kwiberg@webrtc.org +per-file peerconnection*=hbos@webrtc.org + per-file *.gn=phoglund@webrtc.org per-file *.gni=phoglund@webrtc.org diff --git a/pc/OWNERS b/pc/OWNERS index f6ae01a7e8..f698e832a1 100644 --- a/pc/OWNERS +++ b/pc/OWNERS @@ -8,6 +8,7 @@ pthatcher@webrtc.org sergeyu@chromium.org tommi@webrtc.org +per-file peerconnection*=hbos@webrtc.org per-file rtcstats*=hbos@webrtc.org per-file rtcstats*=hta@webrtc.org