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