summaryrefslogtreecommitdiffstats
path: root/gpu/DEPS
blob: b357d81ce1fc77016478907d19bb78a1afac5bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+webkit/glue/plugins",
  "+third_party/angle",
  "+third_party/npapi",
  "+../command_buffer",
  "+../client",
  "+../common",
  "+../GLES2",
  "+../service",

  # For gfx::PluginWindowHandle
  "+ui/gfx",
]