blob: 32bad4e1c64248e5a4153b11b2a2b34ec48cfa21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_rules = [
"+arm",
"+celt",
"+fixed",
"+mips",
"+x86",
]
# For our own unit tests.
specific_include_rules = {
".*(benchmark|tests)\.cc": [
"+base",
"+testing",
]
}
|