DEPS 364 B

1234567891011121314151617181920
  1. noparent = True
  2. include_rules = [
  3. "+base",
  4. "+chromeos/ash/components/network",
  5. "+google_apis",
  6. "+services/network/public/cpp",
  7. "+services/network/public/mojom",
  8. "+third_party/cros_system_api",
  9. "+net",
  10. "+url",
  11. ]
  12. specific_include_rules = {
  13. ".*test\.cc": [
  14. "+chromeos/ash/components/dbus",
  15. "+services/network/test",
  16. "+testing",
  17. ],
  18. }