summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
blob: 5d7065f2d76f1b45d7bfaf93ed4f5e09a0d5c8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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",
  "+net/url_request",

  "-remoting",
  "+remoting/base",
  "+remoting/proto",
  "+third_party/google_toolbox_for_mac/src",
  "+third_party/libjingle",
  "+third_party/libvpx",
  "+third_party/libyuv",
  "+third_party/webrtc/base",
  "+third_party/webrtc/libjingle",
  "+third_party/webrtc/p2p",
  "+third_party/webrtc/modules/desktop_capture",
  "+ui/base/keycodes",
]