OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/base", | 2 "+webrtc/base", |
3 "+webrtc/voice_engine", | 3 "+webrtc/voice_engine", |
4 "+webrtc/modules/audio_coding/codecs/mock", | 4 "+webrtc/modules/audio_coding/codecs/mock", |
5 "+webrtc/modules/audio_device", | |
the sun
2016/11/09 09:41:52
Could you clean up the order and redundancy issues
aleloi
2016/11/09 16:37:00
Done.
| |
6 "+webrtc/modules/audio_processing", | |
5 "+webrtc/call", | 7 "+webrtc/call", |
6 "+webrtc/logging/rtc_event_log", | 8 "+webrtc/logging/rtc_event_log", |
7 "+webrtc/modules/bitrate_controller", | 9 "+webrtc/modules/bitrate_controller", |
8 "+webrtc/modules/congestion_controller", | 10 "+webrtc/modules/congestion_controller", |
9 "+webrtc/modules/pacing", | 11 "+webrtc/modules/pacing", |
10 "+webrtc/modules/remote_bitrate_estimator", | 12 "+webrtc/modules/remote_bitrate_estimator", |
11 "+webrtc/modules/rtp_rtcp", | 13 "+webrtc/modules/rtp_rtcp", |
12 "+webrtc/system_wrappers", | 14 "+webrtc/system_wrappers", |
13 "+webrtc/voice_engine", | 15 "+webrtc/voice_engine", |
14 ] | 16 ] |
OLD | NEW |