summaryrefslogtreecommitdiff
path: root/chromium/extensions/shell/renderer/DEPS
blob: 20d01c03873e8eabe547061dc8728ac64c29a453 (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  # Only allow includes the renderer can use.
  "+components/nacl/common",
  "+components/nacl/renderer",
  "+content/public/renderer",
  "+ppapi",
  "+third_party/blink/public",
  "+v8/include",
]