26 lines
		
	
	
		
			523 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			523 B
		
	
	
	
		
			Python
		
	
	
	
include_rules = [
 | 
						|
  "+third_party/libsrtp",
 | 
						|
  "+call",
 | 
						|
  "+common_video",
 | 
						|
  "+logging/rtc_event_log",
 | 
						|
  "+logging/rtc_event_log",
 | 
						|
  "+media",
 | 
						|
  "+modules/audio_device",
 | 
						|
  "+modules/audio_processing",
 | 
						|
  "+modules/congestion_controller",
 | 
						|
  "+modules/rtp_rtcp",
 | 
						|
  "+modules/video_coding",
 | 
						|
  "+modules/video_render",
 | 
						|
  "+p2p",
 | 
						|
  "+system_wrappers",
 | 
						|
]
 | 
						|
 | 
						|
specific_include_rules = {
 | 
						|
  "androidtestinitializer\.cc": [
 | 
						|
    "+base/android",  # Allowed only for Android tests.
 | 
						|
  ],
 | 
						|
  "srtpfilter_unittest\.cc": [
 | 
						|
    "+crypto",
 | 
						|
  ],
 | 
						|
}
 |