OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # Inspired by chromium.org: | 9 # Inspired by chromium.org: |
10 # http://dev.chromium.org/developers/contributing-code/watchlists | 10 # http://dev.chromium.org/developers/contributing-code/watchlists |
(...skipping 93 matching lines...) Loading... |
104 'documented_interfaces': ['interface-changes@webrtc.org'], | 104 'documented_interfaces': ['interface-changes@webrtc.org'], |
105 'common_audio': ['aluebs@webrtc.org', | 105 'common_audio': ['aluebs@webrtc.org', |
106 'andrew@webrtc.org', | 106 'andrew@webrtc.org', |
107 'audio-team@agora.io', | 107 'audio-team@agora.io', |
108 'bjornv@webrtc.org', | 108 'bjornv@webrtc.org', |
109 'minyue@webrtc.org', | 109 'minyue@webrtc.org', |
110 'peah@webrtc.org'], | 110 'peah@webrtc.org'], |
111 'audio': ['solenberg@webrtc.org', | 111 'audio': ['solenberg@webrtc.org', |
112 'tina.legrand@webrtc.org'], | 112 'tina.legrand@webrtc.org'], |
113 'call': ['mflodman@webrtc.org', | 113 'call': ['mflodman@webrtc.org', |
114 'pbos@webrtc.org', | |
115 'solenberg@webrtc.org', | 114 'solenberg@webrtc.org', |
116 'stefan@webrtc.org'], | 115 'stefan@webrtc.org'], |
117 'media': ['solenberg@webrtc.org'], | 116 'media': ['solenberg@webrtc.org'], |
118 'video': ['mflodman@webrtc.org', | 117 'video': ['mflodman@webrtc.org', |
119 'pbos@webrtc.org', | |
120 'perkj@webrtc.org', | 118 'perkj@webrtc.org', |
121 'stefan@webrtc.org', | 119 'stefan@webrtc.org', |
122 'video-team@agora.io', | 120 'video-team@agora.io', |
123 'yujie.mao@webrtc.org', | 121 'yujie.mao@webrtc.org', |
124 'zhengzhonghou@agora.io'], | 122 'zhengzhonghou@agora.io'], |
125 'voice_engine': ['andrew@webrtc.org', | 123 'voice_engine': ['andrew@webrtc.org', |
126 'audio-team@agora.io', | 124 'audio-team@agora.io', |
127 'henrika@webrtc.org', | 125 'henrika@webrtc.org', |
128 'henrik.lundin@webrtc.org', | 126 'henrik.lundin@webrtc.org', |
129 'minyue@webrtc.org', | 127 'minyue@webrtc.org', |
(...skipping 49 matching lines...) Loading... |
179 'stefan@webrtc.org', | 177 'stefan@webrtc.org', |
180 'danilchap@webrtc.org', | 178 'danilchap@webrtc.org', |
181 'zhuangzesen@agora.io'], | 179 'zhuangzesen@agora.io'], |
182 'system_wrappers': ['fengyue@agora.io', | 180 'system_wrappers': ['fengyue@agora.io', |
183 'henrika@webrtc.org', | 181 'henrika@webrtc.org', |
184 'mflodman@webrtc.org', | 182 'mflodman@webrtc.org', |
185 'peah@webrtc.org', | 183 'peah@webrtc.org', |
186 'zhengzhonghou@agora.io'], | 184 'zhengzhonghou@agora.io'], |
187 }, | 185 }, |
188 } | 186 } |
OLD | NEW |