summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
blob: 6e5ae99519f1a717218662a59448a01661f7d9af (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
25
26
27
include_rules = [
  # Hack for NPAPI policy support. REMOVE ASAP.
  # Bug: http://crbug.com/92576
  "+content/common",

  "+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",
  "+skia/config",
  "+skia/ext",
  "+third_party/GTM",
  "+third_party/GTM/AppKit",
  "+third_party/libjingle",
  "+third_party/libvpx",
  "+third_party/libyuv",
  "+third_party/skia/include/core",
  "+ui/base/keycodes",
]