mflodman@webrtc.org | cdefd42 | 2011-08-31 18:24:58 +0000 | [diff] [blame] | 1 | # 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.org | fac55d5 | 2011-09-01 10:29:13 +0000 | [diff] [blame^] | 26 | 'NetEQ': { |
| 27 | 'filepath': 'src/modules/audio_coding/NetEQ/.*', |
| 28 | }, |
| 29 | 'video_codecs': { |
| 30 | 'filepath': 'src/modules/video_coding/codecs/.*', |
| 31 | }, |
mflodman@webrtc.org | cdefd42 | 2011-08-31 18:24:58 +0000 | [diff] [blame] | 32 | }, |
| 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.org | fac55d5 | 2011-09-01 10:29:13 +0000 | [diff] [blame^] | 40 | 'NetEQ': ['henrik.lundin@webrtc.org'], |
| 41 | 'video_codecs': ['henrik.lundin@webrtc.org'], |
mflodman@webrtc.org | cdefd42 | 2011-08-31 18:24:58 +0000 | [diff] [blame] | 42 | }, |
| 43 | } |