blob: 5acc68da8462a50310139ee466f4ff4ce1476d3c [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 },
20 'video_capture': {
21 'filepath': 'src/modules/video_capture/.*',
22 },
23 'video_render': {
24 'filepath': 'src/modules/video_render/.*',
25 },
henrik.lundin@webrtc.orgfac55d52011-09-01 10:29:13 +000026 'NetEQ': {
27 'filepath': 'src/modules/audio_coding/NetEQ/.*',
28 },
29 'video_codecs': {
30 'filepath': 'src/modules/video_coding/codecs/.*',
31 },
mflodman@webrtc.orgcdefd422011-08-31 18:24:58 +000032 },
33
34 'WATCHLISTS': {
35 'this_file': [''],
36 'video_engine': ['mflodman@webrtc.org',
37 'perkj@webrtc.org'],
38 'video_capture': ['mflodman@webrtc.org'],
39 'video_render': ['mflodman@webrtc.org'],
henrik.lundin@webrtc.orgfac55d52011-09-01 10:29:13 +000040 'NetEQ': ['henrik.lundin@webrtc.org'],
41 'video_codecs': ['henrik.lundin@webrtc.org'],
mflodman@webrtc.orgcdefd422011-08-31 18:24:58 +000042 },
43}