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