Home | History | Annotate | Download | only in webrtc
      1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
      2 #
      3 # Use of this source code is governed by a BSD-style license
      4 # that can be found in the LICENSE file in the root of the source
      5 # tree. An additional intellectual property rights grant can be found
      6 # in the file PATENTS.  All contributing project authors may
      7 # be found in the AUTHORS file in the root of the source tree.
      8 
      9 # Inspired by chromium.org:
     10 # http://dev.chromium.org/developers/contributing-code/watchlists
     11 
     12 {
     13   'WATCHLIST_DEFINITIONS': {
     14     'this_file': {
     15       'filepath': '^WATCHLISTS$',
     16     },
     17     'all_webrtc': {
     18       # NOTE: if you like this you might like webrtc-reviews (a] webrtc.org!
     19       'filepath': '^webrtc/.*',
     20     },
     21     'root_files': {
     22       # webrtc/build/ and non-recursive contents of ./ and webrtc/
     23       'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*',
     24     },
     25     'documented_interfaces': {
     26       'filepath': '^webrtc/[^/]*\.h$|'\
     27                   'webrtc/voice_engine/include/.*',
     28     },
     29     'build_files': {
     30       'filepath': '\.gyp$|\.gypi$|Android\.mk$',
     31     },
     32     'java_files': {
     33       'filepath': '\.java$|\.xml$',
     34     },
     35     'audio': {
     36       'filepath': 'webrtc/audio/.*',
     37     },
     38     'call': {
     39       'filepath': 'webrtc/call/.*',
     40     },
     41     'video': {
     42       'filepath': 'webrtc/video/.*',
     43     },
     44     'voice_engine': {
     45       'filepath': 'webrtc/voice_engine/.*',
     46     },
     47     'common_audio': {
     48       'filepath': 'webrtc/common_audio/.*',
     49     },
     50     'common_video': {
     51       'filepath': 'webrtc/common_video/.*',
     52     },
     53     'video_capture': {
     54       'filepath': 'webrtc/modules/video_capture/.*',
     55     },
     56     'video_render': {
     57       'filepath': 'webrtc/modules/video_render/.*',
     58     },
     59     'audio_device': {
     60       'filepath': 'webrtc/modules/audio_device/.*',
     61     },
     62     'audio_coding': {
     63       'filepath': 'webrtc/modules/audio_coding/.*',
     64     },
     65     'neteq': {
     66       'filepath': 'webrtc/modules/audio_coding/neteq/.*',
     67     },
     68     'audio_processing': {
     69       'filepath': 'webrtc/modules/audio_processing/.*',
     70     },
     71     'video_coding': {
     72       'filepath': 'webrtc/modules/video_coding/.*',
     73     },
     74     'video_processing': {
     75       'filepath': 'webrtc/modules/video_processing/.*',
     76     },
     77     'bitrate_controller': {
     78       'filepath': 'webrtc/modules/bitrate_controller/.*'
     79     },
     80     'remote_bitrate_estimator': {
     81       'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
     82     },
     83     'pacing': {
     84       'filepath': 'webrtc/modules/pacing/.*'
     85     },
     86     'rtp_rtcp': {
     87       'filepath': 'webrtc/modules/rtp_rtcp/.*'
     88     },
     89     'system_wrappers': {
     90       'filepath': 'webrtc/system_wrappers/.*',
     91     },
     92   },
     93 
     94   'WATCHLISTS': {
     95     'this_file': [''],
     96     'all_webrtc': ['tterriberry (a] mozilla.com'],
     97     'root_files': ['niklas.enbom (a] webrtc.org',
     98                    'peah (a] webrtc.org',
     99                    'qiang.lu (a] intel.com',
    100                    'yujie.mao (a] webrtc.org'],
    101     'documented_interfaces': ['interface-changes (a] webrtc.org',
    102                               'rwolff (a] gocast.it'],
    103     'common_audio': ['aluebs (a] webrtc.org',
    104                      'andrew (a] webrtc.org',
    105                      'audio-team (a] agora.io',
    106                      'bjornv (a] webrtc.org',
    107                      'minyue (a] webrtc.org',
    108                      'peah (a] webrtc.org'],
    109     'audio': ['solenberg (a] webrtc.org',
    110               'tina.legrand (a] webrtc.org'],
    111     'call': ['mflodman (a] webrtc.org',
    112              'pbos (a] webrtc.org',
    113              'solenberg (a] webrtc.org',
    114              'stefan (a] webrtc.org'],
    115     'video': ['andresp (a] webrtc.org',
    116               'mflodman (a] webrtc.org',
    117               'pbos (a] webrtc.org',
    118               'perkj (a] webrtc.org',
    119               'solenberg (a] webrtc.org',
    120               'stefan (a] webrtc.org',
    121               'video-team (a] agora.io',
    122               'yujie.mao (a] webrtc.org',
    123               'zhengzhonghou (a] agora.io'],
    124     'voice_engine': ['andrew (a] webrtc.org',
    125                      'audio-team (a] agora.io',
    126                      'henrika (a] webrtc.org',
    127                      'henrik.lundin (a] webrtc.org',
    128                      'minyue (a] webrtc.org',
    129                      'peah (a] webrtc.org',
    130                      'solenberg (a] webrtc.org'],
    131     'video_capture': ['mflodman (a] webrtc.org',
    132                       'perkj (a] webrtc.org',
    133                       'sdk-team (a] agora.io',
    134                       'zhengzhonghou (a] agora.io'],
    135     'video_render': ['mflodman (a] webrtc.org',
    136                      'perkj (a] webrtc.org',
    137                      'sdk-team (a] agora.io',
    138                      'zhengzhonghou (a] agora.io'],
    139     'audio_device': ['audio-team (a] agora.io',
    140                      'henrika (a] webrtc.org',
    141                      'peah (a] webrtc.org',
    142                      'sdk-team (a] agora.io'],
    143     'audio_coding': ['audio-team (a] agora.io',
    144                      'henrik.lundin (a] webrtc.org',
    145                      'kwiberg (a] webrtc.org',
    146                      'minyue (a] webrtc.org',
    147                      'peah (a] webrtc.org',
    148                      'tina.legrand (a] webrtc.org'],
    149     'neteq': ['audio-team (a] agora.io',
    150               'henrik.lundin (a] webrtc.org',
    151               'minyue (a] webrtc.org'],
    152     'audio_processing': ['aluebs (a] webrtc.org',
    153                          'andrew (a] webrtc.org',
    154                          'audio-team (a] agora.io',
    155                          'bjornv (a] webrtc.org',
    156                          'henrik.lundin (a] webrtc.org',
    157                          'kwiberg (a] webrtc.org',
    158                          'minyue (a] webrtc.org',
    159                          'peah (a] webrtc.org',
    160                          'solenberg (a] webrtc.org'],
    161     'video_coding': ['mflodman (a] webrtc.org',
    162                      'stefan (a] webrtc.org',
    163                      'video-team (a] agora.io',
    164                      'zhengzhonghou (a] agora.io'],
    165     'video_processing': ['stefan (a] webrtc.org',
    166                          'video-team (a] agora.io',
    167                          'zhengzhonghou (a] agora.io'],
    168     'bitrate_controller': ['mflodman (a] webrtc.org',
    169                            'stefan (a] webrtc.org',
    170                            'zhuangzesen (a] agora.io'],
    171     'remote_bitrate_estimator': ['mflodman (a] webrtc.org',
    172                                  'stefan (a] webrtc.org',
    173                                  'zhuangzesen (a] agora.io'],
    174     'pacing': ['mflodman (a] webrtc.org',
    175                'stefan (a] webrtc.org',
    176                'zhuangzesen (a] agora.io'],
    177     'rtp_rtcp': ['mflodman (a] webrtc.org',
    178                  'stefan (a] webrtc.org',
    179                  'zhuangzesen (a] agora.io'],
    180     'system_wrappers': ['fengyue (a] agora.io',
    181                         'henrika (a] webrtc.org',
    182                         'mflodman (a] webrtc.org',
    183                         'peah (a] webrtc.org',
    184                         'zhengzhonghou (a] agora.io'],
    185   },
    186 }
    187