| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 }, | 91 }, |
| 92 }, | 92 }, |
| 93 | 93 |
| 94 'WATCHLISTS': { | 94 'WATCHLISTS': { |
| 95 'this_file': [''], | 95 'this_file': [''], |
| 96 'all_webrtc': ['tterriberry@mozilla.com'], | 96 'all_webrtc': ['tterriberry@mozilla.com'], |
| 97 'root_files': ['niklas.enbom@webrtc.org', | 97 'root_files': ['niklas.enbom@webrtc.org', |
| 98 'peah@webrtc.org', | 98 'peah@webrtc.org', |
| 99 'qiang.lu@intel.com', | 99 'qiang.lu@intel.com', |
| 100 'yujie.mao@webrtc.org'], | 100 'yujie.mao@webrtc.org'], |
| 101 'documented_interfaces': ['interface-changes@webrtc.org', | 101 'documented_interfaces': ['interface-changes@webrtc.org'], |
| 102 'rwolff@gocast.it'], | |
| 103 'common_audio': ['aluebs@webrtc.org', | 102 'common_audio': ['aluebs@webrtc.org', |
| 104 'andrew@webrtc.org', | 103 'andrew@webrtc.org', |
| 105 'audio-team@agora.io', | 104 'audio-team@agora.io', |
| 106 'bjornv@webrtc.org', | 105 'bjornv@webrtc.org', |
| 107 'minyue@webrtc.org', | 106 'minyue@webrtc.org', |
| 108 'peah@webrtc.org'], | 107 'peah@webrtc.org'], |
| 109 'audio': ['solenberg@webrtc.org', | 108 'audio': ['solenberg@webrtc.org', |
| 110 'tina.legrand@webrtc.org'], | 109 'tina.legrand@webrtc.org'], |
| 111 'call': ['mflodman@webrtc.org', | 110 'call': ['mflodman@webrtc.org', |
| 112 'pbos@webrtc.org', | 111 'pbos@webrtc.org', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'rtp_rtcp': ['mflodman@webrtc.org', | 176 'rtp_rtcp': ['mflodman@webrtc.org', |
| 178 'stefan@webrtc.org', | 177 'stefan@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 |