DEPS 588 B

123456789101112131415161718192021222324
  1. include_rules = [
  2. "+components/client_update_protocol",
  3. "+components/crx_file",
  4. "+components/services/patch",
  5. "+components/prefs",
  6. "+components/services/unzip",
  7. "+components/version_info",
  8. "+courgette",
  9. "+crypto",
  10. "+mojo/public",
  11. "+third_party/puffin",
  12. "+third_party/re2",
  13. "+third_party/zlib",
  14. ]
  15. # Allow the unit tests to depend on the network for testing purposes.
  16. specific_include_rules = {
  17. "(test_configurator|.*_unittest\.(cc|h))" : [
  18. "+net",
  19. "+services/network/public/cpp",
  20. "+services/network/public/mojom",
  21. "+services/network/test",
  22. ]
  23. }