blob: 750a4c21642073e2514fec000375673ff5f49fa0 [file] [log] [blame]
# 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$',
},
'all_webrtc': {
# NOTE: if you like this you might like [email protected]!
'filepath': '^.*',
},
'root_files': {
# Non-recursive contents of ./
'filepath': '^[^/]*$',
},
'build_files': {
'filepath': '\.gni$|\.gn$',
},
'java_files': {
'filepath': '\.java$|\.xml$',
},
'api': {
'filepath': 'api/.*',
},
'audio': {
'filepath': 'audio/.*',
},
'base': {
'filepath': 'rtc_base/.*',
},
'call': {
'filepath': 'call/.*',
},
'media_engine': {
'filepath': 'media/engine/.*',
},
'video': {
'filepath': 'video/.*',
},
'common_audio': {
'filepath': 'common_audio/.*',
},
'common_video': {
'filepath': 'common_video/.*',
},
'video_capture': {
'filepath': 'modules/video_capture/.*',
},
'audio_device': {
'filepath': 'modules/audio_device/.*',
},
'audio_coding': {
'filepath': 'modules/audio_coding/.*',
},
'neteq': {
'filepath': 'modules/audio_coding/neteq/.*',
},
'audio_mixer': {
'filepath': 'modules/audio_mixer/.*',
},
'audio_processing': {
'filepath': 'modules/audio_processing/.*',
},
'video_coding': {
'filepath': 'modules/video_coding/.*',
},
'video_processing': {
'filepath': 'modules/video_processing/.*',
},
'bitrate_controller': {
'filepath': 'modules/bitrate_controller/.*'
},
'congestion_controller': {
'filepath': 'modules/congestion_controller/.*'
},
'remote_bitrate_estimator': {
'filepath': 'modules/remote_bitrate_estimator/.*'
},
'pacing': {
'filepath': 'modules/pacing/.*'
},
'rtp_rtcp': {
'filepath': 'modules/rtp_rtcp/.*'
},
'system_wrappers': {
'filepath': 'system_wrappers/.*',
},
'pc': {
'filepath': '^pc/.*',
},
},
'WATCHLISTS': {
'this_file': [],
'all_webrtc': [],
'root_files': ['[email protected]',
'[email protected]',
'[email protected]'],
'build_files': ['[email protected]'],
'common_audio': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'audio': ['[email protected]'],
'api': ['[email protected]',
'[email protected]'],
'base': ['[email protected]'],
'call': ['[email protected]',
'[email protected]'],
'video': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'video_capture': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'audio_device': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'audio_coding': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'neteq': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'audio_mixer': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'audio_processing': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'video_coding': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'video_processing': ['[email protected]',
'[email protected]',
'[email protected]'],
'bitrate_controller': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'congestion_controller': ['[email protected]'],
'remote_bitrate_estimator': ['[email protected]',
'[email protected]',
'[email protected]'],
'pacing': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'rtp_rtcp': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'system_wrappers': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'pc': ['[email protected]'],
},
}