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

  # For gfx::PluginWindowHandle
  "+app/gfx",

  # For IOSurfaceSupport on Mac OS X, service-side code only.
  # Can consider moving these files if this dependency is undesirable.
  "+chrome/common",
]