1include_rules = [
2  "+app",
3  "+gpu",
4  "+media",
5  "+skia/ext",
6  "+skia/include",
7  "+ui",
8  "+webkit/tools/test_shell",  # Needed for test shell tests.
9
10  # This is not actually a directory, but npruntime_util.cc includes a file
11  # from WebKit starting with this path in JSCore mode.
12  "+bindings/c",
13]
14