include_rules = [
  "+crypto",
  "+google_apis",
  "+media/base",

  # Note: Only for net::EnableSSLServerSockets(), which must be called by
  # unit tests at process start.
  "-net",
  "+net/socket",

  "-remoting",
  "+remoting/base",
  "+remoting/proto",
  "+third_party/GTM",
  "+third_party/GTM/AppKit",
  "+third_party/libjingle",
  "+third_party/libvpx",
  "+third_party/libyuv",
  "+third_party/webrtc/modules/desktop_capture",
  "+ui/base/keycodes",
]