Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # TODO(jamescook): Eliminate this by introducing apps_resources.grd, see | 2 # TODO(jamescook): Eliminate this by introducing apps_resources.grd, see |
| 3 # crbug.com/306688 | 3 # crbug.com/306688 |
| 4 "+grit/theme_resources.h", | 4 "+grit/theme_resources.h", |
|
Nico
2017/04/21 21:03:08
You can probably remove this line, all the grit in
| |
| 5 "+cc/paint", | |
| 6 "+extensions", | |
| 7 "+third_party/skia/include", | |
| 8 "+ui", | |
| 5 "+ui/strings/grit/ui_strings.h", | 9 "+ui/strings/grit/ui_strings.h", |
|
Nico
2017/04/21 21:03:08
You can remove this now.
| |
| 10 | |
| 11 # For default app icon. | |
| 12 "!chrome/grit/theme_resources.h", | |
| 6 ] | 13 ] |
| OLD | NEW |