DEPS 446 B

123456789101112131415161718
  1. include_rules = [
  2. "-components",
  3. "+components/mirroring/mojom",
  4. "+components/mirroring/service",
  5. "+components/version_info",
  6. "+crypto",
  7. "+gpu/config",
  8. "+gpu/ipc/client",
  9. # Required by Open Screen API.
  10. "+third_party/jsoncpp/source/include/json",
  11. "+net",
  12. "+services/network/public",
  13. "+services/network/test",
  14. "+services/viz/public",
  15. "+third_party/libaom",
  16. "+third_party/openscreen/src/cast/streaming",
  17. "+ui/base",
  18. ]