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