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/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': {
|
2014-06-10 15:59:37 +02:00
|
|
|
'filepath': 'webrtc/video_engine/.*|'\
|
|
|
|
'webrtc/video/.*',
|
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
|
|
|
},
|
2013-02-19 19:31:20 +01:00
|
|
|
'common_video': {
|
|
|
|
'filepath': 'webrtc/common_video/.*',
|
|
|
|
},
|
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-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
|
|
|
},
|
2013-02-19 19:31:20 +01:00
|
|
|
'video_processing': {
|
|
|
|
'filepath': 'webrtc/modules/video_processing/.*',
|
|
|
|
},
|
2013-03-15 10:39:59 +01:00
|
|
|
'bitrate_controller': {
|
|
|
|
'filepath': 'webrtc/modules/bitrate_controller/.*'
|
|
|
|
},
|
|
|
|
'remote_bitrate_estimator': {
|
|
|
|
'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
|
|
|
|
},
|
2014-06-10 15:59:37 +02:00
|
|
|
'pacing': {
|
|
|
|
'filepath': 'webrtc/modules/pacing/.*'
|
|
|
|
},
|
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': [''],
|
2014-12-22 13:49:14 +01:00
|
|
|
'all_webrtc': ['tterriberry@mozilla.com'],
|
2011-09-28 17:04:36 +02:00
|
|
|
'root_files': ['andrew@webrtc.org',
|
2013-05-17 19:20:04 +02:00
|
|
|
'niklas.enbom@webrtc.org',
|
2013-10-25 21:20:02 +02:00
|
|
|
'yujie.mao@webrtc.org',
|
|
|
|
'qiang.lu@intel.com'],
|
2012-01-10 13:14:04 +01:00
|
|
|
'documented_interfaces': ['interface-changes@webrtc.org',
|
|
|
|
'rwolff@gocast.it'],
|
2014-09-11 12:11:43 +02:00
|
|
|
'common_audio': ['aluebs@webrtc.org',
|
|
|
|
'andrew@webrtc.org',
|
|
|
|
'bjornv@webrtc.org'],
|
2013-05-01 00:20:53 +02:00
|
|
|
'video_engine': ['andresp@webrtc.org',
|
|
|
|
'mflodman@webrtc.org',
|
2013-03-15 10:39:59 +01:00
|
|
|
'perkj@webrtc.org',
|
2013-05-17 19:20:04 +02:00
|
|
|
'stefan@webrtc.org',
|
2013-07-03 03:13:18 +02:00
|
|
|
'yujie.mao@webrtc.org'],
|
2015-06-05 09:07:52 +02:00
|
|
|
'voice_engine': ['henrika@webrtc.org',
|
|
|
|
'henrik.lundin@webrtc.org'],
|
2011-09-16 09:04:56 +02:00
|
|
|
'video_capture': ['mflodman@webrtc.org',
|
2013-05-11 00:46:55 +02:00
|
|
|
'perkj@webrtc.org'],
|
2011-09-16 09:04:56 +02:00
|
|
|
'video_render': ['mflodman@webrtc.org',
|
2013-05-11 00:46:55 +02:00
|
|
|
'perkj@webrtc.org'],
|
|
|
|
'audio_device': ['henrika@webrtc.org'],
|
2014-05-20 18:05:47 +02:00
|
|
|
'audio_coding': ['tina.legrand@webrtc.org',
|
2014-06-03 12:01:39 +02:00
|
|
|
'henrik.lundin@webrtc.org',
|
|
|
|
'kwiberg@webrtc.org'],
|
2012-01-30 22:57:43 +01:00
|
|
|
'neteq': ['henrik.lundin@webrtc.org'],
|
2014-09-11 12:11:43 +02:00
|
|
|
'audio_processing': ['aluebs@webrtc.org',
|
|
|
|
'andrew@webrtc.org',
|
2014-06-03 12:01:39 +02:00
|
|
|
'bjornv@webrtc.org',
|
2015-06-05 09:07:52 +02:00
|
|
|
'kwiberg@webrtc.org',
|
|
|
|
'henrik.lundin@webrtc.org'],
|
2013-02-19 19:31:20 +01:00
|
|
|
'video_coding': ['stefan@webrtc.org',
|
2014-06-10 15:59:37 +02:00
|
|
|
'mflodman@webrtc.org'],
|
2014-08-26 08:12:08 +02:00
|
|
|
'video_processing': ['stefan@webrtc.org'],
|
2014-06-10 15:59:37 +02:00
|
|
|
'bitrate_controller': ['stefan@webrtc.org',
|
|
|
|
'mflodman@webrtc.org'],
|
|
|
|
'remote_bitrate_estimator': ['stefan@webrtc.org',
|
|
|
|
'mflodman@webrtc.org'],
|
|
|
|
'pacing': ['stefan@webrtc.org',
|
|
|
|
'mflodman@webrtc.org'],
|
2011-10-20 19:54:20 +02:00
|
|
|
'rtp_rtcp': ['mflodman@webrtc.org',
|
2013-03-15 10:39:59 +01:00
|
|
|
'stefan@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',
|
2013-05-11 00:46:55 +02:00
|
|
|
'andrew@webrtc.org'],
|
2011-09-16 09:04:56 +02:00
|
|
|
},
|
|
|
|
}
|