blob: 40d270b6faf3183e64dcf011880018326bd4d793 [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 },
26 },
27
28 'WATCHLISTS': {
29 'this_file': [''],
30 'video_engine': ['mflodman@webrtc.org',
31 'perkj@webrtc.org'],
32 'video_capture': ['mflodman@webrtc.org'],
33 'video_render': ['mflodman@webrtc.org'],
34 },
35}