chromium/ppapi/c/DEPS

# ppapi/c should not be dependent on other parts of chromium; it should stay
# browser-neutral as much as possible.
include_rules = [
  "-base",
  "-build",
  "-ipc",
  "-uncode",
  "-testing",
  "-ppapi",
  "+ppapi/c",
]