summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/DEPS
blob: 578728a194665dc960ec8b50a31c2ca79dc8465c (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  "+base",

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

  "-ppapi/cpp",
]