mirror of
https://github.com/thead-yocto-mirror/skia
synced 2026-08-10 00:02:53 +02:00
12 lines
204 B
Python
12 lines
204 B
Python
include_rules = [
|
|
"+disallowed/allowed",
|
|
"!disallowed/temporarily_allowed.h",
|
|
"+third_party/allowed_may_use",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
".*_unittest\.cc": [
|
|
"+disallowed/teststuff",
|
|
]
|
|
}
|