summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/DEPS
blob: 1a3c1746dc79f5d1b850b3516855519e6a882b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
  "+base",
  "+ipc",
  "+gpu",
  "+media/audio",
  "+skia",
  "+ui/surface",

  # We don't want the proxy to depend on the C++ layer, which is appropriate
  # for plugins only. However, the completion callback factory is a very useful
  # tool that we would otherwise have to duplicate, and has no other
  # dependencies, so we allow that (and the output traits it depends on).
  "-ppapi/cpp",
  "+ppapi/cpp/completion_callback.h",
  "+ppapi/cpp/output_traits.h",

  # The untrusted build references the NaCl integrated runtime (IRT).
  "+native_client/src/shared",
  "+native_client/src/untrusted"
]