You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
523 B
26 lines
523 B
include_rules = [
|
|
"+third_party/libsrtp",
|
|
"+call",
|
|
"+common_video",
|
|
"+logging/rtc_event_log",
|
|
"+logging/rtc_event_log",
|
|
"+media",
|
|
"+modules/audio_device",
|
|
"+modules/audio_processing",
|
|
"+modules/congestion_controller",
|
|
"+modules/rtp_rtcp",
|
|
"+modules/video_coding",
|
|
"+modules/video_render",
|
|
"+p2p",
|
|
"+system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"androidtestinitializer\.cc": [
|
|
"+base/android", # Allowed only for Android tests.
|
|
],
|
|
"srtpfilter_unittest\.cc": [
|
|
"+crypto",
|
|
],
|
|
}
|