Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
335 B
Plaintext
Raw Normal View History

specific_include_rules = {
".*": [
"+modules/video_coding",
],
".*": [
"+video"
],
"fake_constraints\.h": [
"+rtc_base/string_encode.h",
],
"loopback_media_transport\.h": [
"+rtc_base/async_invoker.h",
"+rtc_base/critical_section.h",
"+rtc_base/thread.h",
"+rtc_base/thread_checker.h",
],
}