blob: 23643c8d40673b34361b84ec2ae424c99ba2be04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include_rules = [
"+chrome/app", # The plugins use the theme library to get the sad plugin bitmap.
"+chrome/personalization",
"+chrome/plugin",
"+grit", # For generated headers
"+media/base", # For HTML5 media rendering.
"+sandbox/src",
"+skia/ext",
"+skia/include",
"+webkit/default_plugin",
"+webkit/glue",
"+webkit/glue/plugins",
# FIXME - refactor code and remove these dependencies
"+chrome/browser/net",
"+chrome/views",
]
|