| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'solenberg@webrtc.org', | 114 'solenberg@webrtc.org', |
| 115 'stefan@webrtc.org'], | 115 'stefan@webrtc.org'], |
| 116 'media': ['solenberg@webrtc.org'], | 116 'media': ['solenberg@webrtc.org'], |
| 117 'video': ['mflodman@webrtc.org', | 117 'video': ['mflodman@webrtc.org', |
| 118 'perkj@webrtc.org', | |
| 119 'stefan@webrtc.org', | 118 'stefan@webrtc.org', |
| 120 'video-team@agora.io', | 119 'video-team@agora.io', |
| 121 'yujie.mao@webrtc.org', | 120 'yujie.mao@webrtc.org', |
| 122 'zhengzhonghou@agora.io'], | 121 'zhengzhonghou@agora.io'], |
| 123 'voice_engine': ['andrew@webrtc.org', | 122 'voice_engine': ['andrew@webrtc.org', |
| 124 'audio-team@agora.io', | 123 'audio-team@agora.io', |
| 125 'henrika@webrtc.org', | 124 'henrika@webrtc.org', |
| 126 'henrik.lundin@webrtc.org', | 125 'henrik.lundin@webrtc.org', |
| 127 'minyue@webrtc.org', | 126 'minyue@webrtc.org', |
| 128 'peah@webrtc.org', | 127 'peah@webrtc.org', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'stefan@webrtc.org', | 176 'stefan@webrtc.org', |
| 178 'danilchap@webrtc.org', | 177 'danilchap@webrtc.org', |
| 179 'zhuangzesen@agora.io'], | 178 'zhuangzesen@agora.io'], |
| 180 'system_wrappers': ['fengyue@agora.io', | 179 'system_wrappers': ['fengyue@agora.io', |
| 181 'henrika@webrtc.org', | 180 'henrika@webrtc.org', |
| 182 'mflodman@webrtc.org', | 181 'mflodman@webrtc.org', |
| 183 'peah@webrtc.org', | 182 'peah@webrtc.org', |
| 184 'zhengzhonghou@agora.io'], | 183 'zhengzhonghou@agora.io'], |
| 185 }, | 184 }, |
| 186 } | 185 } |
| OLD | NEW |