OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+media", | 2 "+media", |
| 3 "+net/third_party/parseftp", |
3 "+skia/ext", | 4 "+skia/ext", |
4 "+skia/include", | 5 "+skia/include", |
5 "+webkit/tools/test_shell", # Needed for test shell tests. | 6 "+webkit/tools/test_shell", # Needed for test shell tests. |
6 | 7 |
7 # 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 |
8 # from WebKit starting with this path in JSCore mode. | 9 # from WebKit starting with this path in JSCore mode. |
9 "+bindings/c", | 10 "+bindings/c", |
10 | 11 |
11 # FIXME - refactor code and remove these dependencies | 12 # FIXME - refactor code and remove these dependencies |
12 "+chrome/browser", | 13 "+chrome/browser", |
13 "+chrome/common", | 14 "+chrome/common", |
14 ] | 15 ] |
OLD | NEW |