kjellander@webrtc.org | 0b54e5a | 2016-03-17 11:05:36 | [diff] [blame] | 1 | include_rules = [ |
| 2 | "+webrtc/audio", |
skvlad | e59b6ff | 2016-10-04 01:31:22 | [diff] [blame] | 3 | "+webrtc/logging/rtc_event_log", |
kjellander@webrtc.org | 0b54e5a | 2016-03-17 11:05:36 | [diff] [blame] | 4 | "+webrtc/modules/audio_coding", |
aleloi | 7713f33 | 2016-11-17 14:28:59 | [diff] [blame] | 5 | "+webrtc/modules/audio_device", |
aleloi | d85b51d | 2016-11-17 14:48:48 | [diff] [blame] | 6 | "+webrtc/modules/audio_mixer", |
aleloi | 7713f33 | 2016-11-17 14:28:59 | [diff] [blame] | 7 | "+webrtc/modules/audio_processing", |
kjellander@webrtc.org | 0b54e5a | 2016-03-17 11:05:36 | [diff] [blame] | 8 | "+webrtc/modules/bitrate_controller", |
| 9 | "+webrtc/modules/congestion_controller", |
| 10 | "+webrtc/modules/pacing", |
| 11 | "+webrtc/modules/rtp_rtcp", |
| 12 | "+webrtc/modules/utility", |
| 13 | "+webrtc/system_wrappers", |
| 14 | "+webrtc/voice_engine", |
| 15 | "+webrtc/video", |
| 16 | ] |
aleloi | f0c86c0 | 2017-08-22 12:43:23 | [diff] [blame] | 17 | |
| 18 | specific_include_rules = { |
| 19 | "video_receive_stream\.h": [ |
| 20 | "+webrtc/common_video/include", |
| 21 | "+webrtc/media/base", |
| 22 | ], |
| 23 | "video_send_stream\.h": [ |
| 24 | "+webrtc/common_video/include", |
| 25 | "+webrtc/media/base", |
| 26 | ], |
| 27 | } |