blob: 5b58843251ff48516d54b0bb23019d272c47ee72 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
# The test directory can do whatever it wants in chrome and content.
"+chrome",
"+content",
"+grit", # For generated headers
"+sandbox/src",
"+sandbox/tests",
"+webkit/glue",
"+webkit/plugins",
]
|