blob: c89a28e32ac574409f3e5827ede40c62354ca460 [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!
mflodman@webrtc.org1be46fc2012-11-01 08:09:0919 'filepath': 'webrtc/.*',
niklase@google.comd15469e2011-09-16 07:04:5620 },
andrew@webrtc.org87d49792011-09-28 15:04:3621 'root_files': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0922 # webrtc/build/ and non-recursive contents of ./ and webrtc/
23 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
andrew@webrtc.org87d49792011-09-28 15:04:3624 },
andrew@webrtc.orgdfbebb92011-10-27 22:33:2725 'documented_interfaces': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0926 'filepath': 'webrtc/[^/]*\.h$|'\
andrew@webrtc.org56a00762012-11-14 01:27:3127 'webrtc/voice_engine/include/.*',
andrew@webrtc.orgdfbebb92011-10-27 22:33:2728 },
andrew@webrtc.org498ae782011-12-06 19:48:0529 'build_files': {
andrew@webrtc.orgca583bf2011-12-06 19:53:4830 'filepath': '\.gyp$|\.gypi$|Android\.mk$',
andrew@webrtc.org498ae782011-12-06 19:48:0531 },
leozwang@webrtc.orged716e42011-12-15 23:29:1032 'java_files': {
33 'filepath': '\.java$|\.xml$',
34 },
niklase@google.comd15469e2011-09-16 07:04:5635 'video_engine': {
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:3736 'filepath': 'webrtc/video_engine/.*|'\
37 'webrtc/video/.*',
niklase@google.comd15469e2011-09-16 07:04:5638 },
39 'voice_engine': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0940 'filepath': 'webrtc/voice_engine/.*',
niklase@google.comd15469e2011-09-16 07:04:5641 },
andrew@webrtc.org87d49792011-09-28 15:04:3642 'common_audio': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0943 'filepath': 'webrtc/common_audio/.*',
andrew@webrtc.org87d49792011-09-28 15:04:3644 },
mikhal@webrtc.org1682f712013-02-19 18:31:2045 'common_video': {
46 'filepath': 'webrtc/common_video/.*',
47 },
niklase@google.comd15469e2011-09-16 07:04:5648 'video_capture': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0949 'filepath': 'webrtc/modules/video_capture/.*',
niklase@google.comd15469e2011-09-16 07:04:5650 },
51 'video_render': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0952 'filepath': 'webrtc/modules/video_render/.*',
niklase@google.comd15469e2011-09-16 07:04:5653 },
54 'audio_device': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0955 'filepath': 'webrtc/modules/audio_device/.*',
niklase@google.comd15469e2011-09-16 07:04:5656 },
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:2157 'audio_coding': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0958 'filepath': 'webrtc/modules/audio_coding/.*',
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:2159 },
andrew@webrtc.org72fe2442012-01-30 21:57:4360 'neteq': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0961 'filepath': 'webrtc/modules/audio_coding/neteq/.*',
niklase@google.comd15469e2011-09-16 07:04:5662 },
andrew@webrtc.org87d49792011-09-28 15:04:3663 'audio_processing': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0964 'filepath': 'webrtc/modules/audio_processing/.*',
andrew@webrtc.org87d49792011-09-28 15:04:3665 },
stefan@webrtc.orgdba7a3a2011-09-19 07:50:4866 'video_coding': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0967 'filepath': 'webrtc/modules/video_coding/.*',
stefan@webrtc.orgdba7a3a2011-09-19 07:50:4868 },
mikhal@webrtc.org1682f712013-02-19 18:31:2069 'video_processing': {
70 'filepath': 'webrtc/modules/video_processing/.*',
71 },
stefan@webrtc.orgd613c202013-03-15 09:39:5972 'bitrate_controller': {
73 'filepath': 'webrtc/modules/bitrate_controller/.*'
74 },
75 'remote_bitrate_estimator': {
76 'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
77 },
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:3778 'pacing': {
79 'filepath': 'webrtc/modules/pacing/.*'
80 },
niklase@google.comd15469e2011-09-16 07:04:5681 'rtp_rtcp': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0982 'filepath': 'webrtc/modules/rtp_rtcp/.*'
niklase@google.comd15469e2011-09-16 07:04:5683 },
84 'system_wrappers': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:0985 'filepath': 'webrtc/system_wrappers/.*',
niklase@google.comd15469e2011-09-16 07:04:5686 },
87 },
88
89 'WATCHLISTS': {
90 'this_file': [''],
mflodman@webrtc.org1be0a782014-12-22 12:49:1491 'all_webrtc': ['tterriberry@mozilla.com'],
andrew@webrtc.org87d49792011-09-28 15:04:3692 'root_files': ['andrew@webrtc.org',
fischman@webrtc.org5a602d72013-05-17 17:20:0493 'niklas.enbom@webrtc.org',
fischman@webrtc.org728bc0f2013-10-25 19:20:0294 'yujie.mao@webrtc.org',
peah94c01052015-09-25 13:16:3195 'qiang.lu@intel.com',
96 'peah@webrtc.org'],
niklas.enbom@webrtc.org35ac9832012-01-10 12:14:0497 'documented_interfaces': ['interface-changes@webrtc.org',
98 'rwolff@gocast.it'],
aluebs@webrtc.orgf5bdd542014-09-11 10:11:4399 'common_audio': ['aluebs@webrtc.org',
100 'andrew@webrtc.org',
peah94c01052015-09-25 13:16:31101 'bjornv@webrtc.org',
102 'peah@webrtc.org'],
andresp@webrtc.org72d0b0c2013-04-30 22:20:53103 'video_engine': ['andresp@webrtc.org',
104 'mflodman@webrtc.org',
stefan@webrtc.orgd613c202013-03-15 09:39:59105 'perkj@webrtc.org',
fischman@webrtc.org5a602d72013-05-17 17:20:04106 'stefan@webrtc.org',
Fredrik Solenbergb7af7b02015-09-23 14:54:12107 'yujie.mao@webrtc.org',
108 'solenberg@webrtc.org'],
Henrik Lundinf019efa2015-06-05 07:07:52109 'voice_engine': ['henrika@webrtc.org',
Fredrik Solenbergb7af7b02015-09-23 14:54:12110 'henrik.lundin@webrtc.org',
peah94c01052015-09-25 13:16:31111 'solenberg@webrtc.org',
112 'peah@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56113 'video_capture': ['mflodman@webrtc.org',
leozwang@webrtc.orga404d1d2013-05-10 22:46:55114 'perkj@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56115 'video_render': ['mflodman@webrtc.org',
leozwang@webrtc.orga404d1d2013-05-10 22:46:55116 'perkj@webrtc.org'],
peah94c01052015-09-25 13:16:31117 'audio_device': ['henrika@webrtc.org',
118 'peah@webrtc.org'],
henrik.lundin@webrtc.orgaed31fe2014-05-20 16:05:47119 'audio_coding': ['tina.legrand@webrtc.org',
kwiberg@webrtc.orgf2e4a992014-06-03 10:01:39120 'henrik.lundin@webrtc.org',
peah94c01052015-09-25 13:16:31121 'kwiberg@webrtc.org',
122 'peah@webrtc.org'],
andrew@webrtc.org72fe2442012-01-30 21:57:43123 'neteq': ['henrik.lundin@webrtc.org'],
aluebs@webrtc.orgf5bdd542014-09-11 10:11:43124 'audio_processing': ['aluebs@webrtc.org',
125 'andrew@webrtc.org',
kwiberg@webrtc.orgf2e4a992014-06-03 10:01:39126 'bjornv@webrtc.org',
Henrik Lundinf019efa2015-06-05 07:07:52127 'kwiberg@webrtc.org',
Fredrik Solenbergb7af7b02015-09-23 14:54:12128 'henrik.lundin@webrtc.org',
peah94c01052015-09-25 13:16:31129 'peah@webrtc.org',
Fredrik Solenbergb7af7b02015-09-23 14:54:12130 'solenberg@webrtc.org'],
mikhal@webrtc.org1682f712013-02-19 18:31:20131 'video_coding': ['stefan@webrtc.org',
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:37132 'mflodman@webrtc.org'],
kjellander@webrtc.orgb96ea2a2014-08-26 06:12:08133 'video_processing': ['stefan@webrtc.org'],
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:37134 'bitrate_controller': ['stefan@webrtc.org',
135 'mflodman@webrtc.org'],
136 'remote_bitrate_estimator': ['stefan@webrtc.org',
137 'mflodman@webrtc.org'],
138 'pacing': ['stefan@webrtc.org',
139 'mflodman@webrtc.org'],
pwestin@webrtc.org11330b02011-10-20 17:54:20140 'rtp_rtcp': ['mflodman@webrtc.org',
stefan@webrtc.orgd613c202013-03-15 09:39:59141 'stefan@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56142 'system_wrappers': ['mflodman@webrtc.org',
andrew@webrtc.org87d49792011-09-28 15:04:36143 'henrika@webrtc.org',
peah94c01052015-09-25 13:16:31144 'andrew@webrtc.org',
145 'peah@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56146 },
147}