DEPS 197 B

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