Chromium Code Reviews| 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", |
| 5 "+athena/screen/public", | 5 "+athena/screen/public", |
| 6 "+athena/util", | 6 "+athena/util", |
| 7 "+ui/aura", | 7 "+ui/aura", |
| 8 "+ui/base", | 8 "+ui/base", |
| 9 "+ui/compositor", | 9 "+ui/compositor", |
| 10 "+ui/events", | 10 "+ui/events", |
| 11 "+ui/gfx", | 11 "+ui/gfx", |
| 12 "+ui/views", | |
| 13 "+ui/wm", | 12 "+ui/wm", |
| 14 ] | 13 ] |
| OLD | NEW |