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/call", |
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/remote_bitrate_estimator", | 9 "+webrtc/modules/remote_bitrate_estimator", |
9 "+webrtc/modules/rtp_rtcp", | 10 "+webrtc/modules/rtp_rtcp", |
10 "+webrtc/system_wrappers", | 11 "+webrtc/system_wrappers", |
| 12 "+webrtc/voice_engine", |
11 ] | 13 ] |
12 | 14 |
13 specific_include_rules = { | 15 specific_include_rules = { |
14 "audio_receive_stream_unittest\.cc": [ | 16 "audio_receive_stream_unittest\.cc": [ |
15 "+webrtc/call/mock", | 17 "+webrtc/call/mock", |
16 ], | 18 ], |
17 "audio_send_stream_unittest\.cc": [ | 19 "audio_send_stream_unittest\.cc": [ |
18 "+webrtc/call/mock", | 20 "+webrtc/call/mock", |
19 ], | 21 ], |
20 } | 22 } |
OLD | NEW |