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