DEPS 499 B

12345678910111213141516171819
  1. include_rules = [
  2. "+components/webrtc",
  3. "+extensions/browser/api/messaging",
  4. "+google_apis",
  5. "+mojo/core/embedder",
  6. "+net",
  7. "+remoting/client",
  8. "+remoting/codec",
  9. "+remoting/host",
  10. "+remoting/protocol",
  11. "+remoting/signaling",
  12. "+ui/gfx",
  13. "+ui/events/keycodes/dom",
  14. "+ui/events/platform/x11",
  15. "+services/network",
  16. # absl::string_view is used only to interface with third-party WebRTC code.
  17. "+third_party/abseil-cpp/absl/strings/string_view.h",
  18. "+third_party/skia",
  19. ]