OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+third_party/libsrtp" | 2 "+third_party/libsrtp" |
3 "+webrtc/api", | 3 "+webrtc/api", |
4 "+webrtc/base", | 4 "+webrtc/base", |
5 "+webrtc/call", | 5 "+webrtc/call", |
6 "+webrtc/common_video/h264", | 6 "+webrtc/common_video/h264", |
7 "+webrtc/logging/rtc_event_log", | 7 "+webrtc/logging/rtc_event_log", |
8 "+webrtc/logging/rtc_event_log", | 8 "+webrtc/logging/rtc_event_log", |
9 "+webrtc/media", | 9 "+webrtc/media", |
| 10 "+webrtc/modules/audio_coding", |
10 "+webrtc/modules/audio_device", | 11 "+webrtc/modules/audio_device", |
11 "+webrtc/modules/rtp_rtcp", | 12 "+webrtc/modules/rtp_rtcp", |
12 "+webrtc/modules/video_coding", | 13 "+webrtc/modules/video_coding", |
13 "+webrtc/modules/video_render", | 14 "+webrtc/modules/video_render", |
14 "+webrtc/p2p", | 15 "+webrtc/p2p", |
15 "+webrtc/system_wrappers", | 16 "+webrtc/system_wrappers", |
16 ] | 17 ] |
17 | 18 |
18 specific_include_rules = { | 19 specific_include_rules = { |
19 "androidtestinitializer\.cc": [ | 20 "androidtestinitializer\.cc": [ |
20 "+base/android", # Allowed only for Android tests. | 21 "+base/android", # Allowed only for Android tests. |
21 "+webrtc/voice_engine", | 22 "+webrtc/voice_engine", |
22 ], | 23 ], |
23 "srtpfilter_unittest\.cc": [ | 24 "srtpfilter_unittest\.cc": [ |
24 "+crypto", | 25 "+crypto", |
25 ], | 26 ], |
26 "peerconnectionfactory\.cc": [ | 27 "peerconnectionfactory\.cc": [ |
27 "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h", | 28 "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h", |
28 ], | 29 ], |
29 } | 30 } |
OLD | NEW |