| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # TODO(beng): Modify this link to be more specific about what resource | 2 # TODO(beng): swap these with app/views specific generated resources. |
| 3 # headers are included once app gets its own strings. | 3 "+grit/generated_resources.h", |
| 4 "+grit", | 4 "+grit/locale_settings.h", |
| 5 "+grit/theme_resources.h", |
| 5 "+net", | 6 "+net", |
| 6 # TODO(beng): Sever these links once we have extracted all deps from | 7 # TODO(beng): Sever these links once we have extracted all deps from |
| 7 # chrome/common. | 8 # chrome/common. |
| 8 "+chrome/common/chrome_paths.h", | 9 "+chrome/common/chrome_paths.h", |
| 9 | |
| 10 "+skia", | 10 "+skia", |
| 11 ] | 11 ] |
| OLD | NEW |