OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/base", | 2 "+webrtc/base", |
3 "+webrtc/call", | 3 "+webrtc/call", |
4 "+webrtc/common_video", | 4 "+webrtc/common_video", |
| 5 "+webrtc/logging/rtc_event_log", |
5 "+webrtc/modules/audio_device", | 6 "+webrtc/modules/audio_device", |
6 "+webrtc/modules/audio_processing", | 7 "+webrtc/modules/audio_processing", |
7 "+webrtc/modules/bitrate_controller", | 8 "+webrtc/modules/bitrate_controller", |
8 "+webrtc/modules/congestion_controller", | 9 "+webrtc/modules/congestion_controller", |
9 "+webrtc/modules/rtp_rtcp", | 10 "+webrtc/modules/rtp_rtcp", |
10 "+webrtc/system_wrappers", | 11 "+webrtc/system_wrappers", |
11 ] | 12 ] |
12 | 13 |
OLD | NEW |