blob: 58fc283e512fa1ad3902da2f36e772bb2a08d3fe [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 },
35 'NetEQ': {
36 'filepath': 'src/modules/audio_coding/NetEQ/.*',
37 },
38 'video_codecs': {
39 'filepath': 'src/modules/video_coding/codecs/.*',
40 },
41 'rtp_rtcp': {
42 'filepath': 'src/modules/rtp_rtcp/.*'
43 },
44 'system_wrappers': {
45 'filepath': 'src/system_wrappers/.*',
46 },
47 },
48
49 'WATCHLISTS': {
50 'this_file': [''],
51 'all_src': ['tterriberry@mozilla.com',
52 'giles@mozilla.com'],
53 'video_engine': ['mflodman@webrtc.org',
54 'perkj@webrtc.org'],
55 'voice_engine': ['henrika@webrtc.org'],
56 'video_capture': ['mflodman@webrtc.org',
57 'perkj@webrtc.org'],
58 'video_render': ['mflodman@webrtc.org',
59 'perkj@webrtc.org'],
60 'audio_device': ['henrika@webrtc.org'],
61 'NetEQ': ['henrik.lundin@webrtc.org'],
62 'video_codecs': ['henrik.lundin@webrtc.org'],
63 'rtp_rtcp': ['mflodman@webrtc.org'],
64 'system_wrappers': ['mflodman@webrtc.org',
65 'henrika@webrtc.org' ],
66 },
67}