1
    2
    3
    4
    5
    6
    7
    8

buildtools / checkdeps / testdata / DEPS [blame]

include_rules = [
  "-buildtools/checkdeps/testdata/disallowed",
  "+buildtools/checkdeps/testdata/allowed",
  "-third_party/explicitly_disallowed",
]
skip_child_includes = [
  "checkdeps_test",
]