OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 2 # This is currently required for the shared component build. |
| 3 # TODO(dpranke): Remove when no longer needed (bug: 103896). |
| 4 "+content/common/content_export.h", |
2 "+gpu", | 5 "+gpu", |
3 "+media", | 6 "+media", |
4 "+skia/ext", | 7 "+skia/ext", |
5 "+skia/include", | 8 "+skia/include", |
6 "+ui", | 9 "+ui", |
7 "+webkit/tools/test_shell", # Needed for test shell tests. | 10 "+webkit/tools/test_shell", # Needed for test shell tests. |
8 | 11 |
9 # This is not actually a directory, but npruntime_util.cc includes a file | 12 # This is not actually a directory, but npruntime_util.cc includes a file |
10 # from WebKit starting with this path in JSCore mode. | 13 # from WebKit starting with this path in JSCore mode. |
11 "+bindings/c", | 14 "+bindings/c", |
12 ] | 15 ] |
OLD | NEW |