blob: 4e81931e27e76edfc5ae4f6d1c781983d58b0707 [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 },
44 'rtp_rtcp': {
45 'filepath': 'src/modules/rtp_rtcp/.*'
46 },
47 'system_wrappers': {
48 'filepath': 'src/system_wrappers/.*',
49 },
50 },
51
52 'WATCHLISTS': {
53 'this_file': [''],
54 'all_src': ['tterriberry@mozilla.com',
55 'giles@mozilla.com'],
56 'video_engine': ['mflodman@webrtc.org',
57 'perkj@webrtc.org'],
58 'voice_engine': ['henrika@webrtc.org'],
59 'video_capture': ['mflodman@webrtc.org',
60 'perkj@webrtc.org'],
61 'video_render': ['mflodman@webrtc.org',
62 'perkj@webrtc.org'],
63 'audio_device': ['henrika@webrtc.org'],
tina.legrand@webrtc.orge126dbb2011-09-16 08:02:21 +000064 'audio_coding': ['tina.legrand@webrtc.org'],
niklase@google.comd15469e2011-09-16 07:04:56 +000065 'NetEQ': ['henrik.lundin@webrtc.org'],
66 'video_codecs': ['henrik.lundin@webrtc.org'],
67 'rtp_rtcp': ['mflodman@webrtc.org'],
68 'system_wrappers': ['mflodman@webrtc.org',
69 'henrika@webrtc.org' ],
70 },
71}