summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/DEPS
blob: 512b07b7f5dcdb41af42d3887201de86519ad39a (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  "+base",
  "+skia",
  "+webkit/glue",

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

  "-ppapi/cpp",
]