OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+cc/debug", | 2 "+cc/debug", |
3 "+chromeos", | 3 "+chromeos", |
4 "+content/public", | 4 "+content/public", |
| 5 "+gpu/config", |
5 "+grit/ash_resources.h", | 6 "+grit/ash_resources.h", |
6 "+grit/ash_strings.h", | 7 "+grit/ash_strings.h", |
7 "+grit/ash_wallpaper_resources.h", | 8 "+grit/ash_wallpaper_resources.h", |
8 "+grit/ui_resources.h", | 9 "+grit/ui_resources.h", |
9 "+grit/ui_strings.h", | 10 "+grit/ui_strings.h", |
10 "+skia/ext", | 11 "+skia/ext", |
11 "+third_party/cros_system_api", | 12 "+third_party/cros_system_api", |
12 "+third_party/skia", | 13 "+third_party/skia", |
13 "+net", | 14 "+net", |
14 "+ui", | 15 "+ui", |
15 "+win8", | 16 "+win8", |
16 ] | 17 ] |
OLD | NEW |