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

20 lines
296 B
Plaintext
Raw Normal View History

include_rules = [
"+vpx",
"+call",
"+common_video",
"+sdk",
"+system_wrappers",
"+rtc_tools",
"+third_party/libyuv",
]
specific_include_rules = {
"android_codec_factory_helper\.cc": [
"+base/android",
],
".*test.*\.cc": [
"+media/base",
"+media/engine",
],
}