OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/api", | 2 "+webrtc/api", |
3 "+webrtc/base", | |
4 "+webrtc/call", | 3 "+webrtc/call", |
5 "+webrtc/logging/rtc_event_log", | 4 "+webrtc/logging/rtc_event_log", |
6 "+webrtc/media", | 5 "+webrtc/media", |
7 "+webrtc/modules/audio_coding", | 6 "+webrtc/modules/audio_coding", |
8 "+webrtc/modules/audio_processing", | 7 "+webrtc/modules/audio_processing", |
9 "+webrtc/p2p", | 8 "+webrtc/p2p", |
10 "+webrtc/pc", | 9 "+webrtc/pc", |
11 | 10 |
12 "+webrtc/modules/rtp_rtcp", | 11 "+webrtc/modules/rtp_rtcp", |
13 "+webrtc/system_wrappers", | 12 "+webrtc/system_wrappers", |
14 | 13 |
15 "+webrtc/modules/audio_device", | 14 "+webrtc/modules/audio_device", |
16 "+webrtc/modules/video_coding", | 15 "+webrtc/modules/video_coding", |
17 "+webrtc/modules/video_render", | 16 "+webrtc/modules/video_render", |
18 ] | 17 ] |
OLD | NEW |