| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+athena/athena_export.h", | 2 "+athena/athena_export.h", |
| 3 "+athena/input/public", | 3 "+athena/input/public", |
| 4 "+athena/resources", | 4 "+athena/resources/grit/athena_resources.h", |
| 5 "+athena/strings/grit/athena_strings.h", |
| 5 "+athena/screen/public", | 6 "+athena/screen/public", |
| 6 "+athena/util", | 7 "+athena/util", |
| 7 "+ui/aura", | 8 "+ui/aura", |
| 8 "+ui/base", | 9 "+ui/base", |
| 9 "+ui/compositor", | 10 "+ui/compositor", |
| 10 "+ui/events", | 11 "+ui/events", |
| 11 "+ui/gfx", | 12 "+ui/gfx", |
| 12 "+ui/views", | 13 "+ui/views", |
| 13 "+ui/wm", | 14 "+ui/wm", |
| 14 ] | 15 ] |
| OLD | NEW |