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