blob: a9f4fff653520667b2acbc2df6c19e66585c84bd (
plain)
1
2
3
4
5
6
7
|
include_rules = [
"+webkit/tools/test_shell", # Needed for test shell tests.
# This is not actually a directory, but npruntime_util.cc includes a file
# from WebKit starting with this path in JSCore mode.
"+bindings/c",
]
|