mirror of
https://github.com/thead-yocto-mirror/skia
synced 2026-07-18 22:15:42 +02:00
13 lines
319 B
Python
13 lines
319 B
Python
include_rules = [
|
|
"+checkdeps/testdata/disallowed/allowed",
|
|
"!checkdeps/testdata/disallowed/temporarily_allowed.h",
|
|
"+third_party/allowed_may_use",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
".*_unittest\.cc": [
|
|
"+checkdeps/testdata/disallowed/teststuff",
|
|
"!checkdeps/testdata/bongo/temp_allowed_for_tests.h",
|
|
]
|
|
}
|