summaryrefslogtreecommitdiffstats
path: root/extensions/shell/renderer/DEPS
blob: bf14c1d80cd549a78b5976d268233a368d87f6b3 (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/WebKit/public",
  "+v8/include",
]