blob: e4af4561340ae78d830ce8b6d3d48dd7e77c3308 (
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",
]
|