blob: 5304fccd286105f8c6b79caf9382f7343c2e382d [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 },
17 'all_src': {
18 'filepath': 'src/.*',
19 },
20 'video_engine': {
21 'filepath': 'src/video_engine/.*',
22 },
23 'voice_engine': {
24 'filepath': 'src/voice_engine/.*',
25 },
26 'video_capture': {
27 'filepath': 'src/modules/video_capture/.*',
28 },
29 'video_render': {
30 'filepath': 'src/modules/video_render/.*',
31 },
32 'audio_device': {
33 'filepath': 'src/modules/audio_device/.*',
34 },
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000035 'audio_coding': {
36 'filepath': 'src/modules/audio_coding/.*',
37 },
niklase@google.comd15469e2011-09-16 07:04:56 +000038 'NetEQ': {
39 'filepath': 'src/modules/audio_coding/NetEQ/.*',
40 },
41 'video_codecs': {
42 'filepath': 'src/modules/video_coding/codecs/.*',
43 },
stefan@webrtc.orgdba7a3a2011-09-19 07:50:48 +000044 'video_coding': {
45 'filepath': 'src/modules/video_coding/.*',
46 },
niklase@google.comd15469e2011-09-16 07:04:56 +000047 'rtp_rtcp': {
48 'filepath': 'src/modules/rtp_rtcp/.*'
49 },
50 'system_wrappers': {
51 'filepath': 'src/system_wrappers/.*',
52 },
53 },
54
55 'WATCHLISTS': {
56 'this_file': [''],
57 'all_src': ['tterriberry@mozilla.com',
58 'giles@mozilla.com'],
59 'video_engine': ['mflodman@webrtc.org',
60 'perkj@webrtc.org'],
61 'voice_engine': ['henrika@webrtc.org'],
62 'video_capture': ['mflodman@webrtc.org',
63 'perkj@webrtc.org'],
64 'video_render': ['mflodman@webrtc.org',
65 'perkj@webrtc.org'],
66 'audio_device': ['henrika@webrtc.org'],
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000067 'audio_coding': ['tina.legrand@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +000068 'NetEQ': ['henrik.lundin@webrtc.org'],
69 'video_codecs': ['henrik.lundin@webrtc.org'],
stefan@webrtc.orgdba7a3a2011-09-19 07:50:48 +000070 'video_coding': ['stefan@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +000071 'rtp_rtcp': ['mflodman@webrtc.org'],
72 'system_wrappers': ['mflodman@webrtc.org',
73 'henrika@webrtc.org' ],
74 },
75}