| specific_include_rules = { | |
| ".*": [ | |
| "+modules/video_coding", | |
| ], | |
| ".*": [ | |
| "+video" | |
| ], | |
| "fakeconstraints\.h": [ | |
| "+rtc_base/stringencode.h", | |
| ], | |
| "loopback_media_transport\.h": [ | |
| "+rtc_base/asyncinvoker.h", | |
| "+rtc_base/criticalsection.h", | |
| "+rtc_base/thread.h", | |
| "+rtc_base/thread_checker.h", | |
| ], | |
| } |