OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+athena/athena_export.h", | 2 "+athena/athena_export.h", |
3 "+athena/common", | 3 "+athena/common", |
4 "+athena/input/public", | 4 "+athena/input/public", |
5 "+athena/resources", | 5 "+athena/resources", |
6 "+athena/screen/public", | 6 "+athena/screen/public", |
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", | |
12 "+ui/wm", | 13 "+ui/wm", |
13 ] | 14 ] |
OLD | NEW |