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", |
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", |
10 | |
11 # For default app icon. | |
12 "!chrome/grit/theme_resources.h", | |
benwells
2017/04/18 07:08:17
What does the "!" do?
michaelpg
2017/04/18 21:41:50
It means something like "this is temporary", works
benwells
2017/04/19 00:19:51
Oh, cool. TIL!
| |
6 ] | 13 ] |
OLD | NEW |