2011-09-16 07:04:56 +00: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 08:09:09 +00:00
|
|
|
'all_webrtc': {
|
2012-11-15 22:21:20 +00:00
|
|
|
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
|
2015-11-26 08:47:46 -08:00
|
|
|
'filepath': '^webrtc/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
2011-09-28 15:04:36 +00:00
|
|
|
'root_files': {
|
2012-11-01 08:09:09 +00:00
|
|
|
# webrtc/build/ and non-recursive contents of ./ and webrtc/
|
2015-11-26 08:47:46 -08:00
|
|
|
'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*',
|
2011-09-28 15:04:36 +00:00
|
|
|
},
|
2011-10-27 22:33:27 +00:00
|
|
|
'documented_interfaces': {
|
2015-11-26 08:47:46 -08:00
|
|
|
'filepath': '^webrtc/[^/]*\.h$|'\
|
2012-11-14 01:27:31 +00:00
|
|
|
'webrtc/voice_engine/include/.*',
|
2011-10-27 22:33:27 +00:00
|
|
|
},
|
2011-12-06 19:48:05 +00:00
|
|
|
'build_files': {
|
2011-12-06 19:53:48 +00:00
|
|
|
'filepath': '\.gyp$|\.gypi$|Android\.mk$',
|
2011-12-06 19:48:05 +00:00
|
|
|
},
|
2011-12-15 23:29:10 +00:00
|
|
|
'java_files': {
|
|
|
|
|
'filepath': '\.java$|\.xml$',
|
|
|
|
|
},
|
2015-12-21 14:29:49 +01:00
|
|
|
'audio': {
|
|
|
|
|
'filepath': 'webrtc/audio/.*',
|
|
|
|
|
},
|
|
|
|
|
'call': {
|
|
|
|
|
'filepath': 'webrtc/call/.*',
|
|
|
|
|
},
|
2016-04-15 04:35:14 -07:00
|
|
|
'media': {
|
|
|
|
|
'filepath': 'webrtc/media/.*',
|
|
|
|
|
},
|
2015-12-09 12:13:30 +01:00
|
|
|
'video': {
|
|
|
|
|
'filepath': 'webrtc/video/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
|
|
|
|
'voice_engine': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/voice_engine/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
2011-09-28 15:04:36 +00:00
|
|
|
'common_audio': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/common_audio/.*',
|
2011-09-28 15:04:36 +00:00
|
|
|
},
|
2013-02-19 18:31:20 +00:00
|
|
|
'common_video': {
|
|
|
|
|
'filepath': 'webrtc/common_video/.*',
|
|
|
|
|
},
|
2011-09-16 07:04:56 +00:00
|
|
|
'video_capture': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/video_capture/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
|
|
|
|
'video_render': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/video_render/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
|
|
|
|
'audio_device': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/audio_device/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
2011-09-16 08:02:21 +00:00
|
|
|
'audio_coding': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/audio_coding/.*',
|
2011-09-16 08:02:21 +00:00
|
|
|
},
|
2012-01-30 21:57:43 +00:00
|
|
|
'neteq': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/audio_coding/neteq/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
2011-09-28 15:04:36 +00:00
|
|
|
'audio_processing': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/audio_processing/.*',
|
2011-09-28 15:04:36 +00:00
|
|
|
},
|
2011-09-19 07:50:48 +00:00
|
|
|
'video_coding': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/video_coding/.*',
|
2011-09-19 07:50:48 +00:00
|
|
|
},
|
2013-02-19 18:31:20 +00:00
|
|
|
'video_processing': {
|
|
|
|
|
'filepath': 'webrtc/modules/video_processing/.*',
|
|
|
|
|
},
|
2013-03-15 09:39:59 +00:00
|
|
|
'bitrate_controller': {
|
|
|
|
|
'filepath': 'webrtc/modules/bitrate_controller/.*'
|
|
|
|
|
},
|
|
|
|
|
'remote_bitrate_estimator': {
|
|
|
|
|
'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
|
|
|
|
|
},
|
2014-06-10 13:59:37 +00:00
|
|
|
'pacing': {
|
|
|
|
|
'filepath': 'webrtc/modules/pacing/.*'
|
|
|
|
|
},
|
2011-09-16 07:04:56 +00:00
|
|
|
'rtp_rtcp': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/modules/rtp_rtcp/.*'
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
|
|
|
|
'system_wrappers': {
|
2012-11-01 08:09:09 +00:00
|
|
|
'filepath': 'webrtc/system_wrappers/.*',
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
'WATCHLISTS': {
|
|
|
|
|
'this_file': [''],
|
2014-12-22 12:49:14 +00:00
|
|
|
'all_webrtc': ['tterriberry@mozilla.com'],
|
2015-12-09 12:45:31 -08:00
|
|
|
'root_files': ['niklas.enbom@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'peah@webrtc.org',
|
2015-09-25 06:16:31 -07:00
|
|
|
'qiang.lu@intel.com',
|
2015-11-24 00:22:13 -08:00
|
|
|
'yujie.mao@webrtc.org'],
|
2016-03-07 23:45:22 +01:00
|
|
|
'documented_interfaces': ['interface-changes@webrtc.org'],
|
2014-09-11 10:11:43 +00:00
|
|
|
'common_audio': ['aluebs@webrtc.org',
|
|
|
|
|
'andrew@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'audio-team@agora.io',
|
2015-09-25 06:16:31 -07:00
|
|
|
'bjornv@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'minyue@webrtc.org',
|
|
|
|
|
'peah@webrtc.org'],
|
2015-12-21 14:29:49 +01:00
|
|
|
'audio': ['solenberg@webrtc.org',
|
|
|
|
|
'tina.legrand@webrtc.org'],
|
|
|
|
|
'call': ['mflodman@webrtc.org',
|
|
|
|
|
'pbos@webrtc.org',
|
|
|
|
|
'solenberg@webrtc.org',
|
|
|
|
|
'stefan@webrtc.org'],
|
2016-04-15 04:35:14 -07:00
|
|
|
'media': [solenberg@webrtc.org],
|
2016-02-29 10:26:30 +01:00
|
|
|
'video': ['mflodman@webrtc.org',
|
2015-12-09 12:13:30 +01:00
|
|
|
'pbos@webrtc.org',
|
|
|
|
|
'perkj@webrtc.org',
|
|
|
|
|
'stefan@webrtc.org',
|
|
|
|
|
'video-team@agora.io',
|
|
|
|
|
'yujie.mao@webrtc.org',
|
|
|
|
|
'zhengzhonghou@agora.io'],
|
2015-11-26 08:47:46 -08:00
|
|
|
'voice_engine': ['andrew@webrtc.org',
|
|
|
|
|
'audio-team@agora.io',
|
2015-11-24 00:22:13 -08:00
|
|
|
'henrika@webrtc.org',
|
2015-09-23 16:54:12 +02:00
|
|
|
'henrik.lundin@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'minyue@webrtc.org',
|
2015-11-10 02:47:14 -08:00
|
|
|
'peah@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'solenberg@webrtc.org'],
|
2011-09-16 07:04:56 +00:00
|
|
|
'video_capture': ['mflodman@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'perkj@webrtc.org',
|
|
|
|
|
'sdk-team@agora.io',
|
|
|
|
|
'zhengzhonghou@agora.io'],
|
2011-09-16 07:04:56 +00:00
|
|
|
'video_render': ['mflodman@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'perkj@webrtc.org',
|
|
|
|
|
'sdk-team@agora.io',
|
|
|
|
|
'zhengzhonghou@agora.io'],
|
|
|
|
|
'audio_device': ['audio-team@agora.io',
|
|
|
|
|
'henrika@webrtc.org',
|
|
|
|
|
'peah@webrtc.org',
|
|
|
|
|
'sdk-team@agora.io'],
|
|
|
|
|
'audio_coding': ['audio-team@agora.io',
|
2014-06-03 10:01:39 +00:00
|
|
|
'henrik.lundin@webrtc.org',
|
2015-09-25 06:16:31 -07:00
|
|
|
'kwiberg@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'minyue@webrtc.org',
|
2015-11-10 02:47:14 -08:00
|
|
|
'peah@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'tina.legrand@webrtc.org'],
|
|
|
|
|
'neteq': ['audio-team@agora.io',
|
|
|
|
|
'henrik.lundin@webrtc.org',
|
2015-11-10 02:47:14 -08:00
|
|
|
'minyue@webrtc.org'],
|
2014-09-11 10:11:43 +00:00
|
|
|
'audio_processing': ['aluebs@webrtc.org',
|
|
|
|
|
'andrew@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'audio-team@agora.io',
|
2014-06-03 10:01:39 +00:00
|
|
|
'bjornv@webrtc.org',
|
2015-09-23 16:54:12 +02:00
|
|
|
'henrik.lundin@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'kwiberg@webrtc.org',
|
|
|
|
|
'minyue@webrtc.org',
|
2015-09-25 06:16:31 -07:00
|
|
|
'peah@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'solenberg@webrtc.org'],
|
|
|
|
|
'video_coding': ['mflodman@webrtc.org',
|
|
|
|
|
'stefan@webrtc.org',
|
|
|
|
|
'video-team@agora.io',
|
|
|
|
|
'zhengzhonghou@agora.io'],
|
|
|
|
|
'video_processing': ['stefan@webrtc.org',
|
|
|
|
|
'video-team@agora.io',
|
|
|
|
|
'zhengzhonghou@agora.io'],
|
|
|
|
|
'bitrate_controller': ['mflodman@webrtc.org',
|
|
|
|
|
'stefan@webrtc.org',
|
|
|
|
|
'zhuangzesen@agora.io'],
|
|
|
|
|
'remote_bitrate_estimator': ['mflodman@webrtc.org',
|
|
|
|
|
'stefan@webrtc.org',
|
|
|
|
|
'zhuangzesen@agora.io'],
|
|
|
|
|
'pacing': ['mflodman@webrtc.org',
|
|
|
|
|
'stefan@webrtc.org',
|
|
|
|
|
'zhuangzesen@agora.io'],
|
2011-10-20 17:54:20 +00:00
|
|
|
'rtp_rtcp': ['mflodman@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'stefan@webrtc.org',
|
2016-02-29 10:26:30 +01:00
|
|
|
'danilchap@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'zhuangzesen@agora.io'],
|
2015-11-26 08:47:46 -08:00
|
|
|
'system_wrappers': ['fengyue@agora.io',
|
2011-09-28 15:04:36 +00:00
|
|
|
'henrika@webrtc.org',
|
2015-11-24 00:22:13 -08:00
|
|
|
'mflodman@webrtc.org',
|
|
|
|
|
'peah@webrtc.org',
|
|
|
|
|
'zhengzhonghou@agora.io'],
|
2011-09-16 07:04:56 +00:00
|
|
|
},
|
|
|
|
|
}
|