blob: 35171804c1639c513765810e18d8446134a6072a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+chrome/app",
"+chrome/renderer",
"+sandbox/src",
"+skia/ext",
"+third_party/npapi",
"+webkit/glue",
"+webkit/glue/plugins",
"+grit", # For generated headers
]
|