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