OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/base", | 2 "+webrtc/base", |
3 "+webrtc/call", | 3 "+webrtc/call", |
| 4 "+webrtc/common_audio/resampler", |
4 "+webrtc/logging/rtc_event_log", | 5 "+webrtc/logging/rtc_event_log", |
5 "+webrtc/modules/audio_coding/codecs/mock", | 6 "+webrtc/modules/audio_coding/codecs/mock", |
6 "+webrtc/modules/audio_device", | 7 "+webrtc/modules/audio_device", |
7 "+webrtc/modules/audio_mixer", | 8 "+webrtc/modules/audio_mixer", |
8 "+webrtc/modules/audio_processing/include", | 9 "+webrtc/modules/audio_processing/include", |
9 "+webrtc/modules/bitrate_controller", | 10 "+webrtc/modules/bitrate_controller", |
10 "+webrtc/modules/congestion_controller", | 11 "+webrtc/modules/congestion_controller", |
11 "+webrtc/modules/pacing", | 12 "+webrtc/modules/pacing", |
12 "+webrtc/modules/remote_bitrate_estimator", | 13 "+webrtc/modules/remote_bitrate_estimator", |
13 "+webrtc/modules/rtp_rtcp", | 14 "+webrtc/modules/rtp_rtcp", |
14 "+webrtc/system_wrappers", | 15 "+webrtc/system_wrappers", |
15 "+webrtc/voice_engine", | 16 "+webrtc/voice_engine", |
16 ] | 17 ] |
OLD | NEW |