7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
# checkdeps.py shouldn't check include paths for files in these dirs:
|
||
|
skip_child_includes = [
|
||
|
"clang",
|
||
|
"gyp",
|
||
|
"traceline",
|
||
|
]
|