blob: 02a6967af911ba61a42fba8b1fb4501d88b03a30 (
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
"+gfx",
# For IOSurfaceSupport on Mac OS X, service-side code only.
# Can consider moving these files if this dependency is undesirable.
"+chrome/common",
]
|