blob: 2d48d5db149d60be34b53068a30aae7d37be08b3 (
plain)
1
2
3
4
5
6
7
8
9
|
include_rules = [
# The test directory can do whatever it wants in chrome.
"+chrome",
"+grit", # For generated headers
"+sandbox/src",
"+sandbox/tests",
"+webkit/glue",
"+v8/include", # We have unit tests which use v8 to exercise JavaScript.
]
|