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