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