Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+skia/ext", | |
| 3 "+skia/include", | |
| 2 "+webkit/tools/test_shell", # Needed for test shell tests. | 4 "+webkit/tools/test_shell", # Needed for test shell tests. |
| 3 | 5 |
| 4 # This is not actually a directory, but npruntime_util.cc includes a file | 6 # This is not actually a directory, but npruntime_util.cc includes a file |
| 5 # from WebKit starting with this path in JSCore mode. | 7 # from WebKit starting with this path in JSCore mode. |
| 6 "+bindings/c", | 8 "+bindings/c", |
| 9 | |
| 10 # FIXME - refactor code and remove these dependencies | |
| 11 "+chrome/browser", | |
| 12 "+chrome/common", | |
| 7 ] | 13 ] |
| OLD | NEW |