blob: 302e3b3030bbda1d47e299a3ea9c1617361ef52f [file] [log] [blame]
niklase@google.comd15469e2011-09-16 07:04:56 +00001# 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:09 +000017 'all_webrtc': {
fischman@webrtc.org37ff69d2012-11-15 22:21:20 +000018 # NOTE: if you like this you might like webrtc-reviews@webrtc.org!
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000019 'filepath': 'webrtc/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000020 },
andrew@webrtc.org87d49792011-09-28 15:04:36 +000021 'root_files': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000022 # webrtc/build/ and non-recursive contents of ./ and webrtc/
23 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
andrew@webrtc.org87d49792011-09-28 15:04:36 +000024 },
andrew@webrtc.orgdfbebb92011-10-27 22:33:27 +000025 'documented_interfaces': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000026 'filepath': 'webrtc/[^/]*\.h$|'\
andrew@webrtc.org56a00762012-11-14 01:27:31 +000027 'webrtc/video_engine/include/.*|'\
28 'webrtc/voice_engine/include/.*',
andrew@webrtc.orgdfbebb92011-10-27 22:33:27 +000029 },
andrew@webrtc.org498ae782011-12-06 19:48:05 +000030 'build_files': {
andrew@webrtc.orgca583bf2011-12-06 19:53:48 +000031 'filepath': '\.gyp$|\.gypi$|Android\.mk$',
andrew@webrtc.org498ae782011-12-06 19:48:05 +000032 },
leozwang@webrtc.orged716e42011-12-15 23:29:10 +000033 'java_files': {
34 'filepath': '\.java$|\.xml$',
35 },
niklase@google.comd15469e2011-09-16 07:04:56 +000036 'video_engine': {
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:37 +000037 'filepath': 'webrtc/video_engine/.*|'\
38 'webrtc/video/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000039 },
40 'voice_engine': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000041 'filepath': 'webrtc/voice_engine/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000042 },
andrew@webrtc.org87d49792011-09-28 15:04:36 +000043 'common_audio': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000044 'filepath': 'webrtc/common_audio/.*',
andrew@webrtc.org87d49792011-09-28 15:04:36 +000045 },
mikhal@webrtc.org1682f712013-02-19 18:31:20 +000046 'common_video': {
47 'filepath': 'webrtc/common_video/.*',
48 },
niklase@google.comd15469e2011-09-16 07:04:56 +000049 'video_capture': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000050 'filepath': 'webrtc/modules/video_capture/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000051 },
52 'video_render': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000053 'filepath': 'webrtc/modules/video_render/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000054 },
55 'audio_device': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000056 'filepath': 'webrtc/modules/audio_device/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000057 },
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000058 'audio_coding': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000059 'filepath': 'webrtc/modules/audio_coding/.*',
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000060 },
andrew@webrtc.org72fe2442012-01-30 21:57:43 +000061 'neteq': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000062 'filepath': 'webrtc/modules/audio_coding/neteq/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000063 },
andrew@webrtc.org87d49792011-09-28 15:04:36 +000064 'audio_processing': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000065 'filepath': 'webrtc/modules/audio_processing/.*',
andrew@webrtc.org87d49792011-09-28 15:04:36 +000066 },
niklase@google.comd15469e2011-09-16 07:04:56 +000067 'video_codecs': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000068 'filepath': 'webrtc/modules/video_coding/codecs/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000069 },
stefan@webrtc.orgdba7a3a2011-09-19 07:50:48 +000070 'video_coding': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000071 'filepath': 'webrtc/modules/video_coding/.*',
stefan@webrtc.orgdba7a3a2011-09-19 07:50:48 +000072 },
mikhal@webrtc.org1682f712013-02-19 18:31:20 +000073 'video_processing': {
74 'filepath': 'webrtc/modules/video_processing/.*',
75 },
stefan@webrtc.orgd613c202013-03-15 09:39:59 +000076 'bitrate_controller': {
77 'filepath': 'webrtc/modules/bitrate_controller/.*'
78 },
79 'remote_bitrate_estimator': {
80 'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
81 },
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:37 +000082 'pacing': {
83 'filepath': 'webrtc/modules/pacing/.*'
84 },
niklase@google.comd15469e2011-09-16 07:04:56 +000085 'rtp_rtcp': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000086 'filepath': 'webrtc/modules/rtp_rtcp/.*'
niklase@google.comd15469e2011-09-16 07:04:56 +000087 },
88 'system_wrappers': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000089 'filepath': 'webrtc/system_wrappers/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000090 },
91 },
92
93 'WATCHLISTS': {
94 'this_file': [''],
fischman@webrtc.org37ff69d2012-11-15 22:21:20 +000095 'all_webrtc': ['giles@mozilla.com',
kjellander@webrtc.orgb96ea2a2014-08-26 06:12:08 +000096 'tterriberry@mozilla.com'],
andrew@webrtc.org87d49792011-09-28 15:04:36 +000097 'root_files': ['andrew@webrtc.org',
fischman@webrtc.org5a602d72013-05-17 17:20:04 +000098 'niklas.enbom@webrtc.org',
fischman@webrtc.org728bc0f2013-10-25 19:20:02 +000099 'yujie.mao@webrtc.org',
100 'qiang.lu@intel.com'],
niklas.enbom@webrtc.org35ac9832012-01-10 12:14:04 +0000101 'documented_interfaces': ['interface-changes@webrtc.org',
102 'rwolff@gocast.it'],
aluebs@webrtc.orgf5bdd542014-09-11 10:11:43 +0000103 'common_audio': ['aluebs@webrtc.org',
104 'andrew@webrtc.org',
105 'bjornv@webrtc.org'],
andresp@webrtc.org72d0b0c2013-04-30 22:20:53 +0000106 'video_engine': ['andresp@webrtc.org',
107 'mflodman@webrtc.org',
stefan@webrtc.orgd613c202013-03-15 09:39:59 +0000108 'perkj@webrtc.org',
fischman@webrtc.org5a602d72013-05-17 17:20:04 +0000109 'stefan@webrtc.org',
yujie.mao@webrtc.org510dfad2013-07-03 01:13:18 +0000110 'yujie.mao@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +0000111 'voice_engine': ['henrika@webrtc.org'],
112 'video_capture': ['mflodman@webrtc.org',
leozwang@webrtc.orga404d1d2013-05-10 22:46:55 +0000113 'perkj@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +0000114 'video_render': ['mflodman@webrtc.org',
leozwang@webrtc.orga404d1d2013-05-10 22:46:55 +0000115 'perkj@webrtc.org'],
116 'audio_device': ['henrika@webrtc.org'],
henrik.lundin@webrtc.orgaed31fe2014-05-20 16:05:47 +0000117 'audio_coding': ['tina.legrand@webrtc.org',
kwiberg@webrtc.orgf2e4a992014-06-03 10:01:39 +0000118 'henrik.lundin@webrtc.org',
119 'kwiberg@webrtc.org'],
andrew@webrtc.org72fe2442012-01-30 21:57:43 +0000120 'neteq': ['henrik.lundin@webrtc.org'],
aluebs@webrtc.orgf5bdd542014-09-11 10:11:43 +0000121 'audio_processing': ['aluebs@webrtc.org',
122 'andrew@webrtc.org',
kwiberg@webrtc.orgf2e4a992014-06-03 10:01:39 +0000123 'bjornv@webrtc.org',
124 'kwiberg@webrtc.org'],
kjellander@webrtc.orgb96ea2a2014-08-26 06:12:08 +0000125 'video_codecs': ['henrik.lundin@webrtc.org'],
mikhal@webrtc.org1682f712013-02-19 18:31:20 +0000126 'video_coding': ['stefan@webrtc.org',
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:37 +0000127 'mflodman@webrtc.org'],
kjellander@webrtc.orgb96ea2a2014-08-26 06:12:08 +0000128 'video_processing': ['stefan@webrtc.org'],
mflodman@webrtc.org0d7ab0a2014-06-10 13:59:37 +0000129 'bitrate_controller': ['stefan@webrtc.org',
130 'mflodman@webrtc.org'],
131 'remote_bitrate_estimator': ['stefan@webrtc.org',
132 'mflodman@webrtc.org'],
133 'pacing': ['stefan@webrtc.org',
134 'mflodman@webrtc.org'],
pwestin@webrtc.org11330b02011-10-20 17:54:20 +0000135 'rtp_rtcp': ['mflodman@webrtc.org',
stefan@webrtc.orgd613c202013-03-15 09:39:59 +0000136 'stefan@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +0000137 'system_wrappers': ['mflodman@webrtc.org',
andrew@webrtc.org87d49792011-09-28 15:04:36 +0000138 'henrika@webrtc.org',
leozwang@webrtc.orga404d1d2013-05-10 22:46:55 +0000139 'andrew@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +0000140 },
141}