You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
392 B
24 lines
392 B
include_rules = [
|
|
"+vpx",
|
|
"+call",
|
|
"+common_video",
|
|
"+sdk",
|
|
"+system_wrappers",
|
|
"+rtc_tools",
|
|
"+third_party/libyuv",
|
|
"+rtc_base/system/rtc_export.h",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"android_codec_factory_helper\.cc": [
|
|
"+base/android",
|
|
],
|
|
"multiplex_encoder_adapter\.cc": [
|
|
"+media/base",
|
|
],
|
|
".*test.*\.cc": [
|
|
"+media/base",
|
|
"+media/engine",
|
|
],
|
|
}
|