mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Add myself to the watchlist for webrtc/api/ and webrtc/base/
NOTRY=true BUG=none Review-Url: https://codereview.webrtc.org/2857393002 Cr-Commit-Position: refs/heads/master@{#18016}
This commit is contained in:
parent
76e60e928f
commit
99ef6b7854
1 changed files with 6 additions and 1 deletions
|
@ -38,6 +38,9 @@
|
|||
'audio': {
|
||||
'filepath': 'webrtc/audio/.*',
|
||||
},
|
||||
'base': {
|
||||
'filepath': 'webrtc/base/.*',
|
||||
},
|
||||
'call': {
|
||||
'filepath': 'webrtc/call/.*',
|
||||
},
|
||||
|
@ -117,7 +120,9 @@
|
|||
'peah@webrtc.org'],
|
||||
'audio': ['solenberg@webrtc.org',
|
||||
'tina.legrand@webrtc.org'],
|
||||
'api': ['solenberg@webrtc.org'],
|
||||
'api': ['kwiberg@webrtc.org',
|
||||
'solenberg@webrtc.org'],
|
||||
'base': ['kwiberg@webrtc.org'],
|
||||
'call': ['mflodman@webrtc.org',
|
||||
'solenberg@webrtc.org',
|
||||
'stefan@webrtc.org'],
|
||||
|
|
Loading…
Reference in a new issue