blob: 109dacc9658f280c987c7d1bd0df9a4e18464a9a [file] [log] [blame]
mflodman@webrtc.orgcdefd422011-08-31 18:24:58 +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 'video_engine': {
18 'filepath': 'src/video_engine/.*',
19 },
mflodman@webrtc.org563f6582011-09-02 07:41:05 +000020 'voice_engine': {
21 'filepath': 'src/voice_engine/.*',
22 },
mflodman@webrtc.orgcdefd422011-08-31 18:24:58 +000023 'video_capture': {
24 'filepath': 'src/modules/video_capture/.*',
25 },
26 'video_render': {
27 'filepath': 'src/modules/video_render/.*',
28 },
mflodman@webrtc.org563f6582011-09-02 07:41:05 +000029 'audio_device': {
30 'filepath': 'src/modules/audio_device/.*',
31 },
henrik.lundin@webrtc.orgfac55d52011-09-01 10:29:13 +000032 'NetEQ': {
33 'filepath': 'src/modules/audio_coding/NetEQ/.*',
34 },
35 'video_codecs': {
36 'filepath': 'src/modules/video_coding/codecs/.*',
37 },
mflodman@webrtc.org563f6582011-09-02 07:41:05 +000038 'rtp_rtcp': {
39 'filepath': 'src/modules/rtp_rtcp/.*'
40 },
41 'system_wrappers': {
42 'filepath': 'src/system_wrappers/.*',
43 },
mflodman@webrtc.orgcdefd422011-08-31 18:24:58 +000044 },
45
46 'WATCHLISTS': {
47 'this_file': [''],
48 'video_engine': ['mflodman@webrtc.org',
49 'perkj@webrtc.org'],
mflodman@webrtc.org563f6582011-09-02 07:41:05 +000050 'voice_engine': ['henrika@webrtc.org'],
51 'video_capture': ['mflodman@webrtc.org',
52 'perkj@webrtc.org'],
53 'video_render': ['mflodman@webrtc.org',
54 'perkj@webrtc.org'],
55 'audio_device': ['henrika@webrtc.org'],
henrik.lundin@webrtc.orgfac55d52011-09-01 10:29:13 +000056 'NetEQ': ['henrik.lundin@webrtc.org'],
57 'video_codecs': ['henrik.lundin@webrtc.org'],
mflodman@webrtc.org563f6582011-09-02 07:41:05 +000058 'rtp_rtcp': ['mflodman@webrtc.org'],
59 'system_wrappers': ['mflodman@webrtc.org',
60 'henrika@webrtc.org' ],
mflodman@webrtc.orgcdefd422011-08-31 18:24:58 +000061 },
62}