| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'filepath': 'webrtc/modules/rtp_rtcp/.*' | 81 'filepath': 'webrtc/modules/rtp_rtcp/.*' |
| 82 }, | 82 }, |
| 83 'system_wrappers': { | 83 'system_wrappers': { |
| 84 'filepath': 'webrtc/system_wrappers/.*', | 84 'filepath': 'webrtc/system_wrappers/.*', |
| 85 }, | 85 }, |
| 86 }, | 86 }, |
| 87 | 87 |
| 88 'WATCHLISTS': { | 88 'WATCHLISTS': { |
| 89 'this_file': [''], | 89 'this_file': [''], |
| 90 'all_webrtc': ['tterriberry@mozilla.com'], | 90 'all_webrtc': ['tterriberry@mozilla.com'], |
| 91 'root_files': ['andrew@webrtc.org', | 91 'root_files': ['niklas.enbom@webrtc.org', |
| 92 'niklas.enbom@webrtc.org', | |
| 93 'peah@webrtc.org', | 92 'peah@webrtc.org', |
| 94 'qiang.lu@intel.com', | 93 'qiang.lu@intel.com', |
| 95 'yujie.mao@webrtc.org'], | 94 'yujie.mao@webrtc.org'], |
| 96 'documented_interfaces': ['interface-changes@webrtc.org', | 95 'documented_interfaces': ['interface-changes@webrtc.org', |
| 97 'rwolff@gocast.it'], | 96 'rwolff@gocast.it'], |
| 98 'common_audio': ['aluebs@webrtc.org', | 97 'common_audio': ['aluebs@webrtc.org', |
| 99 'andrew@webrtc.org', | 98 'andrew@webrtc.org', |
| 100 'audio-team@agora.io', | 99 'audio-team@agora.io', |
| 101 'bjornv@webrtc.org', | 100 'bjornv@webrtc.org', |
| 102 'minyue@webrtc.org', | 101 'minyue@webrtc.org', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'rtp_rtcp': ['mflodman@webrtc.org', | 165 'rtp_rtcp': ['mflodman@webrtc.org', |
| 167 'stefan@webrtc.org', | 166 'stefan@webrtc.org', |
| 168 'zhuangzesen@agora.io'], | 167 'zhuangzesen@agora.io'], |
| 169 'system_wrappers': ['fengyue@agora.io', | 168 'system_wrappers': ['fengyue@agora.io', |
| 170 'henrika@webrtc.org', | 169 'henrika@webrtc.org', |
| 171 'mflodman@webrtc.org', | 170 'mflodman@webrtc.org', |
| 172 'peah@webrtc.org', | 171 'peah@webrtc.org', |
| 173 'zhengzhonghou@agora.io'], | 172 'zhengzhonghou@agora.io'], |
| 174 }, | 173 }, |
| 175 } | 174 } |
| OLD | NEW |