Making hbos and hta OWNERS of webrtc/api/rtcstats*.

hbos and hta are webrtc/stats/ OWNERS. Public api headers relating to
rtcstats are placed in webrtc/api/ and implementations are placed in
webrtc/stats/. This ownership allows the rtcstats owners to own both .cc
and .h files.

For example, rtcstats.[h/cc] and rtcstatsreport.[h/cc].
(Soon there will also be rtcstats_objects.[h/cc] and more.)

BUG=chromium:627816

Review-Url: https://codereview.webrtc.org/2294693002
Cr-Commit-Position: refs/heads/master@{#13981}
This commit is contained in:
hbos 2016-08-30 14:51:10 -07:00 committed by Commit bot
parent 6e5b0d7a5b
commit 6a60e70266

View File

@ -8,6 +8,8 @@ deadbeef@webrtc.org
per-file androidvideotracksource.*=sakal@webrtc.org
per-file androidvideotracksource.*=magjed@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.