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