DEPS 468 B

123456789101112131415161718192021
  1. include_rules = [
  2. "+crypto",
  3. "+components/policy",
  4. "-remoting",
  5. "+remoting/base",
  6. "+remoting/proto",
  7. "+third_party/libaom",
  8. "+third_party/libvpx",
  9. "+third_party/libyuv",
  10. "+third_party/webrtc/api",
  11. "+third_party/webrtc/rtc_base",
  12. "+third_party/webrtc/media",
  13. "+third_party/webrtc/p2p",
  14. "+third_party/webrtc/modules/desktop_capture",
  15. "+third_party/libjingle_xmpp/xmllite",
  16. "+ui/base/keycodes",
  17. "+ui/base/l10n",
  18. "+ui/base/resource",
  19. ]