2011-09-16 09:04:56 +02:00
|
|
|
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
|
|
|
# Inspired by chromium.org:
|
|
|
|
# http://dev.chromium.org/developers/contributing-code/watchlists
|
|
|
|
|
|
|
|
{
|
|
|
|
'WATCHLIST_DEFINITIONS': {
|
|
|
|
'this_file': {
|
|
|
|
'filepath': '^WATCHLISTS$',
|
|
|
|
},
|
2012-11-01 09:09:09 +01:00
|
|
|
'all_webrtc': {
|
2012-11-15 23:21:20 +01:00
|
|
|
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
2011-09-28 17:04:36 +02:00
|
|
|
'root_files': {
|
2012-11-01 09:09:09 +01:00
|
|
|
# webrtc/build/ and non-recursive contents of ./ and webrtc/
|
|
|
|
'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
|
2011-09-28 17:04:36 +02:00
|
|
|
},
|
2011-10-28 00:33:27 +02:00
|
|
|
'documented_interfaces': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/[^/]*\.h$|'\
|
2012-11-14 02:27:31 +01:00
|
|
|
'webrtc/video_engine/include/.*|'\
|
|
|
|
'webrtc/voice_engine/include/.*',
|
2011-10-28 00:33:27 +02:00
|
|
|
},
|
2011-12-06 20:48:05 +01:00
|
|
|
'build_files': {
|
2011-12-06 20:53:48 +01:00
|
|
|
'filepath': '\.gyp$|\.gypi$|Android\.mk$',
|
2011-12-06 20:48:05 +01:00
|
|
|
},
|
2011-12-16 00:29:10 +01:00
|
|
|
'java_files': {
|
|
|
|
'filepath': '\.java$|\.xml$',
|
|
|
|
},
|
2011-09-16 09:04:56 +02:00
|
|
|
'video_engine': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/video_engine/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
|
|
|
'voice_engine': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/voice_engine/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
2011-09-28 17:04:36 +02:00
|
|
|
'common_audio': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/common_audio/.*',
|
2011-09-28 17:04:36 +02:00
|
|
|
},
|
2011-09-16 09:04:56 +02:00
|
|
|
'video_capture': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/video_capture/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
|
|
|
'video_render': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/video_render/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
|
|
|
'audio_device': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/audio_device/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
2011-09-16 10:02:21 +02:00
|
|
|
'audio_coding': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/audio_coding/.*',
|
2011-09-16 10:02:21 +02:00
|
|
|
},
|
2012-01-30 22:57:43 +01:00
|
|
|
'neteq': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/audio_coding/neteq/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
2011-09-28 17:04:36 +02:00
|
|
|
'audio_processing': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/audio_processing/.*',
|
2011-09-28 17:04:36 +02:00
|
|
|
},
|
2011-09-16 09:04:56 +02:00
|
|
|
'video_codecs': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/video_coding/codecs/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
2011-09-19 09:50:48 +02:00
|
|
|
'video_coding': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/video_coding/.*',
|
2011-09-19 09:50:48 +02:00
|
|
|
},
|
2011-09-16 09:04:56 +02:00
|
|
|
'rtp_rtcp': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/modules/rtp_rtcp/.*'
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
|
|
|
'system_wrappers': {
|
2012-11-01 09:09:09 +01:00
|
|
|
'filepath': 'webrtc/system_wrappers/.*',
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
'WATCHLISTS': {
|
|
|
|
'this_file': [''],
|
2012-11-15 23:21:20 +01:00
|
|
|
'all_webrtc': ['giles@mozilla.com',
|
2012-11-14 01:21:59 +01:00
|
|
|
'tterriberry@mozilla.com'],
|
2011-09-28 17:04:36 +02:00
|
|
|
'root_files': ['andrew@webrtc.org',
|
|
|
|
'niklas.enbom@webrtc.org'],
|
2012-01-10 13:14:04 +01:00
|
|
|
'documented_interfaces': ['interface-changes@webrtc.org',
|
|
|
|
'rwolff@gocast.it'],
|
2011-12-06 20:48:05 +01:00
|
|
|
'build_files': ['leozwang@webrtc.org'],
|
2011-12-16 00:29:10 +01:00
|
|
|
'java_files': ['leozwang@webrtc.org'],
|
2011-09-28 17:04:36 +02:00
|
|
|
'common_audio': ['bjornv@webrtc.org',
|
|
|
|
'andrew@webrtc.org'],
|
2011-09-16 09:04:56 +02:00
|
|
|
'video_engine': ['mflodman@webrtc.org',
|
|
|
|
'perkj@webrtc.org'],
|
|
|
|
'voice_engine': ['henrika@webrtc.org'],
|
|
|
|
'video_capture': ['mflodman@webrtc.org',
|
2011-12-16 00:29:10 +01:00
|
|
|
'perkj@webrtc.org',
|
|
|
|
'leozwang@webrtc.org'],
|
2011-09-16 09:04:56 +02:00
|
|
|
'video_render': ['mflodman@webrtc.org',
|
2011-12-16 00:29:10 +01:00
|
|
|
'perkj@webrtc.org',
|
|
|
|
'leozwang@webrtc.org'],
|
|
|
|
'audio_device': ['henrika@webrtc.org',
|
|
|
|
'leozwang@webrtc.org'],
|
2011-09-16 10:02:21 +02:00
|
|
|
'audio_coding': ['tina.legrand@webrtc.org'],
|
2012-01-30 22:57:43 +01:00
|
|
|
'neteq': ['henrik.lundin@webrtc.org'],
|
2011-09-28 17:04:36 +02:00
|
|
|
'audio_processing': ['andrew@webrtc.org',
|
2012-04-19 20:09:23 +02:00
|
|
|
'bjornv@webrtc.org',
|
|
|
|
'leozwang@webrtc.org'],
|
2012-01-30 16:45:04 +01:00
|
|
|
'video_codecs': ['henrik.lundin@webrtc.org',
|
|
|
|
'pwestin@webrtc.org'],
|
2011-09-19 09:50:48 +02:00
|
|
|
'video_coding': ['stefan@webrtc.org'],
|
2011-10-20 19:54:20 +02:00
|
|
|
'rtp_rtcp': ['mflodman@webrtc.org',
|
|
|
|
'pwestin@webrtc.org'],
|
2011-09-16 09:04:56 +02:00
|
|
|
'system_wrappers': ['mflodman@webrtc.org',
|
2011-09-28 17:04:36 +02:00
|
|
|
'henrika@webrtc.org',
|
2012-04-19 20:09:23 +02:00
|
|
|
'andrew@webrtc.org',
|
|
|
|
'leozwang@webrtc.org'],
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
|
|
|
}
|