blob: 6f0d273e18315c57a4caad0d081d0b4152d34bab [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': {
18 'filepath': 'webrtc/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000019 },
andrew@webrtc.org87d49792011-09-28 15:04:36 +000020 'root_files': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000021 # webrtc/build/ and non-recursive contents of ./ and webrtc/
22 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
andrew@webrtc.org87d49792011-09-28 15:04:36 +000023 },
andrew@webrtc.orgdfbebb92011-10-27 22:33:27 +000024 'documented_interfaces': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000025 'filepath': 'webrtc/[^/]*\.h$|'\
26 'webrtc/video_engine/main/interface/.*|'\
27 'webrtc/voice_engine/main/interface/.*',
andrew@webrtc.orgdfbebb92011-10-27 22:33:27 +000028 },
andrew@webrtc.org498ae782011-12-06 19:48:05 +000029 'build_files': {
andrew@webrtc.orgca583bf2011-12-06 19:53:48 +000030 'filepath': '\.gyp$|\.gypi$|Android\.mk$',
andrew@webrtc.org498ae782011-12-06 19:48:05 +000031 },
leozwang@webrtc.orged716e42011-12-15 23:29:10 +000032 'java_files': {
33 'filepath': '\.java$|\.xml$',
34 },
niklase@google.comd15469e2011-09-16 07:04:56 +000035 'video_engine': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000036 'filepath': 'webrtc/video_engine/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000037 },
38 'voice_engine': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000039 'filepath': 'webrtc/voice_engine/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000040 },
andrew@webrtc.org87d49792011-09-28 15:04:36 +000041 'common_audio': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000042 'filepath': 'webrtc/common_audio/.*',
andrew@webrtc.org87d49792011-09-28 15:04:36 +000043 },
niklase@google.comd15469e2011-09-16 07:04:56 +000044 'video_capture': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000045 'filepath': 'webrtc/modules/video_capture/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000046 },
47 'video_render': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000048 'filepath': 'webrtc/modules/video_render/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000049 },
50 'audio_device': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000051 'filepath': 'webrtc/modules/audio_device/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000052 },
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000053 'audio_coding': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000054 'filepath': 'webrtc/modules/audio_coding/.*',
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000055 },
andrew@webrtc.org72fe2442012-01-30 21:57:43 +000056 'neteq': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000057 'filepath': 'webrtc/modules/audio_coding/neteq/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000058 },
andrew@webrtc.org87d49792011-09-28 15:04:36 +000059 'audio_processing': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000060 'filepath': 'webrtc/modules/audio_processing/.*',
andrew@webrtc.org87d49792011-09-28 15:04:36 +000061 },
niklase@google.comd15469e2011-09-16 07:04:56 +000062 'video_codecs': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000063 'filepath': 'webrtc/modules/video_coding/codecs/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000064 },
stefan@webrtc.orgdba7a3a2011-09-19 07:50:48 +000065 'video_coding': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000066 'filepath': 'webrtc/modules/video_coding/.*',
stefan@webrtc.orgdba7a3a2011-09-19 07:50:48 +000067 },
niklase@google.comd15469e2011-09-16 07:04:56 +000068 'rtp_rtcp': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000069 'filepath': 'webrtc/modules/rtp_rtcp/.*'
niklase@google.comd15469e2011-09-16 07:04:56 +000070 },
71 'system_wrappers': {
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000072 'filepath': 'webrtc/system_wrappers/.*',
niklase@google.comd15469e2011-09-16 07:04:56 +000073 },
74 },
75
76 'WATCHLISTS': {
77 'this_file': [''],
mflodman@webrtc.org1be46fc2012-11-01 08:09:09 +000078 'all_webrtc': ['tterriberry@mozilla.com',
niklase@google.comd15469e2011-09-16 07:04:56 +000079 'giles@mozilla.com'],
andrew@webrtc.org87d49792011-09-28 15:04:36 +000080 'root_files': ['andrew@webrtc.org',
81 'niklas.enbom@webrtc.org'],
niklas.enbom@webrtc.org35ac9832012-01-10 12:14:04 +000082 'documented_interfaces': ['interface-changes@webrtc.org',
83 'rwolff@gocast.it'],
andrew@webrtc.org498ae782011-12-06 19:48:05 +000084 'build_files': ['leozwang@webrtc.org'],
leozwang@webrtc.orged716e42011-12-15 23:29:10 +000085 'java_files': ['leozwang@webrtc.org'],
andrew@webrtc.org87d49792011-09-28 15:04:36 +000086 'common_audio': ['bjornv@webrtc.org',
87 'andrew@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +000088 'video_engine': ['mflodman@webrtc.org',
89 'perkj@webrtc.org'],
90 'voice_engine': ['henrika@webrtc.org'],
91 'video_capture': ['mflodman@webrtc.org',
leozwang@webrtc.orged716e42011-12-15 23:29:10 +000092 'perkj@webrtc.org',
93 'leozwang@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +000094 'video_render': ['mflodman@webrtc.org',
leozwang@webrtc.orged716e42011-12-15 23:29:10 +000095 'perkj@webrtc.org',
96 'leozwang@webrtc.org'],
97 'audio_device': ['henrika@webrtc.org',
98 'leozwang@webrtc.org'],
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000099 'audio_coding': ['tina.legrand@webrtc.org'],
andrew@webrtc.org72fe2442012-01-30 21:57:43 +0000100 'neteq': ['henrik.lundin@webrtc.org'],
andrew@webrtc.org87d49792011-09-28 15:04:36 +0000101 'audio_processing': ['andrew@webrtc.org',
leozwang@webrtc.org00a8dbb2012-04-19 18:09:23 +0000102 'bjornv@webrtc.org',
103 'leozwang@webrtc.org'],
pwestin@webrtc.org7ca99252012-01-30 15:45:04 +0000104 'video_codecs': ['henrik.lundin@webrtc.org',
105 'pwestin@webrtc.org'],
stefan@webrtc.orgdba7a3a2011-09-19 07:50:48 +0000106 'video_coding': ['stefan@webrtc.org'],
pwestin@webrtc.org11330b02011-10-20 17:54:20 +0000107 'rtp_rtcp': ['mflodman@webrtc.org',
108 'pwestin@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +0000109 'system_wrappers': ['mflodman@webrtc.org',
andrew@webrtc.org87d49792011-09-28 15:04:36 +0000110 'henrika@webrtc.org',
leozwang@webrtc.org00a8dbb2012-04-19 18:09:23 +0000111 'andrew@webrtc.org',
112 'leozwang@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +0000113 },
114}