OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/audio", | 2 "+webrtc/audio", |
3 "+webrtc/base", | 3 "+webrtc/base", |
| 4 "+webrtc/logging/rtc_event_log", |
4 "+webrtc/modules/audio_coding", | 5 "+webrtc/modules/audio_coding", |
5 "+webrtc/modules/bitrate_controller", | 6 "+webrtc/modules/bitrate_controller", |
6 "+webrtc/modules/congestion_controller", | 7 "+webrtc/modules/congestion_controller", |
7 "+webrtc/modules/pacing", | 8 "+webrtc/modules/pacing", |
8 "+webrtc/modules/rtp_rtcp", | 9 "+webrtc/modules/rtp_rtcp", |
9 "+webrtc/modules/utility", | 10 "+webrtc/modules/utility", |
10 "+webrtc/system_wrappers", | 11 "+webrtc/system_wrappers", |
11 "+webrtc/voice_engine", | 12 "+webrtc/voice_engine", |
12 "+webrtc/video", | 13 "+webrtc/video", |
13 ] | 14 ] |
OLD | NEW |