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

  # For IOSurface and TransportDIB support on OS X, and X11 utilities.
  "+app",

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