android13/external/webrtc/modules/audio_processing/DEPS

15 lines
265 B
Python

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",
],
}