Also fix documented_interface. Review URL: https://webrtc-codereview.appspot.com/936022 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3093 4adac7df-926f-26a2-2b94-8c16560cd09d
		
			
				
	
	
		
			117 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			117 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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': {
 | 
						|
      'filepath': 'webrtc/.*',
 | 
						|
    },
 | 
						|
    'root_files': {
 | 
						|
      # webrtc/build/ and non-recursive contents of ./ and webrtc/
 | 
						|
      'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
 | 
						|
    },
 | 
						|
    'documented_interfaces': {
 | 
						|
      'filepath': 'webrtc/[^/]*\.h$|'\
 | 
						|
                  'webrtc/video_engine/include/.*|'\
 | 
						|
                  'webrtc/voice_engine/include/.*',
 | 
						|
    },
 | 
						|
    'build_files': {
 | 
						|
      'filepath': '\.gyp$|\.gypi$|Android\.mk$',
 | 
						|
    },
 | 
						|
    'java_files': {
 | 
						|
      'filepath': '\.java$|\.xml$',
 | 
						|
    },
 | 
						|
    'video_engine': {
 | 
						|
      'filepath': 'webrtc/video_engine/.*',
 | 
						|
    },
 | 
						|
    'voice_engine': {
 | 
						|
      'filepath': 'webrtc/voice_engine/.*',
 | 
						|
    },
 | 
						|
    'common_audio': {
 | 
						|
      'filepath': 'webrtc/common_audio/.*',
 | 
						|
    },
 | 
						|
    'video_capture': {
 | 
						|
      'filepath': 'webrtc/modules/video_capture/.*',
 | 
						|
    },
 | 
						|
    'video_render': {
 | 
						|
      'filepath': 'webrtc/modules/video_render/.*',
 | 
						|
    },
 | 
						|
    'audio_device': {
 | 
						|
      'filepath': 'webrtc/modules/audio_device/.*',
 | 
						|
    },
 | 
						|
    'audio_coding': {
 | 
						|
      'filepath': 'webrtc/modules/audio_coding/.*',
 | 
						|
    },
 | 
						|
    'neteq': {
 | 
						|
      'filepath': 'webrtc/modules/audio_coding/neteq/.*',
 | 
						|
    },
 | 
						|
    'audio_processing': {
 | 
						|
      'filepath': 'webrtc/modules/audio_processing/.*',
 | 
						|
    },
 | 
						|
    'video_codecs': {
 | 
						|
      'filepath': 'webrtc/modules/video_coding/codecs/.*',
 | 
						|
    },
 | 
						|
    'video_coding': {
 | 
						|
      'filepath': 'webrtc/modules/video_coding/.*',
 | 
						|
    },
 | 
						|
    'rtp_rtcp': {
 | 
						|
      'filepath': 'webrtc/modules/rtp_rtcp/.*'
 | 
						|
    },
 | 
						|
    'system_wrappers': {
 | 
						|
      'filepath': 'webrtc/system_wrappers/.*',
 | 
						|
    },
 | 
						|
  },
 | 
						|
 | 
						|
  'WATCHLISTS': {
 | 
						|
    'this_file': [''],
 | 
						|
    'all_webrtc': ['andrew@webrtc.org',
 | 
						|
                   'fischman@webrtc.org',
 | 
						|
                   'giles@mozilla.com',
 | 
						|
                   'tterriberry@mozilla.com'],
 | 
						|
    'root_files': ['andrew@webrtc.org',
 | 
						|
                   'niklas.enbom@webrtc.org'],
 | 
						|
    'documented_interfaces': ['interface-changes@webrtc.org',
 | 
						|
                              'rwolff@gocast.it'],
 | 
						|
    'build_files': ['leozwang@webrtc.org'],
 | 
						|
    'java_files': ['leozwang@webrtc.org'],
 | 
						|
    'common_audio': ['bjornv@webrtc.org',
 | 
						|
                     'andrew@webrtc.org'],
 | 
						|
    'video_engine': ['mflodman@webrtc.org',
 | 
						|
                     'perkj@webrtc.org'],
 | 
						|
    'voice_engine': ['henrika@webrtc.org'],
 | 
						|
    'video_capture': ['mflodman@webrtc.org',
 | 
						|
                      'perkj@webrtc.org',
 | 
						|
                      'leozwang@webrtc.org'],
 | 
						|
    'video_render': ['mflodman@webrtc.org',
 | 
						|
                     'perkj@webrtc.org',
 | 
						|
                     'leozwang@webrtc.org'],
 | 
						|
    'audio_device': ['henrika@webrtc.org',
 | 
						|
                     'leozwang@webrtc.org'],
 | 
						|
    'audio_coding': ['tina.legrand@webrtc.org'],
 | 
						|
    'neteq': ['henrik.lundin@webrtc.org'],
 | 
						|
    'audio_processing': ['andrew@webrtc.org',
 | 
						|
                         'bjornv@webrtc.org',
 | 
						|
                         'leozwang@webrtc.org'],
 | 
						|
    'video_codecs': ['henrik.lundin@webrtc.org',
 | 
						|
                     'pwestin@webrtc.org'],
 | 
						|
    'video_coding': ['stefan@webrtc.org'],
 | 
						|
    'rtp_rtcp': ['mflodman@webrtc.org',
 | 
						|
                 'pwestin@webrtc.org'],
 | 
						|
    'system_wrappers': ['mflodman@webrtc.org',
 | 
						|
                        'henrika@webrtc.org',
 | 
						|
                        'andrew@webrtc.org',
 | 
						|
                        'leozwang@webrtc.org'],
 | 
						|
  },
 | 
						|
}
 |