mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
15 lines
194 B
Python
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",
|
|
]
|
|
}
|