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 14 matching lines...) Expand all Loading... |
25 'documented_interfaces': { | 25 'documented_interfaces': { |
26 'filepath': '^webrtc/[^/]*\.h$|'\ | 26 'filepath': '^webrtc/[^/]*\.h$|'\ |
27 'webrtc/voice_engine/include/.*', | 27 'webrtc/voice_engine/include/.*', |
28 }, | 28 }, |
29 'build_files': { | 29 'build_files': { |
30 'filepath': '\.gyp$|\.gypi$|Android\.mk$', | 30 'filepath': '\.gyp$|\.gypi$|Android\.mk$', |
31 }, | 31 }, |
32 'java_files': { | 32 'java_files': { |
33 'filepath': '\.java$|\.xml$', | 33 'filepath': '\.java$|\.xml$', |
34 }, | 34 }, |
| 35 'api': { |
| 36 'filepath': 'webrtc/api/.*', |
| 37 }, |
35 'audio': { | 38 'audio': { |
36 'filepath': 'webrtc/audio/.*', | 39 'filepath': 'webrtc/audio/.*', |
37 }, | 40 }, |
38 'call': { | 41 'call': { |
39 'filepath': 'webrtc/call/.*', | 42 'filepath': 'webrtc/call/.*', |
40 }, | 43 }, |
41 'media': { | 44 'media_engine': { |
42 'filepath': 'webrtc/media/.*', | 45 'filepath': 'webrtc/media/engine/.*', |
43 }, | 46 }, |
44 'video': { | 47 'video': { |
45 'filepath': 'webrtc/video/.*', | 48 'filepath': 'webrtc/video/.*', |
46 }, | 49 }, |
47 'voice_engine': { | 50 'voice_engine': { |
48 'filepath': 'webrtc/voice_engine/.*', | 51 'filepath': 'webrtc/voice_engine/.*', |
49 }, | 52 }, |
50 'common_audio': { | 53 'common_audio': { |
51 'filepath': 'webrtc/common_audio/.*', | 54 'filepath': 'webrtc/common_audio/.*', |
52 }, | 55 }, |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'yujie.mao@webrtc.org'], | 109 'yujie.mao@webrtc.org'], |
107 'documented_interfaces': ['interface-changes@webrtc.org'], | 110 'documented_interfaces': ['interface-changes@webrtc.org'], |
108 'common_audio': ['aluebs@webrtc.org', | 111 'common_audio': ['aluebs@webrtc.org', |
109 'andrew@webrtc.org', | 112 'andrew@webrtc.org', |
110 'audio-team@agora.io', | 113 'audio-team@agora.io', |
111 'bjornv@webrtc.org', | 114 'bjornv@webrtc.org', |
112 'minyue@webrtc.org', | 115 'minyue@webrtc.org', |
113 'peah@webrtc.org'], | 116 'peah@webrtc.org'], |
114 'audio': ['solenberg@webrtc.org', | 117 'audio': ['solenberg@webrtc.org', |
115 'tina.legrand@webrtc.org'], | 118 'tina.legrand@webrtc.org'], |
| 119 'api': ['solenberg@webrtc.org'], |
116 'call': ['mflodman@webrtc.org', | 120 'call': ['mflodman@webrtc.org', |
117 'solenberg@webrtc.org', | 121 'solenberg@webrtc.org', |
118 'stefan@webrtc.org'], | 122 'stefan@webrtc.org'], |
119 'media': ['solenberg@webrtc.org'], | 123 'media_engine': ['solenberg@webrtc.org'], |
120 'video': ['mflodman@webrtc.org', | 124 'video': ['mflodman@webrtc.org', |
121 'stefan@webrtc.org', | 125 'stefan@webrtc.org', |
122 'video-team@agora.io', | 126 'video-team@agora.io', |
123 'yujie.mao@webrtc.org', | 127 'yujie.mao@webrtc.org', |
124 'zhengzhonghou@agora.io'], | 128 'zhengzhonghou@agora.io'], |
125 'voice_engine': ['andrew@webrtc.org', | 129 'voice_engine': ['andrew@webrtc.org', |
126 'audio-team@agora.io', | 130 'audio-team@agora.io', |
127 'henrika@webrtc.org', | 131 'henrika@webrtc.org', |
128 'henrik.lundin@webrtc.org', | 132 'henrik.lundin@webrtc.org', |
129 'minyue@webrtc.org', | 133 'minyue@webrtc.org', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'stefan@webrtc.org', | 184 'stefan@webrtc.org', |
181 'danilchap@webrtc.org', | 185 'danilchap@webrtc.org', |
182 'zhuangzesen@agora.io'], | 186 'zhuangzesen@agora.io'], |
183 'system_wrappers': ['fengyue@agora.io', | 187 'system_wrappers': ['fengyue@agora.io', |
184 'henrika@webrtc.org', | 188 'henrika@webrtc.org', |
185 'mflodman@webrtc.org', | 189 'mflodman@webrtc.org', |
186 'peah@webrtc.org', | 190 'peah@webrtc.org', |
187 'zhengzhonghou@agora.io'], | 191 'zhengzhonghou@agora.io'], |
188 }, | 192 }, |
189 } | 193 } |
OLD | NEW |