summaryrefslogtreecommitdiffstats
path: root/gpu/DEPS
blob: 5d1e2af3d3f4d925cc6e91c1dd910b0dcb1b9fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  "+webkit/glue/plugins",
  "+third_party/npapi",

  # 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",
]