| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+grit", |
| 2 "+net", | 3 "+net", |
| 3 # TODO(beng): Sever this link once we have extracted all deps from | 4 # TODO(beng): Sever these links once we have extracted all deps from |
| 4 # chrome/common. | 5 # chrome/common. |
| 5 "+chrome/common", | 6 "+chrome/common/chrome_paths.h", |
| 6 # TODO(beng): Sever this link after glen fixes it. | 7 "+chrome/common/chrome_switches.h", |
| 8 "+chrome/common/gfx/chrome_canvas.h", |
| 9 "+chrome/common/gfx/chrome_font.h", |
| 10 "+chrome/common/gtk_util.h", |
| 11 |
| 12 # TODO(beng): l10n_util_unittest.cc: |
| 13 "+chrome/test/data/resource.h", |
| 14 |
| 15 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it. |
| 7 "+chrome/browser/extensions/extension.h", | 16 "+chrome/browser/extensions/extension.h", |
| 8 ] | 17 ] |
| OLD | NEW |