| 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", |
| "+net/dcsctp", |
| "+p2p", |
| "+system_wrappers", |
| "+absl/strings/str_cat.h", |
| ] |
| |
| specific_include_rules = { |
| "androidtestinitializer\.cc": [ |
| "+base/android", # Allowed only for Android tests. |
| ], |
| "srtpfilter_unittest\.cc": [ |
| "+crypto", |
| ], |
| } |