blob: 3c35dd4be7b36812ba01f349be7cb0c3ebb8e522 [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 },
stefan@webrtc.orgd613c202013-03-15 09:39:5976 'bitrate_controller': {
Mirko Bonadeieb99d842018-04-13 13:59:3477 'filepath': 'modules/bitrate_controller/.*'
stefan@webrtc.orgd613c202013-03-15 09:39:5978 },
Sebastian Janssonade98c92018-10-11 07:05:0379 'congestion_controller': {
80 'filepath': 'modules/congestion_controller/.*'
81 },
stefan@webrtc.orgd613c202013-03-15 09:39:5982 'remote_bitrate_estimator': {
Mirko Bonadeieb99d842018-04-13 13:59:3483 'filepath': 'modules/remote_bitrate_estimator/.*'
stefan@webrtc.orgd613c202013-03-15 09:39:5984 },
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:3785 'pacing': {
Mirko Bonadeieb99d842018-04-13 13:59:3486 'filepath': 'modules/pacing/.*'
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:3787 },
niklase@google.comd15469e2011-09-16 07:04:5688 'rtp_rtcp': {
Mirko Bonadeieb99d842018-04-13 13:59:3489 'filepath': 'modules/rtp_rtcp/.*'
niklase@google.comd15469e2011-09-16 07:04:5690 },
91 'system_wrappers': {
Mirko Bonadeieb99d842018-04-13 13:59:3492 'filepath': 'system_wrappers/.*',
niklase@google.comd15469e2011-09-16 07:04:5693 },
Steve Anton9ae3c402018-08-23 17:44:4594 'pc': {
Steve Antone92d6622019-01-31 17:50:3095 'filepath': '^pc/.*',
Steve Anton9ae3c402018-08-23 17:44:4596 },
Björn Terelius6783f7f2021-08-23 09:59:2697 'logging' : {
98 'filepath': 'logging/.*',
99 },
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',
yujie.mao978244e2015-11-24 08:22:13110 'audio-team@agora.io',
Sam Zackrisson23003a22019-08-29 06:59:24111 'peah@webrtc.org',
112 'saza@webrtc.org'],
Per Åhgreneb37b132019-04-26 12:14:55113 'audio': ['peah@webrtc.org'],
Mirko Bonadei119ae8f2021-01-06 09:10:34114 'api': ['hta@webrtc.org',
115 'peah@webrtc.org'],
116 'base': ['hta@webrtc.org'],
Peter Boströmde94c132015-12-21 13:29:49117 'call': ['mflodman@webrtc.org',
Peter Boströmde94c132015-12-21 13:29:49118 'stefan@webrtc.org'],
Danil Chapovalovf15a7e92016-02-29 09:26:30119 'video': ['mflodman@webrtc.org',
Peter Boström7623ce42015-12-09 11:13:30120 'stefan@webrtc.org',
121 'video-team@agora.io',
122 'yujie.mao@webrtc.org',
123 'zhengzhonghou@agora.io'],
niklase@google.comd15469e2011-09-16 07:04:56124 'video_capture': ['mflodman@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13125 'perkj@webrtc.org',
126 'sdk-team@agora.io',
127 'zhengzhonghou@agora.io'],
yujie.mao978244e2015-11-24 08:22:13128 'audio_device': ['audio-team@agora.io',
129 'henrika@webrtc.org',
130 'peah@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24131 'saza@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13132 'sdk-team@agora.io'],
alessiobc20b9952017-02-27 13:31:38133 'audio_coding': ['alessiob@webrtc.org',
134 'audio-team@agora.io',
kwiberg@webrtc.orgf2e4a992014-06-03 10:01:39135 'henrik.lundin@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24136 'peah@webrtc.org',
137 'saza@webrtc.org'],
alessiobc20b9952017-02-27 13:31:38138 'neteq': ['alessiob@webrtc.org',
139 'audio-team@agora.io',
yujie.mao978244e2015-11-24 08:22:13140 'henrik.lundin@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24141 'saza@webrtc.org'],
aleloi80f4f422017-02-14 20:00:12142 'audio_mixer': ['aleloi@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24143 'henrik.lundin@webrtc.org',
144 'peah@webrtc.org',
145 'saza@webrtc.org'],
Alex Loiko33122cf2019-04-23 13:28:47146 'audio_processing': ['alessiob@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13147 'audio-team@agora.io',
Fredrik Solenbergb7af7b02015-09-23 14:54:12148 'henrik.lundin@webrtc.org',
Sam Zackrisson23003a22019-08-29 06:59:24149 'peah@webrtc.org',
150 'saza@webrtc.org'],
yujie.mao978244e2015-11-24 08:22:13151 'video_coding': ['mflodman@webrtc.org',
152 'stefan@webrtc.org',
153 'video-team@agora.io',
154 'zhengzhonghou@agora.io'],
yujie.mao978244e2015-11-24 08:22:13155 'bitrate_controller': ['mflodman@webrtc.org',
156 'stefan@webrtc.org',
157 'zhuangzesen@agora.io'],
Björn Terelius6783f7f2021-08-23 09:59:26158 'congestion_controller': [],
yujie.mao978244e2015-11-24 08:22:13159 'remote_bitrate_estimator': ['mflodman@webrtc.org',
160 'stefan@webrtc.org',
161 'zhuangzesen@agora.io'],
162 'pacing': ['mflodman@webrtc.org',
163 'stefan@webrtc.org',
164 'zhuangzesen@agora.io'],
pwestin@webrtc.org11330b02011-10-20 17:54:20165 'rtp_rtcp': ['mflodman@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13166 'stefan@webrtc.org',
Danil Chapovalovf15a7e92016-02-29 09:26:30167 'danilchap@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13168 'zhuangzesen@agora.io'],
andrew6e40c092015-11-26 16:47:46169 'system_wrappers': ['fengyue@agora.io',
andrew@webrtc.org87d49792011-09-28 15:04:36170 'henrika@webrtc.org',
yujie.mao978244e2015-11-24 08:22:13171 'mflodman@webrtc.org',
172 'peah@webrtc.org',
173 'zhengzhonghou@agora.io'],
Steve Antone0ab81c2019-04-17 19:41:00174 'pc': ['steveanton+watch@webrtc.org'],
Björn Terelius6783f7f2021-08-23 09:59:26175 'logging': ['terelius@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56176 },
177}