mirror of
https://github.com/thead-yocto-mirror/skia
synced 2026-07-11 10:35:06 +02:00
9 lines
175 B
Python
9 lines
175 B
Python
include_rules = [
|
|
"-checkdeps/testdata/disallowed",
|
|
"+checkdeps/testdata/allowed",
|
|
"-third_party/explicitly_disallowed",
|
|
]
|
|
skip_child_includes = [
|
|
"checkdeps_test",
|
|
]
|