niklase@google.com | d15469e | 2011-09-16 07:04:56 +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 | 'all_src': { |
| 18 | 'filepath': 'src/.*', |
| 19 | }, |
andrew@webrtc.org | 87d4979 | 2011-09-28 15:04:36 +0000 | [diff] [blame] | 20 | 'root_files': { |
| 21 | # src/build/ and non-recursive contents of ./ and src/ |
| 22 | 'filepath': '^[^/]*$|src/[^/]*$|src/build/.*', |
| 23 | }, |
andrew@webrtc.org | dfbebb9 | 2011-10-27 22:33:27 +0000 | [diff] [blame] | 24 | 'documented_interfaces': { |
| 25 | 'filepath': 'src/[^/]*\.h$|'\ |
| 26 | 'src/video_engine/main/interface/.*|'\ |
| 27 | 'src/voice_engine/main/interface/.*', |
| 28 | }, |
andrew@webrtc.org | 498ae78 | 2011-12-06 19:48:05 +0000 | [diff] [blame] | 29 | 'build_files': { |
andrew@webrtc.org | ca583bf | 2011-12-06 19:53:48 +0000 | [diff] [blame^] | 30 | 'filepath': '\.gyp$|\.gypi$|Android\.mk$', |
andrew@webrtc.org | 498ae78 | 2011-12-06 19:48:05 +0000 | [diff] [blame] | 31 | }, |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 32 | 'video_engine': { |
| 33 | 'filepath': 'src/video_engine/.*', |
| 34 | }, |
| 35 | 'voice_engine': { |
| 36 | 'filepath': 'src/voice_engine/.*', |
| 37 | }, |
andrew@webrtc.org | 87d4979 | 2011-09-28 15:04:36 +0000 | [diff] [blame] | 38 | 'common_audio': { |
| 39 | 'filepath': 'src/common_audio/.*', |
| 40 | }, |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 41 | 'video_capture': { |
| 42 | 'filepath': 'src/modules/video_capture/.*', |
| 43 | }, |
| 44 | 'video_render': { |
| 45 | 'filepath': 'src/modules/video_render/.*', |
| 46 | }, |
| 47 | 'audio_device': { |
| 48 | 'filepath': 'src/modules/audio_device/.*', |
| 49 | }, |
tina.legrand@webrtc.org | e126dbb | 2011-09-16 08:02:21 +0000 | [diff] [blame] | 50 | 'audio_coding': { |
| 51 | 'filepath': 'src/modules/audio_coding/.*', |
| 52 | }, |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 53 | 'NetEQ': { |
| 54 | 'filepath': 'src/modules/audio_coding/NetEQ/.*', |
| 55 | }, |
andrew@webrtc.org | 87d4979 | 2011-09-28 15:04:36 +0000 | [diff] [blame] | 56 | 'audio_processing': { |
| 57 | 'filepath': 'src/modules/audio_processing/.*', |
| 58 | }, |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 59 | 'video_codecs': { |
| 60 | 'filepath': 'src/modules/video_coding/codecs/.*', |
| 61 | }, |
stefan@webrtc.org | dba7a3a | 2011-09-19 07:50:48 +0000 | [diff] [blame] | 62 | 'video_coding': { |
| 63 | 'filepath': 'src/modules/video_coding/.*', |
| 64 | }, |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 65 | 'rtp_rtcp': { |
| 66 | 'filepath': 'src/modules/rtp_rtcp/.*' |
| 67 | }, |
| 68 | 'system_wrappers': { |
| 69 | 'filepath': 'src/system_wrappers/.*', |
| 70 | }, |
| 71 | }, |
| 72 | |
| 73 | 'WATCHLISTS': { |
| 74 | 'this_file': [''], |
| 75 | 'all_src': ['tterriberry@mozilla.com', |
| 76 | 'giles@mozilla.com'], |
andrew@webrtc.org | 87d4979 | 2011-09-28 15:04:36 +0000 | [diff] [blame] | 77 | 'root_files': ['andrew@webrtc.org', |
| 78 | 'niklas.enbom@webrtc.org'], |
andrew@webrtc.org | dfbebb9 | 2011-10-27 22:33:27 +0000 | [diff] [blame] | 79 | 'documented_interfaces': ['amyfong@webrtc.org'], |
andrew@webrtc.org | 498ae78 | 2011-12-06 19:48:05 +0000 | [diff] [blame] | 80 | 'build_files': ['leozwang@webrtc.org'], |
andrew@webrtc.org | 87d4979 | 2011-09-28 15:04:36 +0000 | [diff] [blame] | 81 | 'common_audio': ['bjornv@webrtc.org', |
| 82 | 'andrew@webrtc.org'], |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 83 | 'video_engine': ['mflodman@webrtc.org', |
| 84 | 'perkj@webrtc.org'], |
| 85 | 'voice_engine': ['henrika@webrtc.org'], |
| 86 | 'video_capture': ['mflodman@webrtc.org', |
| 87 | 'perkj@webrtc.org'], |
| 88 | 'video_render': ['mflodman@webrtc.org', |
| 89 | 'perkj@webrtc.org'], |
| 90 | 'audio_device': ['henrika@webrtc.org'], |
tina.legrand@webrtc.org | e126dbb | 2011-09-16 08:02:21 +0000 | [diff] [blame] | 91 | 'audio_coding': ['tina.legrand@webrtc.org'], |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 92 | 'NetEQ': ['henrik.lundin@webrtc.org'], |
andrew@webrtc.org | 87d4979 | 2011-09-28 15:04:36 +0000 | [diff] [blame] | 93 | 'audio_processing': ['andrew@webrtc.org', |
| 94 | 'bjornv@webrtc.org'], |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 95 | 'video_codecs': ['henrik.lundin@webrtc.org'], |
stefan@webrtc.org | dba7a3a | 2011-09-19 07:50:48 +0000 | [diff] [blame] | 96 | 'video_coding': ['stefan@webrtc.org'], |
pwestin@webrtc.org | 11330b0 | 2011-10-20 17:54:20 +0000 | [diff] [blame] | 97 | 'rtp_rtcp': ['mflodman@webrtc.org', |
| 98 | 'pwestin@webrtc.org'], |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 99 | 'system_wrappers': ['mflodman@webrtc.org', |
andrew@webrtc.org | 87d4979 | 2011-09-28 15:04:36 +0000 | [diff] [blame] | 100 | 'henrika@webrtc.org', |
| 101 | 'andrew@webrtc.org'], |
niklase@google.com | d15469e | 2011-09-16 07:04:56 +0000 | [diff] [blame] | 102 | }, |
| 103 | } |