| include_rules = [ |
| "+webrtc/audio", |
| "+webrtc/logging/rtc_event_log", |
| "+webrtc/modules/audio_coding", |
| "+webrtc/modules/audio_device", |
| "+webrtc/modules/audio_mixer", |
| "+webrtc/modules/audio_processing", |
| "+webrtc/modules/bitrate_controller", |
| "+webrtc/modules/congestion_controller", |
| "+webrtc/modules/pacing", |
| "+webrtc/modules/rtp_rtcp", |
| "+webrtc/modules/utility", |
| "+webrtc/system_wrappers", |
| "+webrtc/voice_engine", |
| "+webrtc/video", |
| ] |
| |
| specific_include_rules = { |
| "video_receive_stream\.h": [ |
| "+webrtc/common_video/include", |
| "+webrtc/media/base", |
| ], |
| "video_send_stream\.h": [ |
| "+webrtc/common_video/include", |
| "+webrtc/media/base", |
| ], |
| } |