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.

15 lines
265 B

include_rules = [
"+audio/utility/audio_frame_operations.h",
"+common_audio",
"+system_wrappers",
]
specific_include_rules = {
".*test\.cc": [
"+rtc_tools",
# Android platform build has different paths.
"+gtest",
"+external/webrtc",
],
}