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 20 matching lines...) Expand all Loading... |
31 }, | 31 }, |
32 'java_files': { | 32 'java_files': { |
33 'filepath': '\.java$|\.xml$', | 33 'filepath': '\.java$|\.xml$', |
34 }, | 34 }, |
35 'api': { | 35 'api': { |
36 'filepath': 'webrtc/api/.*', | 36 'filepath': 'webrtc/api/.*', |
37 }, | 37 }, |
38 'audio': { | 38 'audio': { |
39 'filepath': 'webrtc/audio/.*', | 39 'filepath': 'webrtc/audio/.*', |
40 }, | 40 }, |
| 41 'base': { |
| 42 'filepath': 'webrtc/base/.*', |
| 43 }, |
41 'call': { | 44 'call': { |
42 'filepath': 'webrtc/call/.*', | 45 'filepath': 'webrtc/call/.*', |
43 }, | 46 }, |
44 'media_engine': { | 47 'media_engine': { |
45 'filepath': 'webrtc/media/engine/.*', | 48 'filepath': 'webrtc/media/engine/.*', |
46 }, | 49 }, |
47 'video': { | 50 'video': { |
48 'filepath': 'webrtc/video/.*', | 51 'filepath': 'webrtc/video/.*', |
49 }, | 52 }, |
50 'voice_engine': { | 53 'voice_engine': { |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'documented_interfaces': ['interface-changes@webrtc.org'], | 113 'documented_interfaces': ['interface-changes@webrtc.org'], |
111 'common_audio': ['alessiob@webrtc.org', | 114 'common_audio': ['alessiob@webrtc.org', |
112 'aluebs@webrtc.org', | 115 'aluebs@webrtc.org', |
113 'andrew@webrtc.org', | 116 'andrew@webrtc.org', |
114 'audio-team@agora.io', | 117 'audio-team@agora.io', |
115 'bjornv@webrtc.org', | 118 'bjornv@webrtc.org', |
116 'minyue@webrtc.org', | 119 'minyue@webrtc.org', |
117 'peah@webrtc.org'], | 120 'peah@webrtc.org'], |
118 'audio': ['solenberg@webrtc.org', | 121 'audio': ['solenberg@webrtc.org', |
119 'tina.legrand@webrtc.org'], | 122 'tina.legrand@webrtc.org'], |
120 'api': ['solenberg@webrtc.org'], | 123 'api': ['kwiberg@webrtc.org', |
| 124 'solenberg@webrtc.org'], |
| 125 'base': ['kwiberg@webrtc.org'], |
121 'call': ['mflodman@webrtc.org', | 126 'call': ['mflodman@webrtc.org', |
122 'solenberg@webrtc.org', | 127 'solenberg@webrtc.org', |
123 'stefan@webrtc.org'], | 128 'stefan@webrtc.org'], |
124 'media_engine': ['solenberg@webrtc.org'], | 129 'media_engine': ['solenberg@webrtc.org'], |
125 'video': ['mflodman@webrtc.org', | 130 'video': ['mflodman@webrtc.org', |
126 'stefan@webrtc.org', | 131 'stefan@webrtc.org', |
127 'video-team@agora.io', | 132 'video-team@agora.io', |
128 'yujie.mao@webrtc.org', | 133 'yujie.mao@webrtc.org', |
129 'zhengzhonghou@agora.io'], | 134 'zhengzhonghou@agora.io'], |
130 'voice_engine': ['alessiob@webrtc.org', | 135 'voice_engine': ['alessiob@webrtc.org', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'stefan@webrtc.org', | 197 'stefan@webrtc.org', |
193 'danilchap@webrtc.org', | 198 'danilchap@webrtc.org', |
194 'zhuangzesen@agora.io'], | 199 'zhuangzesen@agora.io'], |
195 'system_wrappers': ['fengyue@agora.io', | 200 'system_wrappers': ['fengyue@agora.io', |
196 'henrika@webrtc.org', | 201 'henrika@webrtc.org', |
197 'mflodman@webrtc.org', | 202 'mflodman@webrtc.org', |
198 'peah@webrtc.org', | 203 'peah@webrtc.org', |
199 'zhengzhonghou@agora.io'], | 204 'zhengzhonghou@agora.io'], |
200 }, | 205 }, |
201 } | 206 } |
OLD | NEW |