Updating WATCHLISTS.
This file was still reflecting the old structure of the repository. This CL updates all the paths and removes configs to track deleted directories. Bug: webrtc:9152 Change-Id: Iaed184d9e7100361676015d7c6ddbd04439e0a45 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/69818 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#22868}
This commit is contained in:

committed by
Commit Bot

parent
365381fdf1
commit
eb99d84341
61
WATCHLISTS
61
WATCHLISTS
@ -16,86 +16,80 @@
|
|||||||
},
|
},
|
||||||
'all_webrtc': {
|
'all_webrtc': {
|
||||||
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
|
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
|
||||||
'filepath': '^webrtc/.*',
|
'filepath': '^.*',
|
||||||
},
|
},
|
||||||
'root_files': {
|
'root_files': {
|
||||||
# webrtc/build/ and non-recursive contents of ./ and webrtc/
|
# Non-recursive contents of ./
|
||||||
'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*',
|
'filepath': '^[^/]*$|',
|
||||||
},
|
|
||||||
'documented_interfaces': {
|
|
||||||
'filepath': '^webrtc/[^/]*\.h$',
|
|
||||||
},
|
},
|
||||||
'build_files': {
|
'build_files': {
|
||||||
'filepath': '\.gyp$|\.gypi$|Android\.mk$',
|
'filepath': '\.gni$|\.gn$',
|
||||||
},
|
},
|
||||||
'java_files': {
|
'java_files': {
|
||||||
'filepath': '\.java$|\.xml$',
|
'filepath': '\.java$|\.xml$',
|
||||||
},
|
},
|
||||||
'api': {
|
'api': {
|
||||||
'filepath': 'webrtc/api/.*',
|
'filepath': 'api/.*',
|
||||||
},
|
},
|
||||||
'audio': {
|
'audio': {
|
||||||
'filepath': 'webrtc/audio/.*',
|
'filepath': 'audio/.*',
|
||||||
},
|
},
|
||||||
'base': {
|
'base': {
|
||||||
'filepath': 'webrtc/base/.*',
|
'filepath': 'rtc_base/.*',
|
||||||
},
|
},
|
||||||
'call': {
|
'call': {
|
||||||
'filepath': 'webrtc/call/.*',
|
'filepath': 'call/.*',
|
||||||
},
|
},
|
||||||
'media_engine': {
|
'media_engine': {
|
||||||
'filepath': 'webrtc/media/engine/.*',
|
'filepath': 'media/engine/.*',
|
||||||
},
|
},
|
||||||
'video': {
|
'video': {
|
||||||
'filepath': 'webrtc/video/.*',
|
'filepath': 'video/.*',
|
||||||
},
|
},
|
||||||
'common_audio': {
|
'common_audio': {
|
||||||
'filepath': 'webrtc/common_audio/.*',
|
'filepath': 'common_audio/.*',
|
||||||
},
|
},
|
||||||
'common_video': {
|
'common_video': {
|
||||||
'filepath': 'webrtc/common_video/.*',
|
'filepath': 'common_video/.*',
|
||||||
},
|
},
|
||||||
'video_capture': {
|
'video_capture': {
|
||||||
'filepath': 'webrtc/modules/video_capture/.*',
|
'filepath': 'modules/video_capture/.*',
|
||||||
},
|
|
||||||
'video_render': {
|
|
||||||
'filepath': 'webrtc/modules/video_render/.*',
|
|
||||||
},
|
},
|
||||||
'audio_device': {
|
'audio_device': {
|
||||||
'filepath': 'webrtc/modules/audio_device/.*',
|
'filepath': 'modules/audio_device/.*',
|
||||||
},
|
},
|
||||||
'audio_coding': {
|
'audio_coding': {
|
||||||
'filepath': 'webrtc/modules/audio_coding/.*',
|
'filepath': 'modules/audio_coding/.*',
|
||||||
},
|
},
|
||||||
'neteq': {
|
'neteq': {
|
||||||
'filepath': 'webrtc/modules/audio_coding/neteq/.*',
|
'filepath': 'modules/audio_coding/neteq/.*',
|
||||||
},
|
},
|
||||||
'audio_mixer': {
|
'audio_mixer': {
|
||||||
'filepath': 'webrtc/modules/audio_mixer/.*',
|
'filepath': 'modules/audio_mixer/.*',
|
||||||
},
|
},
|
||||||
'audio_processing': {
|
'audio_processing': {
|
||||||
'filepath': 'webrtc/modules/audio_processing/.*',
|
'filepath': 'modules/audio_processing/.*',
|
||||||
},
|
},
|
||||||
'video_coding': {
|
'video_coding': {
|
||||||
'filepath': 'webrtc/modules/video_coding/.*',
|
'filepath': 'modules/video_coding/.*',
|
||||||
},
|
},
|
||||||
'video_processing': {
|
'video_processing': {
|
||||||
'filepath': 'webrtc/modules/video_processing/.*',
|
'filepath': 'modules/video_processing/.*',
|
||||||
},
|
},
|
||||||
'bitrate_controller': {
|
'bitrate_controller': {
|
||||||
'filepath': 'webrtc/modules/bitrate_controller/.*'
|
'filepath': 'modules/bitrate_controller/.*'
|
||||||
},
|
},
|
||||||
'remote_bitrate_estimator': {
|
'remote_bitrate_estimator': {
|
||||||
'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
|
'filepath': 'modules/remote_bitrate_estimator/.*'
|
||||||
},
|
},
|
||||||
'pacing': {
|
'pacing': {
|
||||||
'filepath': 'webrtc/modules/pacing/.*'
|
'filepath': 'modules/pacing/.*'
|
||||||
},
|
},
|
||||||
'rtp_rtcp': {
|
'rtp_rtcp': {
|
||||||
'filepath': 'webrtc/modules/rtp_rtcp/.*'
|
'filepath': 'modules/rtp_rtcp/.*'
|
||||||
},
|
},
|
||||||
'system_wrappers': {
|
'system_wrappers': {
|
||||||
'filepath': 'webrtc/system_wrappers/.*',
|
'filepath': 'system_wrappers/.*',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -106,7 +100,6 @@
|
|||||||
'peah@webrtc.org',
|
'peah@webrtc.org',
|
||||||
'qiang.lu@intel.com',
|
'qiang.lu@intel.com',
|
||||||
'yujie.mao@webrtc.org'],
|
'yujie.mao@webrtc.org'],
|
||||||
'documented_interfaces': ['interface-changes@webrtc.org'],
|
|
||||||
'common_audio': ['alessiob@webrtc.org',
|
'common_audio': ['alessiob@webrtc.org',
|
||||||
'aluebs@webrtc.org',
|
'aluebs@webrtc.org',
|
||||||
'andrew@webrtc.org',
|
'andrew@webrtc.org',
|
||||||
@ -131,10 +124,6 @@
|
|||||||
'perkj@webrtc.org',
|
'perkj@webrtc.org',
|
||||||
'sdk-team@agora.io',
|
'sdk-team@agora.io',
|
||||||
'zhengzhonghou@agora.io'],
|
'zhengzhonghou@agora.io'],
|
||||||
'video_render': ['mflodman@webrtc.org',
|
|
||||||
'perkj@webrtc.org',
|
|
||||||
'sdk-team@agora.io',
|
|
||||||
'zhengzhonghou@agora.io'],
|
|
||||||
'audio_device': ['audio-team@agora.io',
|
'audio_device': ['audio-team@agora.io',
|
||||||
'henrika@webrtc.org',
|
'henrika@webrtc.org',
|
||||||
'peah@webrtc.org',
|
'peah@webrtc.org',
|
||||||
|
Reference in New Issue
Block a user