1 include_rules = [ 2 "-tools/checkdeps/testdata/disallowed", 3 "+tools/checkdeps/testdata/allowed", 4 "-third_party/explicitly_disallowed", 5 ] 6 skip_child_includes = [ 7 "checkdeps_test", 8 ] 9