summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/DEPS
blob: 346026630da546c3be4fe6dedf2527b5a9936b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+base",
  "+gpu",
  "+media/audio",
  "+skia",
  "+webkit/glue",

  # Since this is used by the implementation in /webkit, we don't want it to
  # depend on IPC.
  "-ipc",

  "-ppapi/cpp",
  "-ppapi/proxy",
]