From eb99d8434143a9f680599a052555770acd464c76 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 13 Apr 2018 15:59:34 +0200 Subject: [PATCH] Updating WATCHLISTS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#22868} --- WATCHLISTS | 61 ++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 36 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index b6a57031b5..377c5dc80c 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -16,86 +16,80 @@ }, 'all_webrtc': { # NOTE: if you like this you might like webrtc-reviews@webrtc.org! - 'filepath': '^webrtc/.*', + 'filepath': '^.*', }, 'root_files': { - # webrtc/build/ and non-recursive contents of ./ and webrtc/ - 'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*', - }, - 'documented_interfaces': { - 'filepath': '^webrtc/[^/]*\.h$', + # Non-recursive contents of ./ + 'filepath': '^[^/]*$|', }, 'build_files': { - 'filepath': '\.gyp$|\.gypi$|Android\.mk$', + 'filepath': '\.gni$|\.gn$', }, 'java_files': { 'filepath': '\.java$|\.xml$', }, 'api': { - 'filepath': 'webrtc/api/.*', + 'filepath': 'api/.*', }, 'audio': { - 'filepath': 'webrtc/audio/.*', + 'filepath': 'audio/.*', }, 'base': { - 'filepath': 'webrtc/base/.*', + 'filepath': 'rtc_base/.*', }, 'call': { - 'filepath': 'webrtc/call/.*', + 'filepath': 'call/.*', }, 'media_engine': { - 'filepath': 'webrtc/media/engine/.*', + 'filepath': 'media/engine/.*', }, 'video': { - 'filepath': 'webrtc/video/.*', + 'filepath': 'video/.*', }, 'common_audio': { - 'filepath': 'webrtc/common_audio/.*', + 'filepath': 'common_audio/.*', }, 'common_video': { - 'filepath': 'webrtc/common_video/.*', + 'filepath': 'common_video/.*', }, 'video_capture': { - 'filepath': 'webrtc/modules/video_capture/.*', - }, - 'video_render': { - 'filepath': 'webrtc/modules/video_render/.*', + 'filepath': 'modules/video_capture/.*', }, 'audio_device': { - 'filepath': 'webrtc/modules/audio_device/.*', + 'filepath': 'modules/audio_device/.*', }, 'audio_coding': { - 'filepath': 'webrtc/modules/audio_coding/.*', + 'filepath': 'modules/audio_coding/.*', }, 'neteq': { - 'filepath': 'webrtc/modules/audio_coding/neteq/.*', + 'filepath': 'modules/audio_coding/neteq/.*', }, 'audio_mixer': { - 'filepath': 'webrtc/modules/audio_mixer/.*', + 'filepath': 'modules/audio_mixer/.*', }, 'audio_processing': { - 'filepath': 'webrtc/modules/audio_processing/.*', + 'filepath': 'modules/audio_processing/.*', }, 'video_coding': { - 'filepath': 'webrtc/modules/video_coding/.*', + 'filepath': 'modules/video_coding/.*', }, 'video_processing': { - 'filepath': 'webrtc/modules/video_processing/.*', + 'filepath': 'modules/video_processing/.*', }, 'bitrate_controller': { - 'filepath': 'webrtc/modules/bitrate_controller/.*' + 'filepath': 'modules/bitrate_controller/.*' }, 'remote_bitrate_estimator': { - 'filepath': 'webrtc/modules/remote_bitrate_estimator/.*' + 'filepath': 'modules/remote_bitrate_estimator/.*' }, 'pacing': { - 'filepath': 'webrtc/modules/pacing/.*' + 'filepath': 'modules/pacing/.*' }, 'rtp_rtcp': { - 'filepath': 'webrtc/modules/rtp_rtcp/.*' + 'filepath': 'modules/rtp_rtcp/.*' }, 'system_wrappers': { - 'filepath': 'webrtc/system_wrappers/.*', + 'filepath': 'system_wrappers/.*', }, }, @@ -106,7 +100,6 @@ 'peah@webrtc.org', 'qiang.lu@intel.com', 'yujie.mao@webrtc.org'], - 'documented_interfaces': ['interface-changes@webrtc.org'], 'common_audio': ['alessiob@webrtc.org', 'aluebs@webrtc.org', 'andrew@webrtc.org', @@ -131,10 +124,6 @@ 'perkj@webrtc.org', 'sdk-team@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', 'henrika@webrtc.org', 'peah@webrtc.org',