webrtc/ringrtc/opus/DEPS
2023-05-12 08:49:19 -07:00

15 lines
194 B
Python

include_rules = [
"+arm",
"+celt",
"+fixed",
"+mips",
"+x86",
]
# For our own unit tests.
specific_include_rules = {
".*(benchmark|tests)\.cc": [
"+base",
"+testing",
]
}