blob: fe5d59fc3ce2fc86be0b8a1fa185b7fde695f1f9 [file] [log] [blame]
niklase@google.comd15469e2011-09-16 07:04:561# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
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
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9# Inspired by chromium.org:
10# http://dev.chromium.org/developers/contributing-code/watchlists
11
12{
13 'WATCHLIST_DEFINITIONS': {
14 'this_file': {
15 'filepath': '^WATCHLISTS$',
16 },
mflodman@webrtc.org1be46fc2012-11-01 08:09:0917 'all_webrtc': {
fischman@webrtc.org37ff69d2012-11-15 22:21:2018 # NOTE: if you like this you might like webrtc-reviews@webrtc.org!
Mirko Bonadeieb99d842018-04-13 13:59:3419 'filepath': '^.*',
niklase@google.comd15469e2011-09-16 07:04:5620 },
andrew@webrtc.org87d49792011-09-28 15:04:3621 'root_files': {
Mirko Bonadeieb99d842018-04-13 13:59:3422 # Non-recursive contents of ./
Mirko Bonadei53962322018-04-19 04:03:2623 'filepath': '^[^/]*$',
andrew@webrtc.orgdfbebb92011-10-27 22:33:2724 },
andrew@webrtc.org498ae782011-12-06 19:48:0525 'build_files': {
Mirko Bonadeieb99d842018-04-13 13:59:3426 'filepath': '\.gni$|\.gn$',
andrew@webrtc.org498ae782011-12-06 19:48:0527 },
leozwang@webrtc.orged716e42011-12-15 23:29:1028 'java_files': {
29 'filepath': '\.java$|\.xml$',
30 },
solenberge02407a2016-11-23 16:42:5331 'api': {
Mirko Bonadeieb99d842018-04-13 13:59:3432 'filepath': 'api/.*',
solenberge02407a2016-11-23 16:42:5333 },
Peter Boströmde94c132015-12-21 13:29:4934 'audio': {
Mirko Bonadeieb99d842018-04-13 13:59:3435 'filepath': 'audio/.*',
Peter Boströmde94c132015-12-21 13:29:4936 },
kwiberg99ef6b72017-05-04 13:22:4637 'base': {
Mirko Bonadeieb99d842018-04-13 13:59:3438 'filepath': 'rtc_base/.*',
kwiberg99ef6b72017-05-04 13:22:4639 },
Peter Boströmde94c132015-12-21 13:29:4940 'call': {
Mirko Bonadeieb99d842018-04-13 13:59:3441 'filepath': 'call/.*',
Peter Boströmde94c132015-12-21 13:29:4942 },
solenberge02407a2016-11-23 16:42:5343 'media_engine': {
Mirko Bonadeieb99d842018-04-13 13:59:3444 'filepath': 'media/engine/.*',
solenberg01f2c5a2016-04-15 11:35:1445 },
Peter Boström7623ce42015-12-09 11:13:3046 'video': {
Mirko Bonadeieb99d842018-04-13 13:59:3447 'filepath': 'video/.*',
niklase@google.comd15469e2011-09-16 07:04:5648 },
andrew@webrtc.org87d49792011-09-28 15:04:3649 'common_audio': {
Mirko Bonadeieb99d842018-04-13 13:59:3450 'filepath': 'common_audio/.*',
andrew@webrtc.org87d49792011-09-28 15:04:3651 },
mikhal@webrtc.org1682f712013-02-19 18:31:2052 'common_video': {
Mirko Bonadeieb99d842018-04-13 13:59:3453 'filepath': 'common_video/.*',
mikhal@webrtc.org1682f712013-02-19 18:31:2054 },
niklase@google.comd15469e2011-09-16 07:04:5655 'video_capture': {
Mirko Bonadeieb99d842018-04-13 13:59:3456 'filepath': 'modules/video_capture/.*',
niklase@google.comd15469e2011-09-16 07:04:5657 },
58 'audio_device': {
Mirko Bonadeieb99d842018-04-13 13:59:3459 'filepath': 'modules/audio_device/.*',
niklase@google.comd15469e2011-09-16 07:04:5660 },
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:2161 'audio_coding': {
Mirko Bonadeieb99d842018-04-13 13:59:3462 'filepath': 'modules/audio_coding/.*',
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:2163 },
andrew@webrtc.org72fe2442012-01-30 21:57:4364 'neteq': {
Mirko Bonadeieb99d842018-04-13 13:59:3465 'filepath': 'modules/audio_coding/neteq/.*',
niklase@google.comd15469e2011-09-16 07:04:5666 },
henrik.lundin3dacb532016-10-05 12:06:3167 'audio_mixer': {
Mirko Bonadeieb99d842018-04-13 13:59:3468 'filepath': 'modules/audio_mixer/.*',
henrik.lundin3dacb532016-10-05 12:06:3169 },
andrew@webrtc.org87d49792011-09-28 15:04:3670 'audio_processing': {
Mirko Bonadeieb99d842018-04-13 13:59:3471 'filepath': 'modules/audio_processing/.*',
andrew@webrtc.org87d49792011-09-28 15:04:3672 },
stefan@webrtc.orgdba7a3a2011-09-19 07:50:4873 'video_coding': {
Mirko Bonadeieb99d842018-04-13 13:59:3474 'filepath': 'modules/video_coding/.*',
stefan@webrtc.orgdba7a3a2011-09-19 07:50:4875 },
mikhal@webrtc.org1682f712013-02-19 18:31:2076 'video_processing': {
Mirko Bonadeieb99d842018-04-13 13:59:3477 'filepath': 'modules/video_processing/.*',
mikhal@webrtc.org1682f712013-02-19 18:31:2078 },
stefan@webrtc.orgd613c202013-03-15 09:39:5979 'bitrate_controller': {
Mirko Bonadeieb99d842018-04-13 13:59:3480 'filepath': 'modules/bitrate_controller/.*'
stefan@webrtc.orgd613c202013-03-15 09:39:5981 },
Sebastian Janssonade98c92018-10-11 07:05:0382 'congestion_controller': {
83 'filepath': 'modules/congestion_controller/.*'
84 },
stefan@webrtc.orgd613c202013-03-15 09:39:5985 'remote_bitrate_estimator': {
Mirko Bonadeieb99d842018-04-13 13:59:3486 'filepath': 'modules/remote_bitrate_estimator/.*'
stefan@webrtc.orgd613c202013-03-15 09:39:5987 },
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:3788 'pacing': {
Mirko Bonadeieb99d842018-04-13 13:59:3489 'filepath': 'modules/pacing/.*'
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:3790 },
niklase@google.comd15469e2011-09-16 07:04:5691 'rtp_rtcp': {
Mirko Bonadeieb99d842018-04-13 13:59:3492 'filepath': 'modules/rtp_rtcp/.*'
niklase@google.comd15469e2011-09-16 07:04:5693 },
94 'system_wrappers': {
Mirko Bonadeieb99d842018-04-13 13:59:3495 'filepath': 'system_wrappers/.*',
niklase@google.comd15469e2011-09-16 07:04:5696 },
Steve Anton9ae3c402018-08-23 17:44:4597 'pc': {
Steve Antone92d6622019-01-31 17:50:3098 'filepath': '^pc/.*',
Steve Anton9ae3c402018-08-23 17:44:4599 },
niklase@google.comd15469e2011-09-16 07:04:56100 },
101
102 'WATCHLISTS': {
Oleh Prypinf43bcd42018-10-25 20:19:21103 'this_file': [],
104 'all_webrtc': [],
Niklas Enbom870d85c2019-04-22 16:04:27105 'root_files': ['peah@webrtc.org',
peah94c01052015-09-25 13:16:31106 'qiang.lu@intel.com',
yujie.mao978244e2015-11-24 08:22:13107 'yujie.mao@webrtc.org'],
Mirko Bonadeibc5c9342018-06-20 07:44:29108 'build_files': ['mbonadei@webrtc.org'],
alessiobc20b9952017-02-27 13:31:38109 'common_audio': ['alessiob@webrtc.org',
110 'aluebs@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13111 'audio-team@agora.io',
yujie.mao978244e2015-11-24 08:22:13112 'minyue@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24113 'peah@webrtc.org',
114 'saza@webrtc.org'],
Per Åhgreneb37b132019-04-26 12:14:55115 'audio': ['peah@webrtc.org'],
Fredrik Solenberg27a7e9f2019-06-10 06:43:50116 'api': ['kwiberg@webrtc.org','peah@webrtc.org'],
Benjamin Wright3b149e42018-10-27 22:52:46117 'base': ['kwiberg@webrtc.org',
118 'benwright@webrtc.org'],
Peter Boströmde94c132015-12-21 13:29:49119 'call': ['mflodman@webrtc.org',
Peter Boströmde94c132015-12-21 13:29:49120 'stefan@webrtc.org'],
Danil Chapovalovf15a7e92016-02-29 09:26:30121 'video': ['mflodman@webrtc.org',
Peter Boström7623ce42015-12-09 11:13:30122 'stefan@webrtc.org',
123 'video-team@agora.io',
124 'yujie.mao@webrtc.org',
125 'zhengzhonghou@agora.io'],
niklase@google.comd15469e2011-09-16 07:04:56126 'video_capture': ['mflodman@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13127 'perkj@webrtc.org',
128 'sdk-team@agora.io',
129 'zhengzhonghou@agora.io'],
yujie.mao978244e2015-11-24 08:22:13130 'audio_device': ['audio-team@agora.io',
131 'henrika@webrtc.org',
132 'peah@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24133 'saza@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13134 'sdk-team@agora.io'],
alessiobc20b9952017-02-27 13:31:38135 'audio_coding': ['alessiob@webrtc.org',
136 'audio-team@agora.io',
kwiberg@webrtc.orgf2e4a992014-06-03 10:01:39137 'henrik.lundin@webrtc.org',
peah94c01052015-09-25 13:16:31138 'kwiberg@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13139 'minyue@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24140 'peah@webrtc.org',
141 'saza@webrtc.org'],
alessiobc20b9952017-02-27 13:31:38142 'neteq': ['alessiob@webrtc.org',
143 'audio-team@agora.io',
yujie.mao978244e2015-11-24 08:22:13144 'henrik.lundin@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24145 'minyue@webrtc.org',
146 'saza@webrtc.org'],
aleloi80f4f422017-02-14 20:00:12147 'audio_mixer': ['aleloi@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24148 'henrik.lundin@webrtc.org',
149 'peah@webrtc.org',
150 'saza@webrtc.org'],
Alex Loiko33122cf2019-04-23 13:28:47151 'audio_processing': ['alessiob@webrtc.org',
aleloi80f4f422017-02-14 20:00:12152 'aluebs@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13153 'audio-team@agora.io',
Fredrik Hernqvist75378382019-05-31 13:48:43154 'fhernqvist@webrtc.org',
Fredrik Solenbergb7af7b02015-09-23 14:54:12155 'henrik.lundin@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13156 'kwiberg@webrtc.org',
157 'minyue@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24158 'peah@webrtc.org',
159 'saza@webrtc.org'],
yujie.mao978244e2015-11-24 08:22:13160 'video_coding': ['mflodman@webrtc.org',
161 'stefan@webrtc.org',
162 'video-team@agora.io',
163 'zhengzhonghou@agora.io'],
164 'video_processing': ['stefan@webrtc.org',
165 'video-team@agora.io',
166 'zhengzhonghou@agora.io'],
167 'bitrate_controller': ['mflodman@webrtc.org',
168 'stefan@webrtc.org',
Sebastian Janssonade98c92018-10-11 07:05:03169 'srte@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13170 'zhuangzesen@agora.io'],
Sebastian Janssonade98c92018-10-11 07:05:03171 'congestion_controller': ['srte@webrtc.org'],
yujie.mao978244e2015-11-24 08:22:13172 'remote_bitrate_estimator': ['mflodman@webrtc.org',
173 'stefan@webrtc.org',
174 'zhuangzesen@agora.io'],
175 'pacing': ['mflodman@webrtc.org',
Sebastian Janssonade98c92018-10-11 07:05:03176 'srte@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13177 'stefan@webrtc.org',
178 'zhuangzesen@agora.io'],
pwestin@webrtc.org11330b02011-10-20 17:54:20179 'rtp_rtcp': ['mflodman@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13180 'stefan@webrtc.org',
Danil Chapovalovf15a7e92016-02-29 09:26:30181 'danilchap@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13182 'zhuangzesen@agora.io'],
andrew6e40c092015-11-26 16:47:46183 'system_wrappers': ['fengyue@agora.io',
andrew@webrtc.org87d49792011-09-28 15:04:36184 'henrika@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13185 'mflodman@webrtc.org',
186 'peah@webrtc.org',
187 'zhengzhonghou@agora.io'],
Steve Antone0ab81c2019-04-17 19:41:00188 'pc': ['steveanton+watch@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56189 },
190}