| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 }, | 61 }, |
| 62 'audio_device': { | 62 'audio_device': { |
| 63 'filepath': 'webrtc/modules/audio_device/.*', | 63 'filepath': 'webrtc/modules/audio_device/.*', |
| 64 }, | 64 }, |
| 65 'audio_coding': { | 65 'audio_coding': { |
| 66 'filepath': 'webrtc/modules/audio_coding/.*', | 66 'filepath': 'webrtc/modules/audio_coding/.*', |
| 67 }, | 67 }, |
| 68 'neteq': { | 68 'neteq': { |
| 69 'filepath': 'webrtc/modules/audio_coding/neteq/.*', | 69 'filepath': 'webrtc/modules/audio_coding/neteq/.*', |
| 70 }, | 70 }, |
| 71 'audio_mixer': { |
| 72 'filepath': 'webrtc/modules/audio_mixer/.*', |
| 73 }, |
| 71 'audio_processing': { | 74 'audio_processing': { |
| 72 'filepath': 'webrtc/modules/audio_processing/.*', | 75 'filepath': 'webrtc/modules/audio_processing/.*', |
| 73 }, | 76 }, |
| 74 'video_coding': { | 77 'video_coding': { |
| 75 'filepath': 'webrtc/modules/video_coding/.*', | 78 'filepath': 'webrtc/modules/video_coding/.*', |
| 76 }, | 79 }, |
| 77 'video_processing': { | 80 'video_processing': { |
| 78 'filepath': 'webrtc/modules/video_processing/.*', | 81 'filepath': 'webrtc/modules/video_processing/.*', |
| 79 }, | 82 }, |
| 80 'bitrate_controller': { | 83 'bitrate_controller': { |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'sdk-team@agora.io'], | 144 'sdk-team@agora.io'], |
| 142 'audio_coding': ['audio-team@agora.io', | 145 'audio_coding': ['audio-team@agora.io', |
| 143 'henrik.lundin@webrtc.org', | 146 'henrik.lundin@webrtc.org', |
| 144 'kwiberg@webrtc.org', | 147 'kwiberg@webrtc.org', |
| 145 'minyue@webrtc.org', | 148 'minyue@webrtc.org', |
| 146 'peah@webrtc.org', | 149 'peah@webrtc.org', |
| 147 'tina.legrand@webrtc.org'], | 150 'tina.legrand@webrtc.org'], |
| 148 'neteq': ['audio-team@agora.io', | 151 'neteq': ['audio-team@agora.io', |
| 149 'henrik.lundin@webrtc.org', | 152 'henrik.lundin@webrtc.org', |
| 150 'minyue@webrtc.org'], | 153 'minyue@webrtc.org'], |
| 154 'audio_mixer': ['henrik.lundin@webrtc.org'], |
| 151 'audio_processing': ['aluebs@webrtc.org', | 155 'audio_processing': ['aluebs@webrtc.org', |
| 152 'andrew@webrtc.org', | 156 'andrew@webrtc.org', |
| 153 'audio-team@agora.io', | 157 'audio-team@agora.io', |
| 154 'bjornv@webrtc.org', | 158 'bjornv@webrtc.org', |
| 155 'henrik.lundin@webrtc.org', | 159 'henrik.lundin@webrtc.org', |
| 156 'kwiberg@webrtc.org', | 160 'kwiberg@webrtc.org', |
| 157 'minyue@webrtc.org', | 161 'minyue@webrtc.org', |
| 158 'peah@webrtc.org', | 162 'peah@webrtc.org', |
| 159 'solenberg@webrtc.org'], | 163 'solenberg@webrtc.org'], |
| 160 'video_coding': ['mflodman@webrtc.org', | 164 'video_coding': ['mflodman@webrtc.org', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 177 'stefan@webrtc.org', | 181 'stefan@webrtc.org', |
| 178 'danilchap@webrtc.org', | 182 'danilchap@webrtc.org', |
| 179 'zhuangzesen@agora.io'], | 183 'zhuangzesen@agora.io'], |
| 180 'system_wrappers': ['fengyue@agora.io', | 184 'system_wrappers': ['fengyue@agora.io', |
| 181 'henrika@webrtc.org', | 185 'henrika@webrtc.org', |
| 182 'mflodman@webrtc.org', | 186 'mflodman@webrtc.org', |
| 183 'peah@webrtc.org', | 187 'peah@webrtc.org', |
| 184 'zhengzhonghou@agora.io'], | 188 'zhengzhonghou@agora.io'], |
| 185 }, | 189 }, |
| 186 } | 190 } |
| OLD | NEW |