OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+athena/home/public", | |
Jun Mukai
2014/07/16 05:53:58
I think it's better to avoid the mutual dependenci
oshima
2014/07/16 16:24:31
Yep, no circular dependency. Let's have a WindowMa
sadrul
2014/07/16 16:58:26
Good idea. Thanks! Done. In keeping with the ash s
| |
2 "+athena/screen/public", | 3 "+athena/screen/public", |
3 "+ui/aura", | 4 "+ui/aura", |
4 "+ui/compositor", | 5 "+ui/compositor", |
5 "+ui/events", | 6 "+ui/events", |
6 "+ui/gfx", | 7 "+ui/gfx", |
7 "+ui/wm", | 8 "+ui/wm", |
8 ] | 9 ] |
OLD | NEW |