Bug: webrtc:5805 Change-Id: Ie0b1d1d1ef01039bcadbfe42dd67d770d93983a9 Reviewed-on: https://webrtc-review.googlesource.com/47382 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21870}
26 lines
497 B
Python
26 lines
497 B
Python
include_rules = [
|
|
"+third_party/libsrtp",
|
|
"+api",
|
|
"+call",
|
|
"+common_video",
|
|
"+logging/rtc_event_log",
|
|
"+logging/rtc_event_log",
|
|
"+media",
|
|
"+modules/audio_device",
|
|
"+modules/audio_processing",
|
|
"+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",
|
|
],
|
|
}
|