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