| 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 'audio': { | 35 'audio': { |
| 36 'filepath': 'webrtc/audio/.*', | 36 'filepath': 'webrtc/audio/.*', |
| 37 }, | 37 }, |
| 38 'call': { | 38 'call': { |
| 39 'filepath': 'webrtc/call/.*', | 39 'filepath': 'webrtc/call/.*', |
| 40 }, | 40 }, |
| 41 'media': { |
| 42 'filepath': 'webrtc/media/.*', |
| 43 }, |
| 41 'video': { | 44 'video': { |
| 42 'filepath': 'webrtc/video/.*', | 45 'filepath': 'webrtc/video/.*', |
| 43 }, | 46 }, |
| 44 'voice_engine': { | 47 'voice_engine': { |
| 45 'filepath': 'webrtc/voice_engine/.*', | 48 'filepath': 'webrtc/voice_engine/.*', |
| 46 }, | 49 }, |
| 47 'common_audio': { | 50 'common_audio': { |
| 48 'filepath': 'webrtc/common_audio/.*', | 51 'filepath': 'webrtc/common_audio/.*', |
| 49 }, | 52 }, |
| 50 'common_video': { | 53 'common_video': { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'audio-team@agora.io', | 107 'audio-team@agora.io', |
| 105 'bjornv@webrtc.org', | 108 'bjornv@webrtc.org', |
| 106 'minyue@webrtc.org', | 109 'minyue@webrtc.org', |
| 107 'peah@webrtc.org'], | 110 'peah@webrtc.org'], |
| 108 'audio': ['solenberg@webrtc.org', | 111 'audio': ['solenberg@webrtc.org', |
| 109 'tina.legrand@webrtc.org'], | 112 'tina.legrand@webrtc.org'], |
| 110 'call': ['mflodman@webrtc.org', | 113 'call': ['mflodman@webrtc.org', |
| 111 'pbos@webrtc.org', | 114 'pbos@webrtc.org', |
| 112 'solenberg@webrtc.org', | 115 'solenberg@webrtc.org', |
| 113 'stefan@webrtc.org'], | 116 'stefan@webrtc.org'], |
| 117 'media': [solenberg@webrtc.org], |
| 114 'video': ['mflodman@webrtc.org', | 118 'video': ['mflodman@webrtc.org', |
| 115 'pbos@webrtc.org', | 119 'pbos@webrtc.org', |
| 116 'perkj@webrtc.org', | 120 'perkj@webrtc.org', |
| 117 'solenberg@webrtc.org', | |
| 118 'stefan@webrtc.org', | 121 'stefan@webrtc.org', |
| 119 'video-team@agora.io', | 122 'video-team@agora.io', |
| 120 'yujie.mao@webrtc.org', | 123 'yujie.mao@webrtc.org', |
| 121 'zhengzhonghou@agora.io'], | 124 'zhengzhonghou@agora.io'], |
| 122 'voice_engine': ['andrew@webrtc.org', | 125 'voice_engine': ['andrew@webrtc.org', |
| 123 'audio-team@agora.io', | 126 'audio-team@agora.io', |
| 124 'henrika@webrtc.org', | 127 'henrika@webrtc.org', |
| 125 'henrik.lundin@webrtc.org', | 128 'henrik.lundin@webrtc.org', |
| 126 'minyue@webrtc.org', | 129 'minyue@webrtc.org', |
| 127 'peah@webrtc.org', | 130 'peah@webrtc.org', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'stefan@webrtc.org', | 179 'stefan@webrtc.org', |
| 177 'danilchap@webrtc.org', | 180 'danilchap@webrtc.org', |
| 178 'zhuangzesen@agora.io'], | 181 'zhuangzesen@agora.io'], |
| 179 'system_wrappers': ['fengyue@agora.io', | 182 'system_wrappers': ['fengyue@agora.io', |
| 180 'henrika@webrtc.org', | 183 'henrika@webrtc.org', |
| 181 'mflodman@webrtc.org', | 184 'mflodman@webrtc.org', |
| 182 'peah@webrtc.org', | 185 'peah@webrtc.org', |
| 183 'zhengzhonghou@agora.io'], | 186 'zhengzhonghou@agora.io'], |
| 184 }, | 187 }, |
| 185 } | 188 } |
| OLD | NEW |