blob: ceb17b6d1d4196f383aa6dfd0f96974fd70b6f00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+gpu",
"+skia/ext",
"+skia/include",
"+ui",
"+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",
]
|